From: Zac Medico Date: Sat, 4 Jun 2011 00:10:41 +0000 (-0700) Subject: Update timestamps in headers of modified files. X-Git-Tag: v2.2.0_alpha38~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=989fe2831c94ab1afaad8220742c80c2cbd28730;p=portage.git Update timestamps in headers of modified files. --- diff --git a/pym/_emerge/resolver/circular_dependency.py b/pym/_emerge/resolver/circular_dependency.py index f612d8edc..e89fd51ed 100644 --- a/pym/_emerge/resolver/circular_dependency.py +++ b/pym/_emerge/resolver/circular_dependency.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 from __future__ import print_function diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 1b96dab58..9e8298ef7 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1,5 +1,5 @@ # portage.py -- core Portage functionality -# Copyright 1998-2010 Gentoo Foundation +# Copyright 1998-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 VERSION="HEAD" diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py index c5b779051..35f5cdfb3 100644 --- a/pym/portage/repository/config.py +++ b/pym/portage/repository/config.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 codecs diff --git a/pym/portage/tests/util/test_digraph.py b/pym/portage/tests/util/test_digraph.py index 899d6a7bb..b65c0b18e 100644 --- a/pym/portage/tests/util/test_digraph.py +++ b/pym/portage/tests/util/test_digraph.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 from portage.tests import TestCase diff --git a/pym/portage/util/mtimedb.py b/pym/portage/util/mtimedb.py index 571fe5a30..67f93e819 100644 --- a/pym/portage/util/mtimedb.py +++ b/pym/portage/util/mtimedb.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__ = ['MtimeDB']