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/
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.
#!/bin/sh
-# postinst script for netris
+# debian/postinst script for netris
# copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
set -e
#!/bin/sh
-# postrm script for netris
+# debian/postrm script for netris
# copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
set -e
#!/usr/bin/make -f
-# rules file for netris
+# debian/rules file for netris
# copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
PKG = netris
TMP = $(CURDIR)/debian/$(PKG)