From 5b5b994619460ee3b318e6b01f516fd99cc3264a Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Tue, 13 Jul 2010 16:12:40 +0200 Subject: [PATCH] Relicensed Debian packaging under WTFPLv2 --- debian/changelog | 1 + debian/config | 3 +++ debian/copyright | 21 +++++++++++++++++---- debian/postinst | 2 +- debian/postrm | 2 +- debian/rules | 2 +- 6 files changed, 24 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2875d9b..6fada5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ beep (1.2.2-25) unstable; urgency=low * Bump Standards-Version to 3.9.0. * Add Vcs-* fields to control file. + * Relicensed Debian packaging under WTFPLv2. -- diff --git a/debian/config b/debian/config index aa95410..c0c4226 100644 --- a/debian/config +++ b/debian/config @@ -1,4 +1,7 @@ #!/bin/sh -e +# debian/config file for beep +# copyright 2002-2009 by Gerfried Fuchs +# Licenced under WTFPLv2 # Source debconf library. . /usr/share/debconf/confmodule diff --git a/debian/copyright b/debian/copyright index d2d6d8c..d6af07b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -17,11 +17,24 @@ This software is copyright (C) 2000 by Johnathan Nightingale. implied warranties of merchantability or fitness for a particular use or ability to breed pandas in captivity, it just can't be done. -The Debian packaging is Copyright 2002-2009 by -Gerfried Fuchs and is licensed under the BSD license. -See /usr/share/common-licenses/BSD for the full text of it. - 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 which the GNU project publishes on the above mentioned URL 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-2009 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 b60608e..c72f477 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,7 @@ #!/bin/sh -e # postinst for beep # copyright 2002-2009 by Gerfried Fuchs -# Licenced under BSD style +# Licenced under WTFPLv2 # Source debconf library. if [ -e /usr/share/debconf/confmodule ]; then diff --git a/debian/postrm b/debian/postrm index 18f3b59..a1444aa 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh -e # postrm for beep # copyright 2002-2009 by Gerfried Fuchs -# Licenced under BSD style +# Licenced under WTFPLv2 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule diff --git a/debian/rules b/debian/rules index 8e970f6..833d4b5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules file for beep # copyright 2002-2009 by Gerfried Fuchs -# Licenced under BSD style +# Licenced under WTFPLv2 PKG1 = beep TMP1 = $(CURDIR)/debian/$(PKG1) -- 2.39.2