summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-05-10 15:38:19 +0000
committergdt <gdt@pkgsrc.org>2006-05-10 15:38:19 +0000
commit382daa31da33576fd283c08134a5f862f64d2c32 (patch)
treee12cbf030bd4d6172e567a79dae0cca8cb1c0e5d
parente5bfdfbb0af480655edad51413bf49c156138135 (diff)
downloadpkgsrc-382daa31da33576fd283c08134a5f862f64d2c32.tar.gz
Add bicom-license and point to it. Set RESTRICTED and NO_*_ON_*
because no permission to distribute has been granted. change reviewd by ben@ (maintainer)
-rw-r--r--archivers/bicom/Makefile9
-rw-r--r--licenses/bicom-license8
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
+===========================================================================