Update copyright headers for touched files.
authorZac Medico <zmedico@gentoo.org>
Sun, 16 Jan 2011 21:42:27 +0000 (13:42 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 16 Jan 2011 21:42:27 +0000 (13:42 -0800)
pym/_emerge/AsynchronousLock.py
pym/portage/dbapi/__init__.py
pym/portage/dbapi/porttree.py
pym/portage/dbapi/vartree.py
pym/portage/util/listdir.py

index 863c88b6ab05f5bbf63f292fb753b9643a48ac03..c47a207887ba7e5c6bbc351bc25b155257bdc146 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2010 Gentoo Foundation
+# Copyright 2010-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 import dummy_threading
index be18b324577482d249ccbcd4718baa951059b011..40631e0bd911626bae9729850590f2ec26326f18 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1998-2009 Gentoo Foundation
+# Copyright 1998-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 __all__ = ["dbapi"]
index 231e9a1f2b7b9f98e49c17002df6d363df0ba945..2e5f8cec8f53ba3ba3d79db3c1470431bf3a45b2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1998-2010 Gentoo Foundation
+# Copyright 1998-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 __all__ = [
index 7a1ef5929f65488bc4cdd9cf4bdb93649adec791..4f415a111650035185703e9c45b58d86fbdb2322 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1998-2010 Gentoo Foundation
+# Copyright 1998-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 __all__ = [
index d2dc1750d264057aa6e6f03df3202f2c73591743..5753d2f97e26548303f1cf6eab0350b520e7b8aa 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2010 Gentoo Foundation
+# Copyright 2010-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 __all__ = ['cacheddir', 'listdir']