Rev 4514: Update copyright in http://bazaar.launchpad.net/~jameinel/bzr/1.17-rework-annotate

John Arbash Meinel john at arbash-meinel.com
Mon Jul 6 19:57:31 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.17-rework-annotate

------------------------------------------------------------
revno: 4514
revision-id: john at arbash-meinel.com-20090706185702-gw00fhi18gl1z3bz
parent: john at arbash-meinel.com-20090706164802-xkggaivxyykbgira
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.17-rework-annotate
timestamp: Mon 2009-07-06 13:57:02 -0500
message:
  Update copyright
-------------- next part --------------
=== modified file 'bzrlib/transform.py'
--- a/bzrlib/transform.py	2009-06-30 04:08:12 +0000
+++ b/bzrlib/transform.py	2009-07-06 18:57:02 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2008 Canonical Ltd
+# Copyright (C) 2006, 2007, 2008, 2009 Canonical Ltd
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

=== modified file 'bzrlib/workingtree.py'
--- a/bzrlib/workingtree.py	2009-07-01 10:40:07 +0000
+++ b/bzrlib/workingtree.py	2009-07-06 18:57:02 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2006, 2007, 2008 Canonical Ltd
+# Copyright (C) 2005, 2006, 2007, 2008, 2009 Canonical Ltd
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -487,7 +487,7 @@
                 return basis.annotate_iter(file_id)
             if kind[1] is None:
                 return None
-            import annotate
+            from bzrlib import annotate
             if kind[0] != 'file':
                 old_lines = []
             else:



More information about the bazaar-commits mailing list