]> git.draconx.ca Git - cdecl99.git/commitdiff
Add WTFPL2 license document.
authorNick Bowler <nbowler@draconx.ca>
Sun, 18 Sep 2011 23:29:31 +0000 (19:29 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 18 Sep 2011 23:33:27 +0000 (19:33 -0400)
Parts of Cdecl99 are released under the terms of this license, thus it
should be included.

COPYING.WTFPL2 [new file with mode: 0644]
Makefile.am

diff --git a/COPYING.WTFPL2 b/COPYING.WTFPL2
new file mode 100644 (file)
index 0000000..d23841b
--- /dev/null
@@ -0,0 +1,13 @@
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+                    Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar
+  22 rue de Plaisance, 75014 Paris, France
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. You just DO WHAT THE FUCK YOU WANT TO.
index 7525ac055673bafd53c3918cc79f3f1a99a82b67..a63842203eef7d2726f2f337f3a0cc41690477e5 100644 (file)
@@ -17,7 +17,8 @@ MAINTAINERCLEANFILES = src/scan.c src/scan.h src/scan.stamp \
 CLEANFILES = src/typenames.h src/validtypes.h
 
 EXTRA_DIST = m4/gnulib-cache.m4 src/types.lst src/typenames.sed \
-       src/validtypes.sed src/parse.stamp src/scan.stamp
+       src/validtypes.sed src/parse.stamp src/scan.stamp \
+       COPYING.WTFPL2
 
 dist_man_MANS = doc/man/cdecl99.1 doc/man/libcdecl.3