* [Buildroot] [PATCH 2/7] package/environment-setup: add license info
2026-07-22 15:32 [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information Fiona Klute via buildroot
@ 2026-07-22 15:32 ` Fiona Klute via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
2026-07-22 15:32 ` [Buildroot] [PATCH 3/7] package/ifupdown-scripts: " Fiona Klute via buildroot
` (6 subsequent siblings)
7 siblings, 1 reply; 16+ messages in thread
From: Fiona Klute via buildroot @ 2026-07-22 15:32 UTC (permalink / raw)
To: buildroot
Cc: Giulio Benetti, Michał Łyszczek, Romain Naour,
Fiona Klute (Othermo GmbH)
From: "Fiona Klute (Othermo GmbH)" <fiona.klute@gmx.de>
The package is part of Buildroot and thus under GPL-2.0-or-later
unless stated otherwise, as described in COPYING.
Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
---
package/environment-setup/environment-setup.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/environment-setup/environment-setup.mk b/package/environment-setup/environment-setup.mk
index 069ee25f9f..276d5caca8 100644
--- a/package/environment-setup/environment-setup.mk
+++ b/package/environment-setup/environment-setup.mk
@@ -4,6 +4,8 @@
#
################################################################################
+ENVIRONMENT_SETUP_LICENSE = GPL-2.0-or-later
+
ENVIRONMENT_SETUP_FILE = $(HOST_DIR)/environment-setup
define HOST_ENVIRONMENT_SETUP_INSTALL_CMDS
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [Buildroot] [PATCH 2/7] package/environment-setup: add license info
2026-07-22 15:32 ` [Buildroot] [PATCH 2/7] package/environment-setup: add license info Fiona Klute via buildroot
@ 2026-07-31 12:05 ` Thomas Perale via buildroot
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Perale via buildroot @ 2026-07-31 12:05 UTC (permalink / raw)
To: Fiona Klute; +Cc: Thomas Perale, buildroot
In reply of:
> The package is part of Buildroot and thus under GPL-2.0-or-later
> unless stated otherwise, as described in COPYING.
>
> Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
Applied to 2025.02.x & 2026.05.x. Thanks
> ---
> package/environment-setup/environment-setup.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/environment-setup/environment-setup.mk b/package/environment-setup/environment-setup.mk
> index 069ee25f9f..276d5caca8 100644
> --- a/package/environment-setup/environment-setup.mk
> +++ b/package/environment-setup/environment-setup.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +ENVIRONMENT_SETUP_LICENSE = GPL-2.0-or-later
> +
> ENVIRONMENT_SETUP_FILE = $(HOST_DIR)/environment-setup
>
> define HOST_ENVIRONMENT_SETUP_INSTALL_CMDS
> --
> 2.53.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH 3/7] package/ifupdown-scripts: add license info
2026-07-22 15:32 [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information Fiona Klute via buildroot
2026-07-22 15:32 ` [Buildroot] [PATCH 2/7] package/environment-setup: add license info Fiona Klute via buildroot
@ 2026-07-22 15:32 ` Fiona Klute via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
2026-07-22 15:32 ` [Buildroot] [PATCH 4/7] package/initscripts: " Fiona Klute via buildroot
` (5 subsequent siblings)
7 siblings, 1 reply; 16+ messages in thread
From: Fiona Klute via buildroot @ 2026-07-22 15:32 UTC (permalink / raw)
To: buildroot
Cc: Giulio Benetti, Michał Łyszczek, Romain Naour,
Fiona Klute (Othermo GmbH)
From: "Fiona Klute (Othermo GmbH)" <fiona.klute@gmx.de>
The package is part of Buildroot and thus under GPL-2.0-or-later
unless stated otherwise, as described in COPYING.
Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
---
package/ifupdown-scripts/ifupdown-scripts.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/ifupdown-scripts/ifupdown-scripts.mk b/package/ifupdown-scripts/ifupdown-scripts.mk
index 5ef032142c..d7d5244ffc 100644
--- a/package/ifupdown-scripts/ifupdown-scripts.mk
+++ b/package/ifupdown-scripts/ifupdown-scripts.mk
@@ -4,6 +4,8 @@
#
################################################################################
+IFUPDOWN_SCRIPTS_LICENSE = GPL-2.0-or-later
+
define IFUPDOWN_SCRIPTS_PREAMBLE
echo "# interface file auto-generated by buildroot" \
> $(TARGET_DIR)/etc/network/interfaces
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [Buildroot] [PATCH 3/7] package/ifupdown-scripts: add license info
2026-07-22 15:32 ` [Buildroot] [PATCH 3/7] package/ifupdown-scripts: " Fiona Klute via buildroot
@ 2026-07-31 12:05 ` Thomas Perale via buildroot
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Perale via buildroot @ 2026-07-31 12:05 UTC (permalink / raw)
To: Fiona Klute; +Cc: Thomas Perale, buildroot
In reply of:
> The package is part of Buildroot and thus under GPL-2.0-or-later
> unless stated otherwise, as described in COPYING.
>
> Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
Applied to 2025.02.x & 2026.05.x. Thanks
> ---
> package/ifupdown-scripts/ifupdown-scripts.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/ifupdown-scripts/ifupdown-scripts.mk b/package/ifupdown-scripts/ifupdown-scripts.mk
> index 5ef032142c..d7d5244ffc 100644
> --- a/package/ifupdown-scripts/ifupdown-scripts.mk
> +++ b/package/ifupdown-scripts/ifupdown-scripts.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +IFUPDOWN_SCRIPTS_LICENSE = GPL-2.0-or-later
> +
> define IFUPDOWN_SCRIPTS_PREAMBLE
> echo "# interface file auto-generated by buildroot" \
> > $(TARGET_DIR)/etc/network/interfaces
> --
> 2.53.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH 4/7] package/initscripts: add license info
2026-07-22 15:32 [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information Fiona Klute via buildroot
2026-07-22 15:32 ` [Buildroot] [PATCH 2/7] package/environment-setup: add license info Fiona Klute via buildroot
2026-07-22 15:32 ` [Buildroot] [PATCH 3/7] package/ifupdown-scripts: " Fiona Klute via buildroot
@ 2026-07-22 15:32 ` Fiona Klute via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
2026-07-22 15:32 ` [Buildroot] [PATCH 5/7] package/urandom-scripts: " Fiona Klute via buildroot
` (4 subsequent siblings)
7 siblings, 1 reply; 16+ messages in thread
From: Fiona Klute via buildroot @ 2026-07-22 15:32 UTC (permalink / raw)
To: buildroot
Cc: Giulio Benetti, Michał Łyszczek, Romain Naour,
Fiona Klute (Othermo GmbH)
From: "Fiona Klute (Othermo GmbH)" <fiona.klute@gmx.de>
The package is part of Buildroot and thus under GPL-2.0-or-later
unless stated otherwise, as described in COPYING.
Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
---
package/initscripts/initscripts.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/initscripts/initscripts.mk b/package/initscripts/initscripts.mk
index 2e997dcd6f..d3a7a8faa1 100644
--- a/package/initscripts/initscripts.mk
+++ b/package/initscripts/initscripts.mk
@@ -4,6 +4,8 @@
#
################################################################################
+INITSCRIPTS_LICENSE = GPL-2.0-or-later
+
define INITSCRIPTS_INSTALL_TARGET_CMDS
mkdir -p $(TARGET_DIR)/etc/init.d
$(INSTALL) -D -m 0755 package/initscripts/init.d/* $(TARGET_DIR)/etc/init.d/
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [Buildroot] [PATCH 4/7] package/initscripts: add license info
2026-07-22 15:32 ` [Buildroot] [PATCH 4/7] package/initscripts: " Fiona Klute via buildroot
@ 2026-07-31 12:05 ` Thomas Perale via buildroot
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Perale via buildroot @ 2026-07-31 12:05 UTC (permalink / raw)
To: Fiona Klute; +Cc: Thomas Perale, buildroot
In reply of:
> The package is part of Buildroot and thus under GPL-2.0-or-later
> unless stated otherwise, as described in COPYING.
>
> Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
Applied to 2025.02.x & 2026.05.x. Thanks
> ---
> package/initscripts/initscripts.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/initscripts/initscripts.mk b/package/initscripts/initscripts.mk
> index 2e997dcd6f..d3a7a8faa1 100644
> --- a/package/initscripts/initscripts.mk
> +++ b/package/initscripts/initscripts.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +INITSCRIPTS_LICENSE = GPL-2.0-or-later
> +
> define INITSCRIPTS_INSTALL_TARGET_CMDS
> mkdir -p $(TARGET_DIR)/etc/init.d
> $(INSTALL) -D -m 0755 package/initscripts/init.d/* $(TARGET_DIR)/etc/init.d/
> --
> 2.53.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH 5/7] package/urandom-scripts: add license info
2026-07-22 15:32 [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information Fiona Klute via buildroot
` (2 preceding siblings ...)
2026-07-22 15:32 ` [Buildroot] [PATCH 4/7] package/initscripts: " Fiona Klute via buildroot
@ 2026-07-22 15:32 ` Fiona Klute via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
2026-07-22 15:32 ` [Buildroot] [PATCH 6/7] package/xz: fix license information Fiona Klute via buildroot
` (3 subsequent siblings)
7 siblings, 1 reply; 16+ messages in thread
From: Fiona Klute via buildroot @ 2026-07-22 15:32 UTC (permalink / raw)
To: buildroot
Cc: Giulio Benetti, Michał Łyszczek, Romain Naour,
Fiona Klute (Othermo GmbH)
From: "Fiona Klute (Othermo GmbH)" <fiona.klute@gmx.de>
The package is part of Buildroot and thus under GPL-2.0-or-later
unless stated otherwise, as described in COPYING.
Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
---
package/urandom-scripts/urandom-scripts.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/urandom-scripts/urandom-scripts.mk b/package/urandom-scripts/urandom-scripts.mk
index 89abdfff72..cc5f28d13a 100644
--- a/package/urandom-scripts/urandom-scripts.mk
+++ b/package/urandom-scripts/urandom-scripts.mk
@@ -4,6 +4,8 @@
#
################################################################################
+URANDOM_SCRIPTS_LICENSE = GPL-2.0-or-later
+
define URANDOM_SCRIPTS_INSTALL_INIT_SYSV
$(INSTALL) -D -m 0755 $(URANDOM_SCRIPTS_PKGDIR)/S01seedrng \
$(TARGET_DIR)/etc/init.d/S01seedrng
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [Buildroot] [PATCH 5/7] package/urandom-scripts: add license info
2026-07-22 15:32 ` [Buildroot] [PATCH 5/7] package/urandom-scripts: " Fiona Klute via buildroot
@ 2026-07-31 12:05 ` Thomas Perale via buildroot
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Perale via buildroot @ 2026-07-31 12:05 UTC (permalink / raw)
To: Fiona Klute; +Cc: Thomas Perale, buildroot
In reply of:
> The package is part of Buildroot and thus under GPL-2.0-or-later
> unless stated otherwise, as described in COPYING.
>
> Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
Applied to 2025.02.x & 2026.05.x. Thanks
> ---
> package/urandom-scripts/urandom-scripts.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/urandom-scripts/urandom-scripts.mk b/package/urandom-scripts/urandom-scripts.mk
> index 89abdfff72..cc5f28d13a 100644
> --- a/package/urandom-scripts/urandom-scripts.mk
> +++ b/package/urandom-scripts/urandom-scripts.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +URANDOM_SCRIPTS_LICENSE = GPL-2.0-or-later
> +
> define URANDOM_SCRIPTS_INSTALL_INIT_SYSV
> $(INSTALL) -D -m 0755 $(URANDOM_SCRIPTS_PKGDIR)/S01seedrng \
> $(TARGET_DIR)/etc/init.d/S01seedrng
> --
> 2.53.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH 6/7] package/xz: fix license information
2026-07-22 15:32 [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information Fiona Klute via buildroot
` (3 preceding siblings ...)
2026-07-22 15:32 ` [Buildroot] [PATCH 5/7] package/urandom-scripts: " Fiona Klute via buildroot
@ 2026-07-22 15:32 ` Fiona Klute via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
2026-07-22 15:32 ` [Buildroot] [PATCH 7/7] package/binutils: " Fiona Klute via buildroot
` (2 subsequent siblings)
7 siblings, 1 reply; 16+ messages in thread
From: Fiona Klute via buildroot @ 2026-07-22 15:32 UTC (permalink / raw)
To: buildroot
Cc: Giulio Benetti, Michał Łyszczek, Romain Naour,
Fiona Klute (Othermo GmbH)
From: "Fiona Klute (Othermo GmbH)" <fiona.klute@gmx.de>
BSD-0-Clause is not a recognized SPDX license identifier. 0BSD is used
in the source SPDX-License-Identifier headers, and the associated text
[1] matches the COPYING.0BSD file.
FSFUL and FSFULLR are the "few permissive licenses" of certain build
system files mentioned in COPYING.
Move "Public Domain" to the end of the list because it applies only to
a few files.
[1] https://spdx.org/licenses/0BSD.html
Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
---
package/xz/xz.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/xz/xz.mk b/package/xz/xz.mk
index 91eedd7a83..056c168057 100644
--- a/package/xz/xz.mk
+++ b/package/xz/xz.mk
@@ -9,7 +9,7 @@ XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2
XZ_SITE = https://github.com/tukaani-project/xz/releases/download/v$(XZ_VERSION)
XZ_INSTALL_STAGING = YES
XZ_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
-XZ_LICENSE = Public Domain, BSD-0-Clause, GPL-2.0+, GPL-3.0+, LGPL-2.1+
+XZ_LICENSE = 0BSD, GPL-2.0+, GPL-3.0+, LGPL-2.1+, FSFUL, FSFULLR, Public Domain
XZ_LICENSE_FILES = COPYING COPYING.0BSD COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
XZ_CPE_ID_VENDOR = tukaani
# autoreconf needed to fix a musl static build failure
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [Buildroot] [PATCH 6/7] package/xz: fix license information
2026-07-22 15:32 ` [Buildroot] [PATCH 6/7] package/xz: fix license information Fiona Klute via buildroot
@ 2026-07-31 12:05 ` Thomas Perale via buildroot
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Perale via buildroot @ 2026-07-31 12:05 UTC (permalink / raw)
To: Fiona Klute; +Cc: Thomas Perale, buildroot
In reply of:
> BSD-0-Clause is not a recognized SPDX license identifier. 0BSD is used
> in the source SPDX-License-Identifier headers, and the associated text
> [1] matches the COPYING.0BSD file.
>
> FSFUL and FSFULLR are the "few permissive licenses" of certain build
> system files mentioned in COPYING.
>
> Move "Public Domain" to the end of the list because it applies only to
> a few files.
>
> [1] https://spdx.org/licenses/0BSD.html
>
> Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
Applied to 2025.02.x & 2026.05.x. Thanks
> ---
> package/xz/xz.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/xz/xz.mk b/package/xz/xz.mk
> index 91eedd7a83..056c168057 100644
> --- a/package/xz/xz.mk
> +++ b/package/xz/xz.mk
> @@ -9,7 +9,7 @@ XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2
> XZ_SITE = https://github.com/tukaani-project/xz/releases/download/v$(XZ_VERSION)
> XZ_INSTALL_STAGING = YES
> XZ_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
> -XZ_LICENSE = Public Domain, BSD-0-Clause, GPL-2.0+, GPL-3.0+, LGPL-2.1+
> +XZ_LICENSE = 0BSD, GPL-2.0+, GPL-3.0+, LGPL-2.1+, FSFUL, FSFULLR, Public Domain
> XZ_LICENSE_FILES = COPYING COPYING.0BSD COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
> XZ_CPE_ID_VENDOR = tukaani
> # autoreconf needed to fix a musl static build failure
> --
> 2.53.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 16+ messages in thread
* [Buildroot] [PATCH 7/7] package/binutils: fix license information
2026-07-22 15:32 [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information Fiona Klute via buildroot
` (4 preceding siblings ...)
2026-07-22 15:32 ` [Buildroot] [PATCH 6/7] package/xz: fix license information Fiona Klute via buildroot
@ 2026-07-22 15:32 ` Fiona Klute via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
2026-07-22 20:27 ` [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add " Julien Olivain via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
7 siblings, 1 reply; 16+ messages in thread
From: Fiona Klute via buildroot @ 2026-07-22 15:32 UTC (permalink / raw)
To: buildroot
Cc: Giulio Benetti, Michał Łyszczek, Romain Naour,
Fiona Klute (Othermo GmbH)
From: "Fiona Klute (Othermo GmbH)" <fiona.klute@gmx.de>
A few headers outside libiberty use LGPL-2.1+, too, and other headers
and some scripts use GPL-2.0+.
Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
---
package/binutils/binutils.hash | 1 +
package/binutils/binutils.mk | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/binutils/binutils.hash b/package/binutils/binutils.hash
index 14fd65d4a9..9ba6689d46 100644
--- a/package/binutils/binutils.hash
+++ b/package/binutils/binutils.hash
@@ -7,5 +7,6 @@ sha512 a5c65e56e400ed3fb8906a995dbb93eb5bea54b16344244653d7f44ef29ceb60270da263
sha512 46c336a16bde7b73dc4ceac0986887d47d542a1452e1936ef871b5e76afdb6cad4b18ccb4d93341358e7bb92c2ef74781e1fb72935d527d15251ac9f9daa8305 binutils-gdb-arc-2024.12-release.tar.gz
# locally computed
+sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING3
sha256 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d COPYING.LIB
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index f772c9cf9a..f39d24e986 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -27,8 +27,8 @@ BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTION
BINUTILS_INSTALL_STAGING = YES
BINUTILS_DEPENDENCIES = zlib $(TARGET_NLS_DEPENDENCIES)
BINUTILS_MAKE_OPTS = LIBS=$(TARGET_NLS_LIBS)
-BINUTILS_LICENSE = GPL-3.0+, libiberty LGPL-2.1+
-BINUTILS_LICENSE_FILES = COPYING3 COPYING.LIB
+BINUTILS_LICENSE = GPL-3.0+, GPL-2.0+, LGPL-2.1+
+BINUTILS_LICENSE_FILES = COPYING COPYING3 COPYING.LIB
BINUTILS_CPE_ID_VENDOR = gnu
# 0003-objdump-memleak.patch
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [Buildroot] [PATCH 7/7] package/binutils: fix license information
2026-07-22 15:32 ` [Buildroot] [PATCH 7/7] package/binutils: " Fiona Klute via buildroot
@ 2026-07-31 12:05 ` Thomas Perale via buildroot
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Perale via buildroot @ 2026-07-31 12:05 UTC (permalink / raw)
To: Fiona Klute; +Cc: Thomas Perale, buildroot
In reply of:
> A few headers outside libiberty use LGPL-2.1+, too, and other headers
> and some scripts use GPL-2.0+.
>
> Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
Applied to 2025.02.x & 2026.05.x. Thanks
> ---
> package/binutils/binutils.hash | 1 +
> package/binutils/binutils.mk | 4 ++--
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/package/binutils/binutils.hash b/package/binutils/binutils.hash
> index 14fd65d4a9..9ba6689d46 100644
> --- a/package/binutils/binutils.hash
> +++ b/package/binutils/binutils.hash
> @@ -7,5 +7,6 @@ sha512 a5c65e56e400ed3fb8906a995dbb93eb5bea54b16344244653d7f44ef29ceb60270da263
> sha512 46c336a16bde7b73dc4ceac0986887d47d542a1452e1936ef871b5e76afdb6cad4b18ccb4d93341358e7bb92c2ef74781e1fb72935d527d15251ac9f9daa8305 binutils-gdb-arc-2024.12-release.tar.gz
>
> # locally computed
> +sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING
> sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING3
> sha256 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d COPYING.LIB
> diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
> index f772c9cf9a..f39d24e986 100644
> --- a/package/binutils/binutils.mk
> +++ b/package/binutils/binutils.mk
> @@ -27,8 +27,8 @@ BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTION
> BINUTILS_INSTALL_STAGING = YES
> BINUTILS_DEPENDENCIES = zlib $(TARGET_NLS_DEPENDENCIES)
> BINUTILS_MAKE_OPTS = LIBS=$(TARGET_NLS_LIBS)
> -BINUTILS_LICENSE = GPL-3.0+, libiberty LGPL-2.1+
> -BINUTILS_LICENSE_FILES = COPYING3 COPYING.LIB
> +BINUTILS_LICENSE = GPL-3.0+, GPL-2.0+, LGPL-2.1+
> +BINUTILS_LICENSE_FILES = COPYING COPYING3 COPYING.LIB
> BINUTILS_CPE_ID_VENDOR = gnu
>
> # 0003-objdump-memleak.patch
> --
> 2.53.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information
2026-07-22 15:32 [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information Fiona Klute via buildroot
` (5 preceding siblings ...)
2026-07-22 15:32 ` [Buildroot] [PATCH 7/7] package/binutils: " Fiona Klute via buildroot
@ 2026-07-22 20:27 ` Julien Olivain via buildroot
2026-07-22 20:52 ` Fiona Klute via buildroot
2026-07-31 12:05 ` Thomas Perale via buildroot
7 siblings, 1 reply; 16+ messages in thread
From: Julien Olivain via buildroot @ 2026-07-22 20:27 UTC (permalink / raw)
To: Fiona Klute
Cc: buildroot, Giulio Benetti, Michał Łyszczek,
Romain Naour
On 22/07/2026 17:32, Fiona Klute via buildroot wrote:
> From: "Fiona Klute (Othermo GmbH)" <fiona.klute@gmx.de>
>
> All these packages are part of Buildroot and thus under
> GPL-2.0-or-later unless stated otherwise, as described in COPYING.
>
> package/skeleton-custom is excluded because it provides a way to copy
> skeleton data from any location chosen by the user, the license of
> which is unknown to Buildroot.
>
> Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
Applied to master, thanks.
For info, I also noticed there is other mentions of
"BSD-0-Clause" in _LICENSE for the agec and ugetty packages,
in case you want to continue your license info cleanup ;)
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information
2026-07-22 20:27 ` [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add " Julien Olivain via buildroot
@ 2026-07-22 20:52 ` Fiona Klute via buildroot
0 siblings, 0 replies; 16+ messages in thread
From: Fiona Klute via buildroot @ 2026-07-22 20:52 UTC (permalink / raw)
To: Julien Olivain
Cc: buildroot, Giulio Benetti, Michał Łyszczek,
Romain Naour
Am 22.07.26 um 22:27 schrieb Julien Olivain:
> On 22/07/2026 17:32, Fiona Klute via buildroot wrote:
>> From: "Fiona Klute (Othermo GmbH)" <fiona.klute@gmx.de>
>>
>> All these packages are part of Buildroot and thus under
>> GPL-2.0-or-later unless stated otherwise, as described in COPYING.
>>
>> package/skeleton-custom is excluded because it provides a way to copy
>> skeleton data from any location chosen by the user, the license of
>> which is unknown to Buildroot.
>>
>> Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
>
> Applied to master, thanks.
>
> For info, I also noticed there is other mentions of
> "BSD-0-Clause" in _LICENSE for the agec and ugetty packages,
> in case you want to continue your license info cleanup ;)
Eh, why not, it's quick enough to do. Patches sent. :-)
Thanks for the quick merges and best regards,
Fiona
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information
2026-07-22 15:32 [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add license information Fiona Klute via buildroot
` (6 preceding siblings ...)
2026-07-22 20:27 ` [Buildroot] [PATCH 1/7] package/skeleton{, -init-*}: add " Julien Olivain via buildroot
@ 2026-07-31 12:05 ` Thomas Perale via buildroot
7 siblings, 0 replies; 16+ messages in thread
From: Thomas Perale via buildroot @ 2026-07-31 12:05 UTC (permalink / raw)
To: Fiona Klute; +Cc: Thomas Perale, buildroot
In reply of:
> All these packages are part of Buildroot and thus under
> GPL-2.0-or-later unless stated otherwise, as described in COPYING.
>
> package/skeleton-custom is excluded because it provides a way to copy
> skeleton data from any location chosen by the user, the license of
> which is unknown to Buildroot.
>
> Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de>
Applied to 2025.02.x & 2026.05.x. Thanks
> ---
> package/skeleton-init-common/skeleton-init-common.mk | 2 ++
> package/skeleton-init-none/skeleton-init-none.mk | 2 ++
> package/skeleton-init-openrc/skeleton-init-openrc.mk | 2 ++
> package/skeleton-init-systemd/skeleton-init-systemd.mk | 2 ++
> package/skeleton-init-sysv/skeleton-init-sysv.mk | 2 ++
> package/skeleton/skeleton.mk | 2 ++
> 6 files changed, 12 insertions(+)
>
> diff --git a/package/skeleton-init-common/skeleton-init-common.mk b/package/skeleton-init-common/skeleton-init-common.mk
> index 4a67f51c19..299f2643b4 100644
> --- a/package/skeleton-init-common/skeleton-init-common.mk
> +++ b/package/skeleton-init-common/skeleton-init-common.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +SKELETON_INIT_COMMON_LICENSE = GPL-2.0-or-later
> +
> # The skeleton can't depend on the toolchain, since all packages depends on the
> # skeleton and the toolchain is a target package, as is skeleton.
> # Hence, skeleton would depends on the toolchain and the toolchain would depend
> diff --git a/package/skeleton-init-none/skeleton-init-none.mk b/package/skeleton-init-none/skeleton-init-none.mk
> index 8181aa0354..d96af89e19 100644
> --- a/package/skeleton-init-none/skeleton-init-none.mk
> +++ b/package/skeleton-init-none/skeleton-init-none.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +SKELETON_INIT_NONE_LICENSE = GPL-2.0-or-later
> +
> # The skeleton can't depend on the toolchain, since all packages depends on the
> # skeleton and the toolchain is a target package, as is skeleton.
> # Hence, skeleton would depends on the toolchain and the toolchain would depend
> diff --git a/package/skeleton-init-openrc/skeleton-init-openrc.mk b/package/skeleton-init-openrc/skeleton-init-openrc.mk
> index b0538ad03f..b6b97a4e3e 100644
> --- a/package/skeleton-init-openrc/skeleton-init-openrc.mk
> +++ b/package/skeleton-init-openrc/skeleton-init-openrc.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +SKELETON_INIT_OPENRC_LICENSE = GPL-2.0-or-later
> +
> # The skeleton can't depend on the toolchain, since all packages depends on the
> # skeleton and the toolchain is a target package, as is skeleton.
> # Hence, skeleton would depends on the toolchain and the toolchain would depend
> diff --git a/package/skeleton-init-systemd/skeleton-init-systemd.mk b/package/skeleton-init-systemd/skeleton-init-systemd.mk
> index b312fe33e4..601285de28 100644
> --- a/package/skeleton-init-systemd/skeleton-init-systemd.mk
> +++ b/package/skeleton-init-systemd/skeleton-init-systemd.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +SKELETON_INIT_SYSTEMD_LICENSE = GPL-2.0-or-later, LGPL-2.1-or-later (factory/var.mount)
> +
> # The skeleton can't depend on the toolchain, since all packages depends on the
> # skeleton and the toolchain is a target package, as is skeleton.
> # Hence, skeleton would depends on the toolchain and the toolchain would depend
> diff --git a/package/skeleton-init-sysv/skeleton-init-sysv.mk b/package/skeleton-init-sysv/skeleton-init-sysv.mk
> index 009dc100ea..dc9793d44f 100644
> --- a/package/skeleton-init-sysv/skeleton-init-sysv.mk
> +++ b/package/skeleton-init-sysv/skeleton-init-sysv.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +SKELETON_INIT_SYSV_LICENSE = GPL-2.0-or-later
> +
> # The skeleton can't depend on the toolchain, since all packages depends on the
> # skeleton and the toolchain is a target package, as is skeleton.
> # Hence, skeleton would depends on the toolchain and the toolchain would depend
> diff --git a/package/skeleton/skeleton.mk b/package/skeleton/skeleton.mk
> index dc754f1244..fd606c8085 100644
> --- a/package/skeleton/skeleton.mk
> +++ b/package/skeleton/skeleton.mk
> @@ -4,6 +4,8 @@
> #
> ################################################################################
>
> +SKELETON_LICENSE = GPL-2.0-or-later
> +
> # The skeleton can't depend on the toolchain, since all packages depends on the
> # skeleton and the toolchain is a target package, as is skeleton.
> # Hence, skeleton would depends on the toolchain and the toolchain would depend
> --
> 2.53.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 16+ messages in thread