Merge lp:~gz/brz/update_copyright into lp:brz

Proposed by Martin Packman
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~gz/brz/update_copyright
Merge into: lp:brz
Diff against target: 15 lines (+4/-1)
1 file modified
breezy/__init__.py (+4/-1)
To merge this branch: bzr merge lp:~gz/brz/update_copyright
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+368866@code.launchpad.net

Commit message

Update breezy.__copyright__ field

Description of the change

Update breezy.__copyright__ field

Using two lines, one for main historic copyright and one for current.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'breezy/__init__.py'
2--- breezy/__init__.py 2019-03-06 14:23:50 +0000
3+++ breezy/__init__.py 2019-06-15 16:34:00 +0000
4@@ -41,7 +41,10 @@
5 import sys
6
7
8-__copyright__ = "Copyright 2005-2012 Canonical Ltd."
9+__copyright__ = (
10+ "Copyright 2005-2012 Canonical Ltd.\n"
11+ "Copyright 2017-2019 Breezy developers"
12+)
13
14 # same format as sys.version_info: "A tuple containing the five components of
15 # the version number: major, minor, micro, releaselevel, and serial. All

Subscribers

People subscribed via source and target branches