diff options
author | Diane Bruce <db@FreeBSD.org> | 2023-12-04 16:24:51 -0500 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2023-12-05 12:45:59 -0500 |
commit | 0e7c2f97c8b22394d6dda8b3ff6cacc3b9fe2a5c (patch) | |
tree | 5a7fa657b8d21361519db906da893f51502cba8f /comms/nec2c | |
parent | 51d1cc3b84ce4220762533ba174480e9537c5528 (diff) | |
download | freebsd-ports-0e7c2f97c8b22394d6dda8b3ff6cacc3b9fe2a5c.zip |
comms/nec2c: Fix bogus licence
I've only just noticed the author put this into public domain
as the original was public domain. He only stressed the wish
to keep it FOSS.
7. License:
nec2c is Public Domain, same as the original FORTRAN source.
Please keep any software you write incorporating nec2c in Public
Domain or at least use an open license like GPL or BSD.
I believe this was his intent but having a GPL COPYING file
certainly confuses things.
Diffstat (limited to 'comms/nec2c')
-rw-r--r-- | comms/nec2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/nec2c/Makefile b/comms/nec2c/Makefile index a9ce47dfd711..806cfb3116b2 100644 --- a/comms/nec2c/Makefile +++ b/comms/nec2c/Makefile @@ -7,8 +7,8 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Used to calculate antenna patterns useful to ham radio WWW= https://www.qsl.net/5b4az/ -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/README USES= dos2unix tar:bz2 |