diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-06-03 17:10:41 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-06-03 17:10:41 -0700 |
commit | 989fe2831c94ab1afaad8220742c80c2cbd28730 (patch) | |
tree | 4c93a5ba1b2c0badc974bf697ecb0f754100909d | |
parent | f95d917258f4bf9d56f20588b6dab5f5d1e0cc40 (diff) | |
download | portage-989fe2831c94ab1afaad8220742c80c2cbd28730.tar.gz portage-989fe2831c94ab1afaad8220742c80c2cbd28730.tar.bz2 portage-989fe2831c94ab1afaad8220742c80c2cbd28730.zip |
Update timestamps in headers of modified files.
-rw-r--r-- | pym/_emerge/resolver/circular_dependency.py | 2 | ||||
-rw-r--r-- | pym/portage/__init__.py | 2 | ||||
-rw-r--r-- | pym/portage/repository/config.py | 2 | ||||
-rw-r--r-- | pym/portage/tests/util/test_digraph.py | 2 | ||||
-rw-r--r-- | pym/portage/util/mtimedb.py | 2 |
5 files changed, 5 insertions, 5 deletions
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'] |