]> git.deb.at Git - pkg/beep.git/commitdiff
Relicensed Debian packaging under WTFPLv2
authorGerfried Fuchs <rhonda@debian.at>
Tue, 13 Jul 2010 14:12:40 +0000 (16:12 +0200)
committerGerfried Fuchs <rhonda@debian.at>
Tue, 13 Jul 2010 14:12:40 +0000 (16:12 +0200)
debian/changelog
debian/config
debian/copyright
debian/postinst
debian/postrm
debian/rules

index 2875d9b7cb571a65f4f09987734c2888aa64fe99..6fada5e3871cde4e33454ed9f00d3c0e59411f1e 100644 (file)
@@ -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.
 
  -- 
 
index aa95410095459895dd21f559d16be52d72b6a7bc..c0c42267b38391eb7b4e816904592aa753f387b0 100644 (file)
@@ -1,4 +1,7 @@
 #!/bin/sh -e
+# debian/config file for beep
+# copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
+# Licenced under WTFPLv2
 
 # Source debconf library.
 . /usr/share/debconf/confmodule
index d2d6d8c0a51616c82366a307634c82a04ba32ad6..d6af07ba5b1fe81e1f4839c5a9f00c536cf111e2 100644 (file)
@@ -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 <rhonda@debian.at> 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.
index b60608eef594e4e21e5ba9ae40d9d07a8bba3bfd..c72f47745cc1f5f5bdd48e7c7c1258861a35cff3 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 # postinst for beep
 # copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 # Source debconf library.
 if [ -e /usr/share/debconf/confmodule ]; then
index 18f3b596aded6b027988fe1bb5ce76ee3eb795be..a1444aac3c283f9b956a7a50912b148062734b0c 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 # postrm for beep
 # copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
        . /usr/share/debconf/confmodule
index 8e970f6cd798d71e7156c790d3c001565f4eb125..833d4b5c1a9dba3e81a60eec4cc14b2c6dd61e36 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # debian/rules file for beep
 # copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 PKG1 = beep
 TMP1 = $(CURDIR)/debian/$(PKG1)