Code

Added COPYING (GPLv2) and copyright headers to all source files.
[nagixsc.git] / nagixsc / __init__.py
index a2435134dbb5500b37acde1b917fe3155aa2fd1c..030b86da2805ddf724cf9892fb49d4e6a5a2d280 100644 (file)
@@ -1,3 +1,20 @@
+# Nag(ix)SC -- __init__.py
+#
+# Copyright (C) 2009-2010 Sven Velt <sv@teamix.net>
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation; only version 2 of the License is applicable.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
 import BaseHTTPServer
 import ConfigParser
 import SocketServer