mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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.
This commit is contained in:
parent
51d1cc3b84
commit
0e7c2f97c8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue