Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rwxr-xr-xactivity.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/activity.py b/activity.py
index 0eb203c..d9bbdb7 100755
--- a/activity.py
+++ b/activity.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
@@ -255,4 +253,4 @@ class MemorizeActivity(Activity):
def _buddy_left_cb (self, activity, buddy):
_logger.debug("buddy left - _buddy_left_cb: %s", buddy.props.nick)
- self.game.rem_buddy(buddy) \ No newline at end of file
+ self.game.rem_buddy(buddy)