tinywebd

diff libtinyweb/src/rbtree.h @ 12:86f703031228

Attribution headers
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 19 Apr 2015 00:01:01 +0300
parents 0dd50a23f3dd
children
line diff
     1.1 --- a/libtinyweb/src/rbtree.h	Sat Apr 18 23:55:34 2015 +0300
     1.2 +++ b/libtinyweb/src/rbtree.h	Sun Apr 19 00:01:01 2015 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4 -/*
     1.5 -rbtree - simple balanced binary search tree (red-black tree) library.
     1.6 -Copyright (C) 2011-2014  John Tsiombikas <nuclear@member.fsf.org>
     1.7 -
     1.8 -rbtree is free software, feel free to use, modify, and redistribute it, under
     1.9 -the terms of the 3-clause BSD license. See COPYING for details.
    1.10 +/* tinyweb - tiny web server library and daemon
    1.11 + * Author: John Tsiombikas <nuclear@member.fsf.org>
    1.12 + *
    1.13 + * This program is placed in the public domain. Feel free to use it any
    1.14 + * way you like. Mentions and retaining this attribution header will be
    1.15 + * appreciated, but not required.
    1.16   */
    1.17  #ifndef RBTREE_H_
    1.18  #define RBTREE_H_