diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-01-30 21:27:53 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-01-31 16:00:10 -0800 |
commit | 820fcc5fb979ad9ac630231dcf12ce76342d1c01 (patch) | |
tree | cc9f1039d74adf4053fd00a237f38621cf9f884d /utils/joe | |
parent | 92a406deffcc03d58c2db7f115e0de145952db2b (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/joe')
-rw-r--r-- | utils/joe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |