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/micrond/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/micrond/Makefile') 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 -- cgit v1.2.3