From: Gerfried Fuchs Date: Wed, 14 Jul 2010 19:58:23 +0000 (+0200) Subject: Relicense packaging under WTFPLv2 X-Git-Tag: debian/0.52-9~4 X-Git-Url: https://git.deb.at/?p=pkg%2Fnetris.git;a=commitdiff_plain;h=b5e5f5d6ac3ac2375f0932a76dca0bba3bcad936 Relicense packaging under WTFPLv2 --- diff --git a/debian/changelog b/debian/changelog index 3eeae4e..97461cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ netris (0.52-9) unstable; urgency=low * Add Vcs-* fields. * Bump Standards-Version to 3.9.0. + * Relicense packaging under WTFPLv2. -- diff --git a/debian/copyright b/debian/copyright index 18e2947..c8d1093 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,6 @@ This package was first debianized by Gergely Madarasz on Wed, 6 Aug 1997 22:10:42 +0200. It is maintained since 2002 by -Gerfried Fuchs . The packaging is licensed under BSD style, -see /usr/share/common-licenses/BSD for the complete text. +Gerfried Fuchs . It was downloaded from ftp://ftp.netris.org/pub/netris/ @@ -25,3 +24,20 @@ It was downloaded from ftp://ftp.netris.org/pub/netris/ On Debian GNU/Linux systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2', later versions can be found in the same directory. + + +The debianization of the package is licensed under the WTFPLv2: + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2002-2010 Gerfried Fuchs + + 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/debian/postinst b/debian/postinst index 10af7f8..5db3ee3 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,7 @@ #!/bin/sh -# postinst script for netris +# debian/postinst script for netris # copyright 2002-2010 by Gerfried Fuchs -# Licenced under BSD style +# Licenced under WTFPLv2 set -e diff --git a/debian/postrm b/debian/postrm index a2ec7df..b1d2478 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh -# postrm script for netris +# debian/postrm script for netris # copyright 2002-2010 by Gerfried Fuchs -# Licenced under BSD style +# Licenced under WTFPLv2 set -e diff --git a/debian/rules b/debian/rules index 5dd0031..68dfcc8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f -# rules file for netris +# debian/rules file for netris # copyright 2002-2010 by Gerfried Fuchs -# Licenced under BSD style +# Licenced under WTFPLv2 PKG = netris TMP = $(CURDIR)/debian/$(PKG)