diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/rbtree/rb.c | 7 | ||||
| -rw-r--r-- | contrib/rbtree/rb.h | 7 | 
2 files changed, 14 insertions, 0 deletions
diff --git a/contrib/rbtree/rb.c b/contrib/rbtree/rb.c index 49250cdca..6184c507e 100644 --- a/contrib/rbtree/rb.c +++ b/contrib/rbtree/rb.c @@ -18,6 +18,13 @@     License along with this library; if not, write to the Free Software     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA     02110-1301 USA. + +   This code is also covered by the following earlier license notice: + +   This program is free software; you can redistribute it and/or +   modify it under the terms of the GNU General Public License as +   published by the Free Software Foundation; either version 2 of the +   License, or (at your option) any later version.  */  #include <assert.h> diff --git a/contrib/rbtree/rb.h b/contrib/rbtree/rb.h index 68df60c83..97b44cfd4 100644 --- a/contrib/rbtree/rb.h +++ b/contrib/rbtree/rb.h @@ -18,6 +18,13 @@     License along with this library; if not, write to the Free Software     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA     02110-1301 USA. + +   This code is also covered by the following earlier license notice: + +   This program is free software; you can redistribute it and/or +   modify it under the terms of the GNU General Public License as +   published by the Free Software Foundation; either version 2 of the +   License, or (at your option) any later version.  */  #ifndef RB_H  | 
