mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
list, oset, omap: Relicense some of the container modules under LGPLv2+.
* modules/list (License): Change to LGPLv2+. * modules/array-list (License): Likewise. * modules/carray-list (License): Likewise. * modules/linked-list (License): Likewise. * modules/avltree-list (License): Likewise. * modules/rbtree-list (License): Likewise. * modules/oset (License): Likewise. * modules/array-oset (License): Likewise. * modules/avltree-oset (License): Likewise. * modules/rbtree-oset (License): Likewise. * modules/omap (License): Likewise. * modules/array-omap (License): Likewise. * modules/avltree-omap (License): Likewise. * modules/rbtree-omap (License): Likewise.
This commit is contained in:
18
ChangeLog
18
ChangeLog
@@ -1,3 +1,21 @@
|
|||||||
|
2020-07-20 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
list, oset, omap: Relicense some of the container modules under LGPLv2+.
|
||||||
|
* modules/list (License): Change to LGPLv2+.
|
||||||
|
* modules/array-list (License): Likewise.
|
||||||
|
* modules/carray-list (License): Likewise.
|
||||||
|
* modules/linked-list (License): Likewise.
|
||||||
|
* modules/avltree-list (License): Likewise.
|
||||||
|
* modules/rbtree-list (License): Likewise.
|
||||||
|
* modules/oset (License): Likewise.
|
||||||
|
* modules/array-oset (License): Likewise.
|
||||||
|
* modules/avltree-oset (License): Likewise.
|
||||||
|
* modules/rbtree-oset (License): Likewise.
|
||||||
|
* modules/omap (License): Likewise.
|
||||||
|
* modules/array-omap (License): Likewise.
|
||||||
|
* modules/avltree-omap (License): Likewise.
|
||||||
|
* modules/rbtree-omap (License): Likewise.
|
||||||
|
|
||||||
2020-07-20 Bruno Haible <bruno@clisp.org>
|
2020-07-20 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
oset: Add an 'update' operation.
|
oset: Add an 'update' operation.
|
||||||
|
@@ -19,7 +19,7 @@ Include:
|
|||||||
"gl_array_list.h"
|
"gl_array_list.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -18,7 +18,7 @@ Include:
|
|||||||
"gl_array_omap.h"
|
"gl_array_omap.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -18,7 +18,7 @@ Include:
|
|||||||
"gl_array_oset.h"
|
"gl_array_oset.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -21,7 +21,7 @@ Include:
|
|||||||
"gl_avltree_list.h"
|
"gl_avltree_list.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -19,7 +19,7 @@ Include:
|
|||||||
"gl_avltree_omap.h"
|
"gl_avltree_omap.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -20,7 +20,7 @@ Include:
|
|||||||
"gl_avltree_oset.h"
|
"gl_avltree_oset.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -19,7 +19,7 @@ Include:
|
|||||||
"gl_carray_list.h"
|
"gl_carray_list.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -19,7 +19,7 @@ Include:
|
|||||||
"gl_linked_list.h"
|
"gl_linked_list.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -18,7 +18,7 @@ Include:
|
|||||||
"gl_list.h"
|
"gl_list.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -18,7 +18,7 @@ Include:
|
|||||||
"gl_omap.h"
|
"gl_omap.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -18,7 +18,7 @@ Include:
|
|||||||
"gl_oset.h"
|
"gl_oset.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -21,7 +21,7 @@ Include:
|
|||||||
"gl_rbtree_list.h"
|
"gl_rbtree_list.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -19,7 +19,7 @@ Include:
|
|||||||
"gl_rbtree_omap.h"
|
"gl_rbtree_omap.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
@@ -20,7 +20,7 @@ Include:
|
|||||||
"gl_rbtree_oset.h"
|
"gl_rbtree_oset.h"
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPL
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
all
|
||||||
|
Reference in New Issue
Block a user