]> git.deb.at Git - pkg/t-prot.git/commitdiff
relicense packaging under WTFPLv2
authorGerfried Fuchs <rhonda@debian.at>
Thu, 1 Jul 2010 20:02:29 +0000 (22:02 +0200)
committerGerfried Fuchs <rhonda@debian.at>
Thu, 1 Jul 2010 20:02:29 +0000 (22:02 +0200)
debian/changelog
debian/config
debian/copyright
debian/postinst
debian/postrm
debian/rules

index 3bd7c343c4f8b7043858a3eb99901b6fb380e0e4..c62cb25ec6135cebf39a98cbd879f02310eebe30 100644 (file)
@@ -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.
 
  -- 
 
index 4e713d8ffc02324efc536146a12a52f8ac033e72..8fb9e56b4172dc257e383f9796c4417ac16568a1 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # debconf config file for t-prot
 # Copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced BSD style
+# Licenced under WTFPLv2
 
 set -e
 
index 070c3ebb505bcbac67a6326ff1b1b6c33b66f47c..563350dc1c621ef943d95ac435638b8e18a1f903 100644 (file)
@@ -1,9 +1,6 @@
 This package was initially debianized by Gerfried Fuchs <rhonda@debian.at> 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:
 =======================
 <http://www.escape.de/users/tolot/mutt/t-prot/downloads/>
@@ -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.
index 7c54816d9411ef0d998bdccf9d3293a9ee30e7fd..f3daa2cd6b0bb4f7934f87086020f3181b36589d 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # postinst for t-prot
 # Copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced BSD style
+# Licenced under WTFPLv2
 
 set -e
 
index b0cbfbd05d00a324d7447d8c5addbcb2ab1d4f15..c65b44d2f026f58b2cb4157b33e670b7e1c87754 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # postrm for t-prot
 # Copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced BSD style
+# Licenced under WTFPLv2
 
 set -e
 
index 63edcc94c7e1bb667bcfff5ca74a86409d1451ad..947d2a1c7b50c66a6749a061e5ab2db070d72fd1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # debian/rules for t-prot package
 # Copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced BSD style
+# Licenced under WTFPLv2
 
 PKG = t-prot
 TMP = $(CURDIR)/debian/$(PKG)