mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/util-linux: correct missing comma in license info
A comma was missing after the rfkill license, correct that.
Signed-off-by: Martin Bachmann <martin.bachmann@designwerk.com>
[Peter: reword]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 53445ca641)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
ac9c499ca0
commit
4e8eca18c2
@@ -21,7 +21,7 @@ UTIL_LINUX_LICENSE = \
|
||||
LGPL-2.1+ (libblkid, libfdisk, libmount), \
|
||||
BSD-3-Clause (libuuid), \
|
||||
BSD-2-Clause (xxhash), \
|
||||
ISC (rfkill) \
|
||||
ISC (rfkill), \
|
||||
MIT (hardlink, flock)
|
||||
UTIL_LINUX_LICENSE_FILES = README.licensing \
|
||||
Documentation/licenses/COPYING.BSD-2-Clause \
|
||||
|
||||
Reference in New Issue
Block a user