aboutsummaryrefslogtreecommitdiff
path: root/utils/xxhash
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/xxhash
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/xxhash')
-rw-r--r--utils/xxhash/Makefile4
1 files changed, 2 insertions, 2 deletions
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