From: David Herrmann Date: Sun, 29 Nov 2015 17:36:33 +0000 (+0100) Subject: crbtree: fill in README and COPYING X-Git-Url: http://git.zarvox.org/shortlog/static/%7Bgravatar%7D?a=commitdiff_plain;h=4d41e163d8d89d4ac9469362d3a900eb5680411f;p=crbtree.git crbtree: fill in README and COPYING 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 --- diff --git a/COPYING b/COPYING index e69de29..8cc26a1 100644 --- 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 . + +COPYRIGHT: + Copyright (C) 2014-2015 Red Hat, Inc. + +AUTHORS: + David Herrmann diff --git a/README b/README index e69de29..b96e911 100644 --- 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.