From 0579f7704dccf1825795d8904d8419283e16489c Mon Sep 17 00:00:00 2001 From: jtb Date: Tue, 5 Jun 2001 23:40:38 +0000 Subject: 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). --- sysutils/sarah/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sysutils') 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 -- cgit v1.2.3