pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc add license



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f116096aca72
branches:  trunk
changeset: 547133:f116096aca72
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Sep 12 20:02:17 2008 +0000

description:
add license

diffstat:

 licenses/titrax-license |  16 ++++++++++++++++
 time/titrax/Makefile    |   8 +++++---
 2 files changed, 21 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r 7c1984e451f7 -r f116096aca72 licenses/titrax-license
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/titrax-license   Fri Sep 12 20:02:17 2008 +0000
@@ -0,0 +1,16 @@
+COPYING, PAYMENT AND SUCH DETAILS
+
+I wrote this program because I needed it. After I released the first
+version, I got the feeling that other people may need it too.
+
+You may copy it and modify it in any way you like, the only thing that
+can make me mad is if you sell it for real money and do not give me some.
+
+As usual, there is no guarantee about anything at all, and you are not able
+to claim that I have done any damage to you by providing you with this
+program; any use you make of it is entirely at your own risk.
+
+If you like it, you are free to send me the price of a large pizza
+(my favourite costs around NOK 120 / USD 20 around Trondheim).
+Or not, if you don't feel like it.
+(See the file CONTRIBUTIONS for details)
diff -r 7c1984e451f7 -r f116096aca72 time/titrax/Makefile
--- a/time/titrax/Makefile      Fri Sep 12 19:41:57 2008 +0000
+++ b/time/titrax/Makefile      Fri Sep 12 20:02:17 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/10/31 21:48:58 gdt Exp $
+# $NetBSD: Makefile,v 1.19 2008/09/12 20:02:17 gdt Exp $
 #
 
 DISTNAME=              titrax-1.98
@@ -13,8 +13,10 @@
 USE_IMAKE=             YES
 USE_TOOLS+=            perl:run
 
-LICENSE=               titrax-license # missing
-RESTRICTED=            Do not sell for profit
+LICENSE=               titrax-license
+RESTRICTED=            Do not sell for "real money".
+# XXX Arguably NO_*_ON_CDROM is not necessary, because "real money" seems
+# to exclude CDROM distribution charges.
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 



Home | Main Index | Thread Index | Old Index