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:43:29 -0800
commiteb89af37ea7ab600d50260dd8518b2c1fc6f11c4 (patch)
tree7cb06dc8e8e9ec2614d4f47f7769854b174329d4
parentdf3a064ceb7cdef5c95357fd4037a4067aa1593d (diff)
downloadportage-eb89af37ea7ab600d50260dd8518b2c1fc6f11c4.tar.gz
portage-eb89af37ea7ab600d50260dd8518b2c1fc6f11c4.tar.bz2
portage-eb89af37ea7ab600d50260dd8518b2c1fc6f11c4.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 cddf04ab0..35753b494 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 c99c1b344..a407b9d35 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 7f76c4c28..b7ce82391 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']