]> git.deb.at Git - pkg/netris.git/commitdiff
Relicense packaging under WTFPLv2
authorGerfried Fuchs <rhonda@debian.at>
Wed, 14 Jul 2010 19:58:23 +0000 (21:58 +0200)
committerGerfried Fuchs <rhonda@debian.at>
Wed, 14 Jul 2010 19:58:23 +0000 (21:58 +0200)
debian/changelog
debian/copyright
debian/postinst
debian/postrm
debian/rules

index 3eeae4eeece931378a6eb431c14e03c5ece27ba8..97461cdb1a80777b47606b448f0a9b08c4b2a5be 100644 (file)
@@ -2,6 +2,7 @@ netris (0.52-9) unstable; urgency=low
 
   * Add Vcs-* fields.
   * Bump Standards-Version to 3.9.0.
 
   * Add Vcs-* fields.
   * Bump Standards-Version to 3.9.0.
+  * Relicense packaging under WTFPLv2.
 
  -- 
 
 
  -- 
 
index 18e294781fcac3255e3b29ba0aabae41e64ca980..c8d1093a52189096389ef9d11f9d9f6f24ef4c36 100644 (file)
@@ -1,7 +1,6 @@
 This package was first debianized by Gergely Madarasz <gorgo@caesar.elte.hu>
 on Wed,  6 Aug 1997 22:10:42 +0200. It is maintained since 2002 by
 This package was first debianized by Gergely Madarasz <gorgo@caesar.elte.hu>
 on Wed,  6 Aug 1997 22:10:42 +0200. It is maintained since 2002 by
-Gerfried Fuchs <rhonda@debian.at>. The packaging is licensed under BSD style,
-see /usr/share/common-licenses/BSD for the complete text.
+Gerfried Fuchs <rhonda@debian.at>.
 
 It was downloaded from ftp://ftp.netris.org/pub/netris/
 
 
 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.
 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.
index 10af7f80c72b3b65c6da83deb19530183a84b224..5db3ee367bd4318c6e04b38f40572875e9f8b45d 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #!/bin/sh
-# postinst script for netris
+# debian/postinst script for netris
 # copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
 # copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 set -e
 
 
 set -e
 
index a2ec7df3a21cfd423f9df72a1b0bc17e568ae4bc..b1d2478a2996d647f29d5105e74ed714f9318a7d 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #!/bin/sh
-# postrm script for netris
+# debian/postrm script for netris
 # copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
 # copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 set -e
 
 
 set -e
 
index 5dd00317f1a2a78dbbb16382dcdfcd2d78d2e65d..68dfcc8c61fd26593ad12044ff3dc2bda2286a10 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 #!/usr/bin/make -f
-# rules file for netris
+# debian/rules file for netris
 # copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
 # copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 PKG = netris
 TMP = $(CURDIR)/debian/$(PKG)
 
 PKG = netris
 TMP = $(CURDIR)/debian/$(PKG)