diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-16 14:52:48 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-16 15:53:53 +0200 |
commit | bd1e5ba54b253c43d66f1401dc0975d86ef82196 (patch) | |
tree | 188b84526ca05122055292c76aa53b80a189a777 /package/util-linux/util-linux.mk | |
parent | cc2d5d3ec71db904213131df56c749acfa9874cf (diff) | |
download | buildroot-bd1e5ba54b253c43d66f1401dc0975d86ef82196.tar.gz buildroot-bd1e5ba54b253c43d66f1401dc0975d86ef82196.zip |
util-linux: improve license description
Use the recommended format for describing the license of different
components.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/util-linux/util-linux.mk')
-rw-r--r-- | package/util-linux/util-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk index ca00f308a8..4dadc3f41f 100644 --- a/package/util-linux/util-linux.mk +++ b/package/util-linux/util-linux.mk @@ -11,7 +11,7 @@ UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERS # README.licensing claims that some files are GPLv2-only, but this is not true. # Some files are GPLv3+ but only in tests. -UTIL_LINUX_LICENSE = GPLv2+, BSD-4c, libblkid, libfdisk and libmount LGPLv2.1+, libuuid BSD-3c +UTIL_LINUX_LICENSE = GPLv2+, BSD-4c, LGPLv2.1+ (libblkid, libfdisk, libmount), BSD-3c (libuuid) UTIL_LINUX_LICENSE_FILES = README.licensing Documentation/licenses/COPYING.GPLv2 Documentation/licenses/COPYING.UCB Documentation/licenses/COPYING.LGPLv2.1 Documentation/licenses/COPYING.BSD-3 UTIL_LINUX_INSTALL_STAGING = YES UTIL_LINUX_DEPENDENCIES = host-pkgconf |