From: Zac Medico Date: Sun, 16 Jan 2011 21:42:27 +0000 (-0800) Subject: Update copyright headers for touched files. X-Git-Tag: v2.1.9.32~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eb89af37ea7ab600d50260dd8518b2c1fc6f11c4;p=portage.git Update copyright headers for touched files. --- 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']