diff tools/editor/scripts/events/signal.py @ 385:fa1373b9fa16

Added the correct header to a few of the editor files.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 21 Jan 2010 17:29:54 +0000
parents 64738befdf3b
children d819a70949d2
line wrap: on
line diff
--- a/tools/editor/scripts/events/signal.py	Wed Jan 20 05:56:18 2010 +0000
+++ b/tools/editor/scripts/events/signal.py	Thu Jan 21 17:29:54 2010 +0000
@@ -1,3 +1,26 @@
+# -*- coding: utf-8 -*-
+
+# ####################################################################
+#  Copyright (C) 2005-2009 by the FIFE team
+#  http://www.fifengine.de
+#  This file is part of FIFE.
+#
+#  FIFE is free software; you can redistribute it and/or
+#  modify it under the terms of the GNU Lesser General Public
+#  License as published by the Free Software Foundation; either
+#  version 2.1 of the License, or (at your option) any later version.
+#
+#  This library 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
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  License along with this library; if not, write to the
+#  Free Software Foundation, Inc.,
+#  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+# ####################################################################
+
 """Multi-consumer multi-producer dispatching mechanism
 
 Originally based on pydispatch (BSD) http://pypi.python.org/pypi/PyDispatcher/2.0.1