From 57a093df2a8603e984e73337aa8e074c8f5a0f72 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 30 Aug 2024 18:08:10 +0200 Subject: [PATCH] Trivial relicensing of macro-only modules, part 3. * modules/config-h (License): Change to unlimited. * modules/host-os (License): Likewise. * modules/no-c++ (License): Likewise. * modules/openmp (License): Likewise. * modules/longlong (License): Change to LGPLv2+. * modules/va-args (License): Likewise. --- ChangeLog | 8 ++++++++ modules/config-h | 2 +- modules/host-os | 2 +- modules/longlong | 2 +- modules/no-c++ | 2 +- modules/openmp | 2 +- modules/va-args | 2 +- 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76f2d5b105..d1b9ea73d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2024-08-30 Bruno Haible + Trivial relicensing of macro-only modules, part 3. + * modules/config-h (License): Change to unlimited. + * modules/host-os (License): Likewise. + * modules/no-c++ (License): Likewise. + * modules/openmp (License): Likewise. + * modules/longlong (License): Change to LGPLv2+. + * modules/va-args (License): Likewise. + Trivial relicensing of macro-only modules, part 2. * modules/bison (License): Change to unlimited. * modules/perl (License): Likewise. diff --git a/modules/config-h b/modules/config-h index 0d21277525..c2d9b6f17d 100644 --- a/modules/config-h +++ b/modules/config-h @@ -18,7 +18,7 @@ Makefile.am: Include: License: -LGPL +unlimited Maintainer: Paul Eggert, Jim Meyering diff --git a/modules/host-os b/modules/host-os index fe4b25408c..3efdc374eb 100644 --- a/modules/host-os +++ b/modules/host-os @@ -14,7 +14,7 @@ Makefile.am: Include: License: -LGPL +unlimited Maintainer: Paul Eggert, Jim Meyering diff --git a/modules/longlong b/modules/longlong index 714e2f20be..1c00deba34 100644 --- a/modules/longlong +++ b/modules/longlong @@ -15,7 +15,7 @@ AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) License: -LGPL +LGPLv2+ Maintainer: Ben Pfaff diff --git a/modules/no-c++ b/modules/no-c++ index b6e9ee0e48..9e5fc5b830 100644 --- a/modules/no-c++ +++ b/modules/no-c++ @@ -14,7 +14,7 @@ Makefile.am: Include: License: -LGPL +unlimited Maintainer: all diff --git a/modules/openmp b/modules/openmp index 7c627ed649..bd1280d907 100644 --- a/modules/openmp +++ b/modules/openmp @@ -19,7 +19,7 @@ Link: $(OPENMP_CFLAGS) License: -LGPL +unlimited Maintainer: all diff --git a/modules/va-args b/modules/va-args index 79fb16328e..0eb7dda50d 100644 --- a/modules/va-args +++ b/modules/va-args @@ -14,7 +14,7 @@ Makefile.am: Include: License: -LGPL +LGPLv2+ Maintainer: Eric Blake -- 2.39.5