Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-02-17 21:03:15 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-02-17 21:03:15 (GMT)
commitd6069dd8e4344a614e4bc476b71bfe122d015ef5 (patch)
treeddd11731839b502fa2f51528282cc538f4513007
parentdc8f6ed7852f919fe7123d458706fb82430257e9 (diff)
Adjust the year in the licence visible in the control panel
-rw-r--r--extensions/cpsection/aboutcomputer/view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/cpsection/aboutcomputer/view.py b/extensions/cpsection/aboutcomputer/view.py
index 7892577..e5f2f32 100644
--- a/extensions/cpsection/aboutcomputer/view.py
+++ b/extensions/cpsection/aboutcomputer/view.py
@@ -175,7 +175,7 @@ class AboutComputer(SectionView):
vbox_copyright.set_border_width(style.DEFAULT_SPACING * 2)
vbox_copyright.set_spacing(style.DEFAULT_SPACING)
- copyright_text = '© 2006-2010 One Laptop per Child Association Inc,' \
+ copyright_text = '© 2006-2011 One Laptop per Child Association Inc,' \
' Sugar Labs Inc, Red Hat Inc, Collabora Ltd and' \
' Contributors.'
label_copyright = gtk.Label(copyright_text)