~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: mbp at sourcefrog
  • Date: 2007-01-14 05:21:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2233.
  • Revision ID: mbp@sourcefrog.net-20070114052115-r1m1xv3iood67m2q
update global copyright to 2007

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
                                     version = version_str,
189
189
                                     description = META_INFO['description'],
190
190
                                     author = META_INFO['author'],
191
 
                                     copyright = "(c) Canonical Ltd, 2005-2006",
 
191
                                     copyright = "(c) Canonical Ltd, 2005-2007",
192
192
                                     company_name = "Canonical Ltd.",
193
193
                                     comments = META_INFO['description'],
194
194
                                    )