mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Julien Olivain
parent
b34c1454ea
commit
927c575964
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user