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-12 13:36:38 (GMT)
commitefb4d39736f86ce280cdbabf698de508b2227202 (patch)
tree5d9c6c37fa76d8a5ef29aaf1fb8de9c92daee115
parent7f239c3fe6a1fc728667a1aab5cf2b38a5044c6a (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)