From 820fcc5fb979ad9ac630231dcf12ce76342d1c01 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Tue, 30 Jan 2024 21:27:53 +0100 Subject: 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 --- utils/xxhash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/xxhash') 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 PKG_INSTALL:=1 -- cgit v1.2.3