mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/agec: use correct SPDX license identifier
BSD-0-Clause is not a recognized SPDX license identifier. The LICENSE file matches the 0BSD license text [1]. [1] https://spdx.org/licenses/0BSD.html Signed-off-by: Fiona Klute <fiona.klute@gmx.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
2a17921b60
commit
32d1ebf9fc
@@ -7,7 +7,7 @@
|
||||
AGEC_VERSION = 0.1.0
|
||||
AGEC_SOURCE = $(AGEC_VERSION).tar.gz
|
||||
AGEC_SITE = https://git.sr.ht/~min/agec/archive
|
||||
AGEC_LICENSE = BSD-0-Clause
|
||||
AGEC_LICENSE = 0BSD
|
||||
AGEC_LICENSE_FILES = LICENSE
|
||||
AGEC_DEPENDENCIES = host-pkgconf openssl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user