Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Moleri <pmoleri@PABLOMOLERI-PC.(none)>2009-09-21 02:23:49 (GMT)
committer Pablo Moleri <pmoleri@PABLOMOLERI-PC.(none)>2009-09-21 02:23:49 (GMT)
commitdbd020432ab9f8e4b33df2c8fc19ef5d75e2d4a4 (patch)
tree9ffc459f665966c72cfe427f6d1bb76bad68ddf1
parentf8c647e53f49f1cc96c55814eb29d8c32e71c3f6 (diff)
Texto de licencia GPL3 aƱadida.HEADmaster
Encoding cambiado a latin1.
-rw-r--r--BatallaNaval.activity/BatallaNaval.py23
-rw-r--r--BatallaNaval.activity/BatallaNavalActivity.py19
2 files changed, 39 insertions, 3 deletions
diff --git a/BatallaNaval.activity/BatallaNaval.py b/BatallaNaval.activity/BatallaNaval.py
index ea99a1d..3325478 100644
--- a/BatallaNaval.activity/BatallaNaval.py
+++ b/BatallaNaval.activity/BatallaNaval.py
@@ -1,5 +1,24 @@
-#!/usr/bin/env python
-# -*- coding: cp1252 -*-
+#!/usr/bin/python
+# -*- coding: iso-8859-1 -*-
+#
+# Copyright 2009 ceibalJAM!
+# This file is part of Batalla Naval.
+#
+# Batalla Naval 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.
+#
+# Batalla Naval 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 Batalla Naval. If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact information:
+# ceibalJAM! http://ceibaljam.org
import pygtk
pygtk.require('2.0')
diff --git a/BatallaNaval.activity/BatallaNavalActivity.py b/BatallaNaval.activity/BatallaNavalActivity.py
index 2e8db11..64069d8 100644
--- a/BatallaNaval.activity/BatallaNavalActivity.py
+++ b/BatallaNaval.activity/BatallaNavalActivity.py
@@ -1,4 +1,21 @@
-# -*- coding: cp1252 -*-
+#!/usr/bin/python
+# -*- coding: iso-8859-1 -*-
+#
+# Copyright 2009 ceibalJAM!
+# This file is part of Batalla Naval.
+#
+# Batalla Naval 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.
+#
+# Batalla Naval 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 Batalla Naval. If not, see <http://www.gnu.org/licenses/>.
from sugar.activity.activity import Activity, ActivityToolbox
import BatallaNaval