bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Relicense array, linked and tree based containers under LGPL?


From: Bruno Haible
Subject: Re: Relicense array, linked and tree based containers under LGPL?
Date: Mon, 20 Jul 2020 21:23:27 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-179-generic; KDE/5.18.0; x86_64; ; )

> > Paul, would you agree to this change?
> 
> Yes, sounds good.

Thanks.

Done as follows:


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.

diff --git a/modules/array-list b/modules/array-list
index 6064671..58063d8 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 0051cc6..2550a8a 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 d96e0b3..fb9a954 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 7d2c84f..3b854d4 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 60e0dc6..151188f 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 31ed0e6..0036d19 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 da14c83..bd72e5f 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 a9ce573..54239c8 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 3659211..8452315 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 63c9ec8..b10344b 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 a9913d2..82d9462 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 6ce5dd8..1b48a8c 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 f828ae0..27efee8 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 410c0d7..c4a0085 100644
--- a/modules/rbtree-oset
+++ b/modules/rbtree-oset
@@ -20,7 +20,7 @@ Include:
 "gl_rbtree_oset.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 all





reply via email to

[Prev in Thread] Current Thread [Next in Thread]