summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog18
-rw-r--r--modules/array-list2
-rw-r--r--modules/array-omap2
-rw-r--r--modules/array-oset2
-rw-r--r--modules/avltree-list2
-rw-r--r--modules/avltree-omap2
-rw-r--r--modules/avltree-oset2
-rw-r--r--modules/carray-list2
-rw-r--r--modules/linked-list2
-rw-r--r--modules/list2
-rw-r--r--modules/omap2
-rw-r--r--modules/oset2
-rw-r--r--modules/rbtree-list2
-rw-r--r--modules/rbtree-omap2
-rw-r--r--modules/rbtree-oset2
15 files changed, 32 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 239c83a34f..290e933f2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
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>
+
oset: Add an 'update' operation.
* lib/gl_array_oset.c (gl_array_update): New function.
(gl_array_oset_implementation): Use it.
diff --git a/modules/array-list b/modules/array-list
index 6064671470..58063d80e0 100644
--- a/modules/array-list
+++ b/modules/array-list
@@ -19,7 +19,7 @@ Include:
"gl_array_list.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/array-omap b/modules/array-omap
index 0051cc6d73..2550a8ad9f 100644
--- a/modules/array-omap
+++ b/modules/array-omap
@@ -18,7 +18,7 @@ Include:
"gl_array_omap.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/array-oset b/modules/array-oset
index d96e0b357f..fb9a95453b 100644
--- a/modules/array-oset
+++ b/modules/array-oset
@@ -18,7 +18,7 @@ Include:
"gl_array_oset.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/avltree-list b/modules/avltree-list
index 7d2c84f6ec..3b854d46ea 100644
--- a/modules/avltree-list
+++ b/modules/avltree-list
@@ -21,7 +21,7 @@ Include:
"gl_avltree_list.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/avltree-omap b/modules/avltree-omap
index 60e0dc6cd2..151188f233 100644
--- a/modules/avltree-omap
+++ b/modules/avltree-omap
@@ -19,7 +19,7 @@ Include:
"gl_avltree_omap.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/avltree-oset b/modules/avltree-oset
index 31ed0e6a02..0036d191fb 100644
--- a/modules/avltree-oset
+++ b/modules/avltree-oset
@@ -20,7 +20,7 @@ Include:
"gl_avltree_oset.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/carray-list b/modules/carray-list
index da14c83550..bd72e5ffc3 100644
--- a/modules/carray-list
+++ b/modules/carray-list
@@ -19,7 +19,7 @@ Include:
"gl_carray_list.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/linked-list b/modules/linked-list
index a9ce573a00..54239c8d56 100644
--- a/modules/linked-list
+++ b/modules/linked-list
@@ -19,7 +19,7 @@ Include:
"gl_linked_list.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/list b/modules/list
index 3659211707..845231506d 100644
--- a/modules/list
+++ b/modules/list
@@ -18,7 +18,7 @@ Include:
"gl_list.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/omap b/modules/omap
index 63c9ec8c0e..b10344bc91 100644
--- a/modules/omap
+++ b/modules/omap
@@ -18,7 +18,7 @@ Include:
"gl_omap.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/oset b/modules/oset
index a9913d20fe..82d9462d1d 100644
--- a/modules/oset
+++ b/modules/oset
@@ -18,7 +18,7 @@ Include:
"gl_oset.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/rbtree-list b/modules/rbtree-list
index 6ce5dd8277..1b48a8c06f 100644
--- a/modules/rbtree-list
+++ b/modules/rbtree-list
@@ -21,7 +21,7 @@ Include:
"gl_rbtree_list.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/rbtree-omap b/modules/rbtree-omap
index f828ae0312..27efee8d15 100644
--- a/modules/rbtree-omap
+++ b/modules/rbtree-omap
@@ -19,7 +19,7 @@ Include:
"gl_rbtree_omap.h"
License:
-GPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/rbtree-oset b/modules/rbtree-oset
index 410c0d7662..c4a00852d2 100644
--- a/modules/rbtree-oset
+++ b/modules/rbtree-oset
@@ -20,7 +20,7 @@ Include:
"gl_rbtree_oset.h"
License:
-GPL
+LGPLv2+
Maintainer:
all