Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2013-02-12 13:36:38 (GMT)
committer Simon Schampijer <simon@laptop.org>2013-02-14 09:14:16 (GMT)
commit0b1a76ca6ff4a2b6fd2a047ca64c70ccbf27f7b0 (patch)
treecf4e6c89becb6f4c33fb210c7beac216df98f100
parentb357ae165b72f8b151184ca2f4f378ebd2d479e9 (diff)
AboutComputer: adjust copyright text to reflect the year 2013
-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 f44ca51..afdaf78 100644
--- a/extensions/cpsection/aboutcomputer/view.py
+++ b/extensions/cpsection/aboutcomputer/view.py
@@ -173,7 +173,7 @@ class AboutComputer(SectionView):
vbox_copyright.set_border_width(style.DEFAULT_SPACING * 2)
vbox_copyright.set_spacing(style.DEFAULT_SPACING)
- copyright_text = '© 2006-2012 One Laptop per Child Association Inc,' \
+ copyright_text = '© 2006-2013 One Laptop per Child Association Inc,' \
' Sugar Labs Inc, Red Hat Inc, Collabora Ltd and' \
' Contributors.'
label_copyright = Gtk.Label(label=copyright_text)