File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1- ISC License
1+ The C Algorithms library is made available under the
2+ [ ISC license] ( https://en.wikipedia.org/wiki/ISC_license ) , a permissive
3+ license that is functionally identical to the
4+ [ simplified BSD] ( https://en.wikipedia.org/wiki/BSD_licenses#2-clause )
5+ or [ MIT licenses] ( https://en.wikipedia.org/wiki/MIT_License ) .
6+
7+ ---
28
39Copyright (c) 2005-2008, Simon Howard
410
Original file line number Diff line number Diff line change 11## C Algorithms
22
33The C programming language includes a very limited standard library in
4- comparison to other modern programming languages. This is a collection of
5- common Computer Science algorithms which may be used in C projects.
6-
7- The code is licensed under the ISC license (a simplified version of the BSD
8- license that is functionally identical). As such, it may legitimately be
9- reused in any project, whether Proprietary or Open Source.
4+ comparison to other modern programming languages. This is a collection of
5+ common computer science data structures and algorithms which may be used in C
6+ projects.
107
8+ The code is licensed under the [ ISC license] ( COPYING.md ) , a permissive license
9+ that is functionally identical to the MIT or BSD licenses. As such, it may
10+ legitimately be reused in any project, whether proprietary or open source.
You can’t perform that action at this time.
0 commit comments