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)
This commit is contained in:
parent
e5bfdfbb0a
commit
382daa31da
2 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
8
licenses/bicom-license
Normal file
8
licenses/bicom-license
Normal file
|
@ -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
|
||||
===========================================================================
|
Loading…
Reference in a new issue