ranpwd: Change license to SPDX

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-03-10 23:51:59 +01:00
parent 75231523fa
commit df5a93ed5c

View File

@@ -1,5 +1,5 @@
DESCRIPTION = "Random password generator" DESCRIPTION = "Random password generator"
LICENSE = "GPLv2+" LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://ranpwd.c;beginline=1;endline=11;md5=0e8585e19117526efedfaeb50c345d7a" LIC_FILES_CHKSUM = "file://ranpwd.c;beginline=1;endline=11;md5=0e8585e19117526efedfaeb50c345d7a"
SECTION = "console/utils" SECTION = "console/utils"