From 6c61644f385f133f38ed8a8c6dbdc98fea6a1ef9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 20 Jul 2020 21:22:12 +0200 Subject: [PATCH] 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. --- ChangeLog | 18 ++++++++++++++++++ modules/array-list | 2 +- modules/array-omap | 2 +- modules/array-oset | 2 +- modules/avltree-list | 2 +- modules/avltree-omap | 2 +- modules/avltree-oset | 2 +- modules/carray-list | 2 +- modules/linked-list | 2 +- modules/list | 2 +- modules/omap | 2 +- modules/oset | 2 +- modules/rbtree-list | 2 +- modules/rbtree-omap | 2 +- modules/rbtree-oset | 2 +- 15 files changed, 32 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 239c83a34f..290e933f2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2020-07-20 Bruno Haible + + 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 oset: Add an 'update' operation. 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 -- 2.39.5