Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/playerscoreboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'playerscoreboard.py')
-rwxr-xr-xplayerscoreboard.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/playerscoreboard.py b/playerscoreboard.py
index c6a180a..2526917 100755
--- a/playerscoreboard.py
+++ b/playerscoreboard.py
@@ -1,8 +1,6 @@
#! /usr/bin/env python
#
-# Copyright (C) 2007, One Laptop Per Child
-#
-# Muriel de Souza Godoi - muriel@laptop.org
+# Copyright (C) 2006, 2007, 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
@@ -128,4 +126,4 @@ class PlayerScoreboard(gtk.EventBox):
if len(self.scores) == 0:
self.table.remove(self.msg)
self.queue_draw()
- \ No newline at end of file
+