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:43:29 +0000 (13:43 -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 cddf04ab06c5ab0e43a76ee4ea0835c92b25d53a..35753b494934a0a4b9cd4221a6f1ce9c5d14471e 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 c99c1b3440660567954a770387043893d5b453d3..a407b9d35297dcbf962de33d1adec89f1f7dcc50 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 7f76c4c28ca2db04dd89ff001f53ab121cf2be5c..b7ce823912084d29dfc8b662f1bce0cf1fd29f51 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']