rbtree
diff COPYING @ 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/COPYING Thu Apr 17 13:35:43 2014 +0300 1.3 @@ -0,0 +1,27 @@ 1.4 +Redistribution and use in source and binary forms, with or without 1.5 +modification, are permitted provided that the following conditions are 1.6 +met: 1.7 + 1.8 + (1) Redistributions of source code must retain the above copyright 1.9 + notice, this list of conditions and the following disclaimer. 1.10 + 1.11 + (2) Redistributions in binary form must reproduce the above copyright 1.12 + notice, this list of conditions and the following disclaimer in 1.13 + the documentation and/or other materials provided with the 1.14 + distribution. 1.15 + 1.16 + (3)The name of the author may not be used to 1.17 + endorse or promote products derived from this software without 1.18 + specific prior written permission. 1.19 + 1.20 +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 1.21 +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1.22 +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 1.23 +DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 1.24 +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 1.25 +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 1.26 +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1.27 +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 1.28 +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 1.29 +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 1.30 +POSSIBILITY OF SUCH DAMAGE.