summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-05-04 13:10:10 -0700
committerZac Medico <zmedico@gentoo.org>2011-05-04 13:10:10 -0700
commitceda1601eef8da4cfef42bbd5f7ef6ad968aff6b (patch)
treefa68d8068a6d47a4544758736663c355f21cbb9d /pym
parent289c8e472434e8bd0bdc00677bdf7bd003d9cbbc (diff)
downloadportage-ceda1601eef8da4cfef42bbd5f7ef6ad968aff6b.tar.gz
portage-ceda1601eef8da4cfef42bbd5f7ef6ad968aff6b.tar.bz2
portage-ceda1601eef8da4cfef42bbd5f7ef6ad968aff6b.zip
Update timestamps in headers of modified files.
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/EbuildPhase.py2
-rw-r--r--pym/_emerge/Package.py2
-rw-r--r--pym/_emerge/emergelog.py2
-rw-r--r--pym/portage/dbapi/cpv_expand.py2
-rw-r--r--pym/portage/manifest.py2
-rw-r--r--pym/portage/tests/resolver/ResolverPlayground.py2
-rw-r--r--pym/portage/tests/resolver/test_autounmask.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/pym/_emerge/EbuildPhase.py b/pym/_emerge/EbuildPhase.py
index 1866f316d..5849e7797 100644
--- a/pym/_emerge/EbuildPhase.py
+++ b/pym/_emerge/EbuildPhase.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
import gzip
diff --git a/pym/_emerge/Package.py b/pym/_emerge/Package.py
index 1dc86ce48..f11da6ee5 100644
--- a/pym/_emerge/Package.py
+++ b/pym/_emerge/Package.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
import sys
diff --git a/pym/_emerge/emergelog.py b/pym/_emerge/emergelog.py
index dde662ead..f30356ea1 100644
--- a/pym/_emerge/emergelog.py
+++ b/pym/_emerge/emergelog.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
from __future__ import print_function
diff --git a/pym/portage/dbapi/cpv_expand.py b/pym/portage/dbapi/cpv_expand.py
index 9ce0d3d2c..26f994887 100644
--- a/pym/portage/dbapi/cpv_expand.py
+++ b/pym/portage/dbapi/cpv_expand.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__ = ["cpv_expand"]
diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
index de7540f96..f273cc20c 100644
--- a/pym/portage/manifest.py
+++ b/pym/portage/manifest.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
import codecs
diff --git a/pym/portage/tests/resolver/ResolverPlayground.py b/pym/portage/tests/resolver/ResolverPlayground.py
index 1c5d97473..7e4636fed 100644
--- a/pym/portage/tests/resolver/ResolverPlayground.py
+++ b/pym/portage/tests/resolver/ResolverPlayground.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 itertools import permutations
diff --git a/pym/portage/tests/resolver/test_autounmask.py b/pym/portage/tests/resolver/test_autounmask.py
index 124abe14e..36b043d4d 100644
--- a/pym/portage/tests/resolver/test_autounmask.py
+++ b/pym/portage/tests/resolver/test_autounmask.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