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>
This commit is contained in:
committed by
Peter Korsgaard
parent
beabd8baee
commit
53445ca641
@@ -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