package/skeleton{, -init-*}: add license information

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>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Fiona Klute (Othermo GmbH)
2026-07-22 17:32:18 +02:00
committed by Julien Olivain
parent b34c1454ea
commit 927c575964
6 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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