summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-01-16 13:42:27 -0800
committerZac Medico <zmedico@gentoo.org>2011-01-16 13:42:27 -0800
commitd47b081b66a3d297fb8b6b62ecff14e8de9ffa58 (patch)
tree8514c37023b2a6263d7abecb03550ca04a0738fc
parentc02da17270e8541455f075615f0426b8b9c6d527 (diff)
downloadportage-d47b081b66a3d297fb8b6b62ecff14e8de9ffa58.tar.gz
portage-d47b081b66a3d297fb8b6b62ecff14e8de9ffa58.tar.bz2
portage-d47b081b66a3d297fb8b6b62ecff14e8de9ffa58.zip
Update copyright headers for touched files.
-rw-r--r--pym/_emerge/AsynchronousLock.py2
-rw-r--r--pym/portage/dbapi/__init__.py2
-rw-r--r--pym/portage/dbapi/porttree.py2
-rw-r--r--pym/portage/dbapi/vartree.py2
-rw-r--r--pym/portage/util/listdir.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/pym/_emerge/AsynchronousLock.py b/pym/_emerge/AsynchronousLock.py
index 863c88b6a..c47a20788 100644
--- a/pym/_emerge/AsynchronousLock.py
+++ b/pym/_emerge/AsynchronousLock.py
@@ -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
diff --git a/pym/portage/dbapi/__init__.py b/pym/portage/dbapi/__init__.py
index be18b3245..40631e0bd 100644
--- a/pym/portage/dbapi/__init__.py
+++ b/pym/portage/dbapi/__init__.py
@@ -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"]
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index 231e9a1f2..2e5f8cec8 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -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__ = [
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 7a1ef5929..4f415a111 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -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__ = [
diff --git a/pym/portage/util/listdir.py b/pym/portage/util/listdir.py
index d2dc1750d..5753d2f97 100644
--- a/pym/portage/util/listdir.py
+++ b/pym/portage/util/listdir.py
@@ -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']