Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <erikos@localhost.localdomain>2008-11-13 13:48:36 (GMT)
committer Simon Schampijer <erikos@localhost.localdomain>2008-11-13 13:48:36 (GMT)
commit9c413b297f673c29756cda135958d364b67c00b0 (patch)
tree941621f20e17b2c1c9ccecf47371b85c2bbd7d27
parent352b25fde7e0a9330ee2955be05ace70a63ba77c (diff)
Fix permissions
-rw-r--r--[-rwxr-xr-x]activity.py4
-rw-r--r--cardlist.py6
-rw-r--r--[-rwxr-xr-x]cardtable.py6
-rw-r--r--createcardpanel.py6
-rw-r--r--[-rwxr-xr-x]createtoolbar.py6
-rw-r--r--csound/csoundserver.py17
-rw-r--r--[-rwxr-xr-x]game.py4
-rw-r--r--[-rwxr-xr-x]memorizetoolbar.py4
-rw-r--r--messenger.py6
-rw-r--r--model.py6
-rw-r--r--[-rwxr-xr-x]playerscoreboard.py4
-rw-r--r--[-rwxr-xr-x]score.py4
-rw-r--r--[-rwxr-xr-x]scoreboard.py4
-rw-r--r--[-rwxr-xr-x]svgcard.py4
-rw-r--r--[-rwxr-xr-x]svglabel.py4
15 files changed, 36 insertions, 49 deletions
diff --git a/activity.py b/activity.py
index 4e0e000..5fdfa2a 100755..100644
--- a/activity.py
+++ b/activity.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
diff --git a/cardlist.py b/cardlist.py
index 0922d7f..7a179f4 100644
--- a/cardlist.py
+++ b/cardlist.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
@@ -314,4 +312,4 @@ class Pair(gtk.EventBox):
if card == 1:
return self.asnd
else:
- return self.bsnd \ No newline at end of file
+ return self.bsnd
diff --git a/cardtable.py b/cardtable.py
index 28a2a4d..847a7bd 100755..100644
--- a/cardtable.py
+++ b/cardtable.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
@@ -216,4 +214,4 @@ class CardTable(gtk.EventBox):
if not self.load_mode:
self._set_load_mode(True)
self.load_message.set_text(msg)
- self.queue_draw() \ No newline at end of file
+ self.queue_draw()
diff --git a/createcardpanel.py b/createcardpanel.py
index a1782a4..3532987 100644
--- a/createcardpanel.py
+++ b/createcardpanel.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
@@ -312,4 +310,4 @@ class CardEditor(gtk.EventBox):
diff = pixbuf_t.get_height() - pixbuf_t.get_width()
pixbuf_t.scale(new, 0, 0, 162, 162, 0, -(diff/2), 1, 1, gtk.gdk.INTERP_BILINEAR)
del pixbuf_t
- return new \ No newline at end of file
+ return new
diff --git a/createtoolbar.py b/createtoolbar.py
index 0ac7c9d..a849770 100755..100644
--- a/createtoolbar.py
+++ b/createtoolbar.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
@@ -165,4 +163,4 @@ class CreateToolbar(gtk.Toolbar):
def update_buttons_status(self, widget, new, save):
self._new_button.set_sensitive(new)
self._save_button.set_sensitive(save)
- \ No newline at end of file
+
diff --git a/csound/csoundserver.py b/csound/csoundserver.py
index c8c799f..953b74b 100644
--- a/csound/csoundserver.py
+++ b/csound/csoundserver.py
@@ -1,4 +1,19 @@
-#! /usr/bin/env python
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
+#
+# 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 2 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, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
import os
import logging
diff --git a/game.py b/game.py
index 551956e..816ec08 100755..100644
--- a/game.py
+++ b/game.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
diff --git a/memorizetoolbar.py b/memorizetoolbar.py
index dee0a65..058a397 100755..100644
--- a/memorizetoolbar.py
+++ b/memorizetoolbar.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
diff --git a/messenger.py b/messenger.py
index 72c1691..8ed9a20 100644
--- a/messenger.py
+++ b/messenger.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
@@ -217,4 +215,4 @@ class Messenger(ExportedGObject):
if sender == self._tube.get_unique_name():
return
self.game.card_flipped(None, card_number, True)
- \ No newline at end of file
+
diff --git a/model.py b/model.py
index 81e3c11..77a0aa2 100644
--- a/model.py
+++ b/model.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
@@ -337,4 +335,4 @@ class Model(object):
gameObject.metadata['icon-color'] = color
gameObject.file_path = path
datastore.write(gameObject)
- \ No newline at end of file
+
diff --git a/playerscoreboard.py b/playerscoreboard.py
index b0c0a88..d95a639 100755..100644
--- a/playerscoreboard.py
+++ b/playerscoreboard.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
diff --git a/score.py b/score.py
index 74e68b6..acc5e82 100755..100644
--- a/score.py
+++ b/score.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
diff --git a/scoreboard.py b/scoreboard.py
index f370f75..95bb54b 100755..100644
--- a/scoreboard.py
+++ b/scoreboard.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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
diff --git a/svgcard.py b/svgcard.py
index dec2d46..5ba0e8d 100755..100644
--- a/svgcard.py
+++ b/svgcard.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2007, One Laptop Per Child
+# Copyright (C) 2007, 2008 One Laptop Per Child
#
# Muriel de Souza Godoi - muriel@laptop.org
#
diff --git a/svglabel.py b/svglabel.py
index 9f98640..ef2ab74 100755..100644
--- a/svglabel.py
+++ b/svglabel.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# 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