Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Maze.activity/player.py
diff options
context:
space:
mode:
Diffstat (limited to 'Maze.activity/player.py')
-rw-r--r--Maze.activity/player.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Maze.activity/player.py b/Maze.activity/player.py
index 46bf79a..d9421a3 100644
--- a/Maze.activity/player.py
+++ b/Maze.activity/player.py
@@ -1,5 +1,6 @@
# Maze.activity
# A simple multi-player maze game for the XO laptop.
+# http://wiki.laptop.org/go/Maze
#
# Special thanks to Brendan Donohoe for the icon.
#
@@ -11,13 +12,13 @@
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# Foobar is distributed in the hope that it will be useful,
+# Maze.activity 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 Foobar. If not, see <http://www.gnu.org/licenses/>.
+# along with Maze.activity. If not, see <http://www.gnu.org/licenses/>.
from olpcgames.util import get_bundle_path
bundlepath = get_bundle_path()