/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-27 15:12:20 UTC
  • mfrom: (2095.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20061027151220-276e70799d8972ee
(Cheuksan Edward Wang) Fix copyright notice

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
user_encoding = get_user_encoding()
27
27
 
28
28
 
29
 
__copyright__ = "Copyright 2005, 2006 Canonical Development Ltd."
 
29
__copyright__ = "Copyright 2005, 2006 Canonical Ltd."
30
30
 
31
31
# same format as sys.version_info: "A tuple containing the five components of
32
32
# the version number: major, minor, micro, releaselevel, and serial. All