Skip to content

Commit 29fa2fc

Browse files
committed
Reformat, add links
1 parent e601cc1 commit 29fa2fc

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

COPYING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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

39
Copyright (c) 2005-2008, Simon Howard
410

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## C Algorithms
22

33
The 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.

0 commit comments

Comments
 (0)