Skip to content

Commit

Permalink
Reformat, add links
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Dec 17, 2024
1 parent e601cc1 commit 29fa2fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion COPYING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
ISC License
The C Algorithms library is made available under the
[ISC license](https://en.wikipedia.org/wiki/ISC_license), a permissive
license that is functionally identical to the
[simplified BSD](https://en.wikipedia.org/wiki/BSD_licenses#2-clause)
or [MIT licenses](https://en.wikipedia.org/wiki/MIT_License).

---

Copyright (c) 2005-2008, Simon Howard

Expand Down
12 changes: 6 additions & 6 deletions README.md
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.

0 comments on commit 29fa2fc

Please sign in to comment.