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 /net/bcp38/Makefile | |
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 'net/bcp38/Makefile')
-rw-r--r-- | net/bcp38/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bcp38/Makefile b/net/bcp38/Makefile index adcf4ca1b..72c50d3cc 100644 --- a/net/bcp38/Makefile +++ b/net/bcp38/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bcp38 PKG_VERSION:=5 PKG_RELEASE:=11 -PKG_LICENCE:=GPL-3.0-or-later +PKG_LICENSE:=GPL-3.0-or-later include $(INCLUDE_DIR)/package.mk |