~ubuntu-branches/ubuntu/oneiric/sugar-0.84/oneiric

« back to all changes in this revision

Viewing changes to extensions/cpsection/aboutcomputer/view.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2011-01-05 22:19:07 UTC
  • mfrom: (2.2.18 sid)
  • Revision ID: james.westby@ubuntu.com-20110105221907-oii3hys2d3i021ha
Tags: 0.84.30-1
* New upstream stable release.
* Rewrite copyright file using Bazaar rev. 137 draft of DEP5 format.
  Merge Files sections with only Redhat and/or OLPC as authors and
  same licensing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
        vbox_copyright.set_border_width(style.DEFAULT_SPACING * 2)
175
175
        vbox_copyright.set_spacing(style.DEFAULT_SPACING)
176
176
 
177
 
        label_copyright = gtk.Label("© 2006-2009 One Laptop per Child "
 
177
        label_copyright = gtk.Label("© 2006-2010 One Laptop per Child "
178
178
                                    "Association Inc; Red Hat Inc; Collabora Ltd; "
179
179
                                    "and Contributors.")
180
180
        label_copyright.set_alignment(0, 0)