~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.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:
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