From a63711d99512195ca46480f5187c50d8192f051f Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Thu, 1 Jul 2010 22:02:29 +0200 Subject: [PATCH] relicense packaging under WTFPLv2 --- debian/changelog | 2 ++ debian/config | 2 +- debian/copyright | 20 +++++++++++++++++--- debian/postinst | 2 +- debian/postrm | 2 +- debian/rules | 2 +- 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3bd7c34..c62cb25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ t-prot (2.99-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.0. + * Relicense packaging to WTFPLv2 as BSD is going to get removed from + common-licenses. -- diff --git a/debian/config b/debian/config index 4e713d8..8fb9e56 100644 --- a/debian/config +++ b/debian/config @@ -1,7 +1,7 @@ #!/bin/sh # debconf config file for t-prot # Copyright 2002-2010 by Gerfried Fuchs -# Licenced BSD style +# Licenced under WTFPLv2 set -e diff --git a/debian/copyright b/debian/copyright index 070c3eb..563350d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,6 @@ This package was initially debianized by Gerfried Fuchs on Tue, 29 Jan 2002 15:55:21 +0100. -The debianization is licensed under BSD style. -See /usr/share/common-licenses/BSD. - It was downloaded from: ======================= @@ -47,3 +44,20 @@ Copyright: WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +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 7c54816..f3daa2c 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,7 @@ #!/bin/sh # postinst for t-prot # Copyright 2002-2010 by Gerfried Fuchs -# Licenced BSD style +# Licenced under WTFPLv2 set -e diff --git a/debian/postrm b/debian/postrm index b0cbfbd..c65b44d 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh # postrm for t-prot # Copyright 2002-2010 by Gerfried Fuchs -# Licenced BSD style +# Licenced under WTFPLv2 set -e diff --git a/debian/rules b/debian/rules index 63edcc9..947d2a1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules for t-prot package # Copyright 2002-2009 by Gerfried Fuchs -# Licenced BSD style +# Licenced under WTFPLv2 PKG = t-prot TMP = $(CURDIR)/debian/$(PKG) -- 2.39.2