~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.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:
1
 
# Copyright (C) 2005, 2006 Canonical Ltd
 
1
# Copyright (C) 2005, 2006, 2007 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
26
26
user_encoding = get_user_encoding()
27
27
 
28
28
 
29
 
__copyright__ = "Copyright 2005, 2006 Canonical Ltd."
 
29
__copyright__ = "Copyright 2005, 2006, 2007 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