1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

ftp/tnftp: Add license

[1]
tnftp contains a mix of BSD2CLAUSE (mostly the NetBSD
derived code) and BSD3CLAUSE (inherited from the orignal UCB BSD code).

tnftp was previously BSD4CLAUSE but that was fixed in the upstream code
a while ago so I changed the COPYING to reflect that. It's no more
restrictive than BSD3CLAUSE now.

Suggested by:	[1] Luke Mewburn <lukem@NetBSD.org>
Suggested by:	rodrigo, salvadore
This commit is contained in:
Nuno Teixeira 2023-04-10 07:32:29 +01:00
parent e79c831d31
commit cc30d8daf3

View File

@ -6,9 +6,14 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Enhanced FTP client from NetBSD
LICENSE= BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libedit ncurses ssl
GNU_CONFIGURE= yes
PLIST_FILES= bin/tnftp man/man1/tnftp.1.gz
PLIST_FILES= bin/tnftp \
man/man1/tnftp.1.gz
.include <bsd.port.mk>