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 Ajay Garg <ajay@activitycentral.com>2013-02-16 04:56:34 (GMT)
commit6c75bde876dfb188d4bca526925d70827bd523d7 (patch)
treed7bc9fea3d5883ad38d1a26ca29c88cb24c3ad68
parent01262bb15545bef1ace0c05d975213255c4542e8 (diff)
AboutComputer: adjust copyright text to reflect the year 2013
Signed-off-by: Ajay Garg <ajay@activitycentral.com>
-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 f56134f..a0f1b61 100644
--- a/extensions/cpsection/aboutcomputer/view.py
+++ b/extensions/cpsection/aboutcomputer/view.py
@@ -180,7 +180,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)