-
Notifications
You must be signed in to change notification settings - Fork 732
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
## C Algorithms | ||
|
||
The C programming language includes a very limited standard library in | ||
comparison to other modern programming languages. This is a collection of | ||
common Computer Science algorithms which may be used in C projects. | ||
|
||
The code is licensed under the ISC license (a simplified version of the BSD | ||
license that is functionally identical). As such, it may legitimately be | ||
reused in any project, whether Proprietary or Open Source. | ||
comparison to other modern programming languages. This is a collection of | ||
common computer science data structures and algorithms which may be used in C | ||
projects. | ||
|
||
The code is licensed under the [ISC license](COPYING.md), a permissive license | ||
that is functionally identical to the MIT or BSD licenses. As such, it may | ||
legitimately be reused in any project, whether proprietary or open source. |