We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8efe6 commit 685f9d2Copy full SHA for 685f9d2
extensions/cpsection/aboutcomputer/view.py
@@ -155,7 +155,7 @@ def _setup_copyright(self):
155
vbox_copyright.set_border_width(style.DEFAULT_SPACING * 2)
156
vbox_copyright.set_spacing(style.DEFAULT_SPACING)
157
158
- copyright_text = '© 2006-2017 One Laptop per Child Association Inc,' \
+ copyright_text = '© 2006-2019 One Laptop per Child Association Inc,' \
159
' Sugar Labs Inc, Red Hat Inc, Collabora Ltd and' \
160
' Contributors.'
161
label_copyright = Gtk.Label(label=copyright_text)
0 commit comments