From dbd020432ab9f8e4b33df2c8fc19ef5d75e2d4a4 Mon Sep 17 00:00:00 2001 From: Pablo Moleri Date: Mon, 21 Sep 2009 02:23:49 +0000 Subject: Texto de licencia GPL3 aƱadida. Encoding cambiado a latin1. --- 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 . +# +# 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 . from sugar.activity.activity import Activity, ActivityToolbox import BatallaNaval -- cgit v0.9.1