diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-05 23:40:38 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-05 23:40:38 +0000 |
commit | e9b8fcafc4041f10473144e153e26af6831047ba (patch) | |
tree | 7cd24e2ec17c01fb6f666fc2793b2ee6e32218d4 | |
parent | 5642c5a9b9b87623cf2c279e01740c5116e5643a (diff) | |
download | pkgsrc-e9b8fcafc4041f10473144e153e26af6831047ba.tar.gz |
LICENSE=limited-redistribution. Add restrictions.
From the README file:
Licensing for the current version of sarah is quite simple: I (Matthew
Pounsett) retain all rights to this code. Anyone is free to use sarah, but it
may not be redistributed either in its original or any modified form without
the permission of the author (me). A more reasonable license will be
distributed with later versions of sarah (probably with the first non-beta
release).
-rw-r--r-- | sysutils/sarah/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sysutils/sarah/Makefile b/sysutils/sarah/Makefile index 673525483e2..fa6d400a307 100644 --- a/sysutils/sarah/Makefile +++ b/sysutils/sarah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/13 19:49:01 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/05 23:40:38 jtb Exp $ DISTNAME= sarah-0.4b CATEGORIES= sysutils @@ -7,6 +7,13 @@ MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/ MAINTAINER= zuntum@netbsd.org COMMENT= Syslog automated Rotation and Archive Handler +LICENSE= limited-distribution +RESTRICTED= "Do not redistribute" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + USE_PERL5= YES NO_BUILD= YES |