From 989fe2831c94ab1afaad8220742c80c2cbd28730 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 3 Jun 2011 17:10:41 -0700 Subject: Update timestamps in headers of modified files. --- pym/_emerge/resolver/circular_dependency.py | 2 +- pym/portage/__init__.py | 2 +- pym/portage/repository/config.py | 2 +- pym/portage/tests/util/test_digraph.py | 2 +- 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'] -- cgit v1.2.3-1-g7c22