+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>
+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.