From 29fa2fc4e00ddee4530e68ddc827f3ddf2493706 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 17 Dec 2024 12:21:32 -0500 Subject: [PATCH] Reformat, add links --- COPYING.md | 8 +++++++- README.md | 12 ++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/COPYING.md b/COPYING.md index 27defd3..bbcd965 100644 --- a/COPYING.md +++ b/COPYING.md @@ -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 diff --git a/README.md b/README.md index b4f8d3e..51158c5 100644 --- a/README.md +++ b/README.md @@ -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.