Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scoreboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'scoreboard.py')
-rwxr-xr-xscoreboard.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/scoreboard.py b/scoreboard.py
index 8c00214..0527b34 100755
--- a/scoreboard.py
+++ b/scoreboard.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
@@ -80,4 +78,4 @@ class Scoreboard(gtk.EventBox):
def set_wait_mode(self, widget, buddy, status):
self.players[buddy].set_wait_mode(status)
- \ No newline at end of file
+