~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-01-14 05:33:11 UTC
  • mfrom: (2232.1.1 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20070114053311-24541512d81bb5f2
(mbp) update global copyright to 2007 (trivial)

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
                                    )