From ceda1601eef8da4cfef42bbd5f7ef6ad968aff6b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 4 May 2011 13:10:10 -0700 Subject: Update timestamps in headers of modified files. --- man/emerge.1 | 2 +- man/repoman.1 | 2 +- pym/_emerge/EbuildPhase.py | 2 +- pym/_emerge/Package.py | 2 +- pym/_emerge/emergelog.py | 2 +- pym/portage/dbapi/cpv_expand.py | 2 +- pym/portage/manifest.py | 2 +- pym/portage/tests/resolver/ResolverPlayground.py | 2 +- pym/portage/tests/resolver/test_autounmask.py | 2 +- runtests.sh | 2 ++ 10 files changed, 11 insertions(+), 9 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index 5441b0fb2..ce4deac63 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -1,4 +1,4 @@ -.TH "EMERGE" "1" "Apr 2011" "Portage VERSION" "Portage" +.TH "EMERGE" "1" "May 2011" "Portage VERSION" "Portage" .SH "NAME" emerge \- Command\-line interface to the Portage system .SH "SYNOPSIS" diff --git a/man/repoman.1 b/man/repoman.1 index 4bb50337a..3d4cc5304 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -1,4 +1,4 @@ -.TH "REPOMAN" "1" "Feb 2011" "Portage VERSION" "Portage" +.TH "REPOMAN" "1" "May 2011" "Portage VERSION" "Portage" .SH NAME repoman \- Gentoo's program to enforce a minimal level of quality assurance in packages added to the portage tree .SH SYNOPSIS 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 diff --git a/runtests.sh b/runtests.sh index 668701cc6..11aec60f5 100755 --- a/runtests.sh +++ b/runtests.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright 2010-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 PYTHON_VERSIONS="2.6 2.7 3.1 3.2 3.3" -- cgit v1.2.3-1-g7c22