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/pdns | |
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/pdns')
-rw-r--r-- | net/pdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pdns/Makefile b/net/pdns/Makefile index 055337ee4..90f83ceb8 100644 --- a/net/pdns/Makefile +++ b/net/pdns/Makefile @@ -9,8 +9,8 @@ PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ PKG_HASH:=7f40c8cbc4650d06fe49abba79902ebabb384363dabbd5cef271964a07c3645c PKG_MAINTAINER:=Peter van Dijk <peter.van.dijk@powerdns.com> -PKG_LICENCE:=GPL-2.0-only -PKG_LICENCE_FILES:=COPYING +PKG_LICENSE:=GPL-2.0-only +PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:powerdns:authoritative PKG_FIXUP:=autoreconf |