diff options
-rw-r--r-- | archivers/bicom/Makefile | 9 | ||||
-rw-r--r-- | licenses/bicom-license | 8 |
2 files changed, 15 insertions, 2 deletions
diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile index a933fce10a5..8f595feb490 100644 --- a/archivers/bicom/Makefile +++ b/archivers/bicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/05/10 13:23:07 ben Exp $ +# $NetBSD: Makefile,v 1.24 2006/05/10 15:38:19 gdt Exp $ # DISTNAME= bicom101 @@ -12,7 +12,12 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= http://www3.sympatico.ca/mt0000/bicom/bicom.html COMMENT= Data compressor in the PPM family -LICENSE= no-commercial-use +LICENSE= bicom-license +RESTRICTED= No commercial use without prior arrangement, no permission to distribute granted. +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/licenses/bicom-license b/licenses/bicom-license new file mode 100644 index 00000000000..97bec4b8808 --- /dev/null +++ b/licenses/bicom-license @@ -0,0 +1,8 @@ +=========================================================================== +BICOM 1.01 bijective compressor +=========================================================================== +Copyright (C) 2000 Matt Timmermans + +Free for non-commercial purposes as long as this notice remains intact. +To discuss commercial use, mail me at matt@timmermans.org +=========================================================================== |