diff options
Diffstat (limited to 'contrib/rbtree/rb.h')
-rw-r--r-- | contrib/rbtree/rb.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |