summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2008-09-12 20:02:17 +0000
committergdt <gdt>2008-09-12 20:02:17 +0000
commit1f1912bdaacfc5822dd72854e55a84c1bc6fab8d (patch)
treef2a222ceffa834f12473329cf0d3dff206e4398a
parent5fd209db5139c90c49116b1a90aa97ef3485eebb (diff)
downloadpkgsrc-1f1912bdaacfc5822dd72854e55a84c1bc6fab8d.tar.gz
add license
-rw-r--r--licenses/titrax-license16
-rw-r--r--time/titrax/Makefile8
2 files changed, 21 insertions, 3 deletions
diff --git a/licenses/titrax-license b/licenses/titrax-license
new file mode 100644
index 00000000000..21c3005400d
--- /dev/null
+++ b/licenses/titrax-license
@@ -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 --git a/time/titrax/Makefile b/time/titrax/Makefile
index 91720fe90fe..6670e2c223b 100644
--- a/time/titrax/Makefile
+++ b/time/titrax/Makefile
@@ -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 @@ COMMENT= Little X11 tool to track project times
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}