aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/banhosts/Makefile2
-rw-r--r--utils/joe/Makefile2
-rw-r--r--utils/micrond/Makefile2
-rw-r--r--utils/opendoas/Makefile2
-rw-r--r--utils/xxhash/Makefile4
-rw-r--r--utils/zoneinfo/Makefile2
6 files changed, 7 insertions, 7 deletions
diff --git a/utils/banhosts/Makefile b/utils/banhosts/Makefile
index 47a0ddbea..4f822106d 100644
--- a/utils/banhosts/Makefile
+++ b/utils/banhosts/Makefile
@@ -13,7 +13,7 @@ PKG_RELEASE:=2
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Matteo Croce <matteo@openwrt.org>
-PKG_LICENCE:=GPL-2.0
+PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk
diff --git a/utils/joe/Makefile b/utils/joe/Makefile
index 8def7ab7e..78814c9a1 100644
--- a/utils/joe/Makefile
+++ b/utils/joe/Makefile
@@ -27,7 +27,7 @@ PKG_SOURCE_URL:=@SF/joe-editor
PKG_HASH:=495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de
PKG_MAINTAINER:=Vitaly Protsko <villy@sft.ru>
-PKG_LICENCE:=GPL-2.0
+PKG_LICENSE:=GPL-2.0
PKG_CPE_ID:=cpe:/a:joseph_allen:joe
include $(INCLUDE_DIR)/package.mk
diff --git a/utils/micrond/Makefile b/utils/micrond/Makefile
index c979025bb..9fb42cae3 100644
--- a/utils/micrond/Makefile
+++ b/utils/micrond/Makefile
@@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=micrond
PKG_VERSION:=1
PKG_RELEASE:=2
-PKG_LICENSE:=BSD-2-clause
+PKG_LICENSE:=BSD-2-Clause
include $(INCLUDE_DIR)/package.mk
diff --git a/utils/opendoas/Makefile b/utils/opendoas/Makefile
index c24299e76..ae461eb65 100644
--- a/utils/opendoas/Makefile
+++ b/utils/opendoas/Makefile
@@ -9,7 +9,7 @@ PKG_SOURCE_URL:=https://github.com/Duncaen/OpenDoas/releases/download/v$(PKG_VER
PKG_HASH:=4e98828056d6266bd8f2c93e6ecf12a63a71dbfd70a5ea99ccd4ab6d0745adf0
PKG_MAINTAINER:=Michal Vasilek <michal.vasilek@nic.cz>
-PKG_LICENSE:=ISC, BSD-3-Clause
+PKG_LICENSE:=ISC BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
PKG_INSTALL:=1
diff --git a/utils/xxhash/Makefile b/utils/xxhash/Makefile
index ff29be1de..c6b9f333c 100644
--- a/utils/xxhash/Makefile
+++ b/utils/xxhash/Makefile
@@ -20,8 +20,8 @@ PKG_HASH:=3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c
# The source for the library (xxhash.c and xxhash.h) is BSD
# The source for the command line tool (xxhsum.c) is GPLv2+
-PKG_LICENSE:=BSD-2-Clause,GPL-2.0-or-later
-PKG_LICENSE_FILES:=LICENSE,cli/COPYING
+PKG_LICENSE:=BSD-2-Clause GPL-2.0-or-later
+PKG_LICENSE_FILES:=LICENSE cli/COPYING
PKG_MAINTAINER:=Julien Malik <julien.malik@paraiso.me>
PKG_INSTALL:=1
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