]> git.ipfire.org Git - oddments/fireinfo.git/blobdiff - fireinfo/__init__.py
Bump version 2.0.4.
[oddments/fireinfo.git] / fireinfo / __init__.py
index d6b7c174620a37ed9f42907615a760206c1b599f..d0f0a45ddbff98b050067fc6b0b5606a79ad1e39 100644 (file)
@@ -1,5 +1,24 @@
 #!/usr/bin/python
+###############################################################################
+#                                                                             #
+# Fireinfo                                                                    #
+# Copyright (C) 2010, 2011 IPFire Team (www.ipfire.org)                       #
+#                                                                             #
+# 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, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# 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, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
 
-__version__ = "0.13"
+__version__ = "2.0.4"
 
 from system import System