From: Nick Bowler Date: Sun, 18 Sep 2011 23:29:31 +0000 (-0400) Subject: Add WTFPL2 license document. X-Git-Tag: v1~114 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/0c0bf5ec46b0fb93c5d5935f3bdf5e654607d21c?hp=27af7b2f66aebc8c624a8a01b6f54ca69f95cdb9 Add WTFPL2 license document. Parts of Cdecl99 are released under the terms of this license, thus it should be included. --- diff --git a/COPYING.WTFPL2 b/COPYING.WTFPL2 new file mode 100644 index 0000000..d23841b --- /dev/null +++ b/COPYING.WTFPL2 @@ -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. diff --git a/Makefile.am b/Makefile.am index 7525ac0..a638422 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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