Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-06-06 14:56:34 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-06-06 14:56:34 (GMT)
commit71ac83b2cc857ede0a40bc86c56c0aa2371ea142 (patch)
tree8d0309d6c88ccae4f4fbe7395857605ff578e0ed
parent9125744db99b1a72b0a29db233d879e7e796e2ad (diff)
fix FSF address
-rw-r--r--NEWS4
-rw-r--r--activity/activity.info2
-rw-r--r--constants.py7
3 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 224ae66..f42dbd5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
NEWS
+19
+
+* Wrong address for FSF
+
18
* New translations
diff --git a/activity/activity.info b/activity/activity.info
index a04a1cd..5f5d630 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = Paths
-activity_version = 18
+activity_version = 19
license = GPLv3
bundle_id = org.sugarlabs.PathsActivity
exec = sugar-activity PathsActivity.PathsActivity
diff --git a/constants.py b/constants.py
index be1b74b..0180ecc 100644
--- a/constants.py
+++ b/constants.py
@@ -5,10 +5,9 @@
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
-# 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., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# You should have received a copy of the GNU General Public License
+# along with this library; if not, write to the Free Software
+# Foundation, 51 Franklin Street, Suite 500 Boston, MA 02110-1335 USA
NORTH = 0
EAST = NORTH + 1