Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svglabel.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-07-12 21:06:33 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-07-12 21:06:33 (GMT)
commitdc5d86958fad400a3add59d7df2911a4ea68a828 (patch)
treeecc88c0ae7265ffdcf24199253f56b259b0df42d /svglabel.py
parent8a2defe196f4f1d1edd7845ca871d58a57c717e1 (diff)
cleanup
Diffstat (limited to 'svglabel.py')
-rwxr-xr-xsvglabel.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/svglabel.py b/svglabel.py
index 64c7f44..d30883e 100755
--- a/svglabel.py
+++ b/svglabel.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
@@ -100,4 +98,4 @@ class SvgLabel(gtk.DrawingArea):
self.background_color = background_color
self.modify_bg(gtk.STATE_NORMAL,gtk.gdk.color_parse(self.background_color))
self.queue_draw()
- \ No newline at end of file
+