From b23caebcdf3ad1e255faa1167c0d3e90fe3d699e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 13 Apr 2011 00:59:38 -0700 Subject: Update timestamps in headers of modified files. --- cnf/make.globals | 2 +- man/make.conf.5 | 2 +- pym/_emerge/resolver/output.py | 2 +- pym/portage/const.py | 2 +- pym/portage/package/ebuild/fetch.py | 2 +- pym/portage/tests/dep/testExtractAffectingUSE.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cnf/make.globals b/cnf/make.globals index 975b6b38b..65056d19a 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -1,4 +1,4 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # System-wide defaults for the Portage system diff --git a/man/make.conf.5 b/man/make.conf.5 index 526e362fa..53b2c2919 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -1,4 +1,4 @@ -.TH "MAKE.CONF" "5" "Mar 2011" "Portage VERSION" "Portage" +.TH "MAKE.CONF" "5" "Apr 2011" "Portage VERSION" "Portage" .SH "NAME" make.conf \- custom settings for Portage .SH "SYNOPSIS" diff --git a/pym/_emerge/resolver/output.py b/pym/_emerge/resolver/output.py index 5991df525..1a4bc41ff 100644 --- a/pym/_emerge/resolver/output.py +++ b/pym/_emerge/resolver/output.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__ = ( diff --git a/pym/portage/const.py b/pym/portage/const.py index 15afc9be9..6b7b05bf3 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -1,5 +1,5 @@ # portage: Constants -# Copyright 1998-2010 Gentoo Foundation +# Copyright 1998-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 import os diff --git a/pym/portage/package/ebuild/fetch.py b/pym/portage/package/ebuild/fetch.py index 6e4c728ec..7bc95eb4f 100644 --- a/pym/portage/package/ebuild/fetch.py +++ b/pym/portage/package/ebuild/fetch.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/tests/dep/testExtractAffectingUSE.py b/pym/portage/tests/dep/testExtractAffectingUSE.py index c37787d14..029cc6ee9 100644 --- a/pym/portage/tests/dep/testExtractAffectingUSE.py +++ b/pym/portage/tests/dep/testExtractAffectingUSE.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 -- cgit v1.2.3-1-g7c22