rbtree
diff README @ 13:5b955b3a4675
readme, copying, copyright headers
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 17 Apr 2014 13:35:43 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/README Thu Apr 17 13:35:43 2014 +0300 1.3 @@ -0,0 +1,8 @@ 1.4 +rbtree 1.5 +------ 1.6 +Simple balanced binary search tree (red-black tree) library. 1.7 + 1.8 +Copyright (C) 2011-2014 John Tsiombikas <nuclear@member.fsf.org> 1.9 + 1.10 +rbtree is free software, feel free to use, modify, and redistribute it, under 1.11 +the terms of the 3-clause BSD license. See COPYING for details.