]> git.zarvox.org Git - crbtree.git/commitdiff
crbtree: fill in README and COPYING
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 29 Nov 2015 17:36:33 +0000 (18:36 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 29 Nov 2015 17:38:51 +0000 (18:38 +0100)
Add a basic README with links to the official project. Also fill in
copyright and author information, so others can legally use the code.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
COPYING
README

diff --git a/COPYING b/COPYING
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..8cc26a1777c129661fdfcb8ea85eb039f85255a8 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -0,0 +1,19 @@
+LICENSE:
+        crbtree is free software; you can redistribute it and/or modify it
+        under the terms of the GNU Lesser General Public License as published
+        by the Free Software Foundation; either version 2.1 of the License, or
+        (at your option) any later version.
+
+        crbtree is distributed in the hope that it will be useful, but
+        WITHOUT ANY WARRANTY; without even the implied warranty of
+        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+        Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+        License along with crbtree; If not, see <http://www.gnu.org/licenses/>.
+
+COPYRIGHT:
+        Copyright (C) 2014-2015 Red Hat, Inc.
+
+AUTHORS:
+        David Herrmann <dh.herrmann@gmail.com>
diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b96e91129270e9bb2275c1ea134e5ce5f9b6e1b7 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,18 @@
+crbtree - Standalone Red-Black Tree Implementation in Standard ISO-C11
+
+DETAILS:
+        https://github.com/dvdhrm/crbtree
+
+BUG REPORTS:
+        https://github.com/dvdhrm/crbtree/issues
+
+GIT:
+        git@github.com:dvdhrm/crbtree.git
+        https://github.com/dvdhrm/crbtree.git
+
+GITWEB:
+        https://github.com/dvdhrm/crbtree
+
+LICENSE:
+        LGPLv2.1+ (LICENSE.LGPL2.1)
+        See COPYING for details.