aboutsummaryrefslogtreecommitdiff
path: root/utils/zoneinfo/Makefile
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2024-01-30 21:27:53 +0100
committerRosen Penev <rosenp@gmail.com>2024-01-31 16:00:10 -0800
commit820fcc5fb979ad9ac630231dcf12ce76342d1c01 (patch)
treecc9f1039d74adf4053fd00a237f38621cf9f884d /utils/zoneinfo/Makefile
parent92a406deffcc03d58c2db7f115e0de145952db2b (diff)
treewide: fix licence typos
- PKG_LICENCE -> PKG_LICENSE - PKC_LICENSE_FILES -> PKG_LICENSE_FILES - BSD 3-Clause -> BSD-3-Clause - BSD-3-clause -> BSD-3-Clause - BSD-2-clause -> BSD-2-Clause - Public Domain -> Public-Domain - PublicDomain -> Public-Domain - Drop unneeded ',' in PKG_LICENSE or PKG_LICENSE_FILES Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'utils/zoneinfo/Makefile')
-rw-r--r--utils/zoneinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/zoneinfo/Makefile b/utils/zoneinfo/Makefile
index b8bdfa9b3..28f54cc0f 100644
--- a/utils/zoneinfo/Makefile
+++ b/utils/zoneinfo/Makefile
@@ -14,7 +14,7 @@ PKG_RELEASE:=1
#As i couldn't find real license used "Public Domain"
#as referense to http://www.iana.org/time-zones/repository/tz-link.html
-PKG_LICENSE:=Public Domain
+PKG_LICENSE:=Public-Domain
PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz
PKG_SOURCE_CODE:=tzcode$(PKG_VERSION).tar.gz