diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 22:33:21 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 22:33:21 +0800 |
commit | 94817f078473a40920b4a61d9d46edf052f3c1c9 (patch) | |
tree | 9419015f28d81d3b8c7f8074afa8e5cf158c0e64 /net-mgmt/pktstat | |
parent | d861678bdefc371a8cb6bf3d2c316437130a0b33 (diff) | |
download | freebsd-ports-gnome-94817f078473a40920b4a61d9d46edf052f3c1c9.tar.gz freebsd-ports-gnome-94817f078473a40920b4a61d9d46edf052f3c1c9.tar.zst freebsd-ports-gnome-94817f078473a40920b4a61d9d46edf052f3c1c9.zip |
Add Public Domain support to ports license framework. You can now use
LICENSE= PD
Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).
Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.
Approved by: portmgr (bapt)
Differential Revision: D4149
Diffstat (limited to 'net-mgmt/pktstat')
-rw-r--r-- | net-mgmt/pktstat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-mgmt/pktstat/Makefile b/net-mgmt/pktstat/Makefile index a60060e07f24..a418d50b5e53 100644 --- a/net-mgmt/pktstat/Makefile +++ b/net-mgmt/pktstat/Makefile @@ -9,10 +9,7 @@ CATEGORIES= net-mgmt MAINTAINER= freebsd@sosend.de COMMENT= Network traffic viewer -LICENSE= PUBLIC_DOMAIN -LICENSE_NAME= Public Domain -LICENSE_TEXT= The principal author has placed the entire work (source) in the public domain, thus choosing to not exercise copyright control over it. -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD USE_GITHUB= yes GH_ACCOUNT= dleonard0 |