From 98072bd7117f991efafa6eae89460e5ee09be874 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 25 May 2011 23:25:38 -0700 Subject: [PATCH] Update timestamps in headers of modified files. --- bin/etc-update | 2 +- man/make.conf.5 | 2 +- pym/_emerge/DepPriority.py | 2 +- pym/_emerge/DepPrioritySatisfiedRange.py | 2 +- pym/_emerge/EbuildBuildDir.py | 2 +- pym/portage/mail.py | 1 - pym/portage/util/movefile.py | 2 +- 7 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bin/etc-update b/bin/etc-update index 73a1f5d1a..2369f04f4 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Author Brandon Low diff --git a/man/make.conf.5 b/man/make.conf.5 index e6e159e81..18a97982f 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -1,4 +1,4 @@ -.TH "MAKE.CONF" "5" "Apr 2011" "Portage VERSION" "Portage" +.TH "MAKE.CONF" "5" "May 2011" "Portage VERSION" "Portage" .SH "NAME" make.conf \- custom settings for Portage .SH "SYNOPSIS" diff --git a/pym/_emerge/DepPriority.py b/pym/_emerge/DepPriority.py index 91afc0554..bad4c0b16 100644 --- a/pym/_emerge/DepPriority.py +++ b/pym/_emerge/DepPriority.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 _emerge.AbstractDepPriority import AbstractDepPriority diff --git a/pym/_emerge/DepPrioritySatisfiedRange.py b/pym/_emerge/DepPrioritySatisfiedRange.py index 7c2ea812b..b6f37ed47 100644 --- a/pym/_emerge/DepPrioritySatisfiedRange.py +++ b/pym/_emerge/DepPrioritySatisfiedRange.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 _emerge.DepPriority import DepPriority diff --git a/pym/_emerge/EbuildBuildDir.py b/pym/_emerge/EbuildBuildDir.py index 3e0aefbf2..ddc5fe0b4 100644 --- a/pym/_emerge/EbuildBuildDir.py +++ b/pym/_emerge/EbuildBuildDir.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 from _emerge.AsynchronousLock import AsynchronousLock diff --git a/pym/portage/mail.py b/pym/portage/mail.py index 688b5181d..17dfcafd0 100644 --- a/pym/portage/mail.py +++ b/pym/portage/mail.py @@ -1,4 +1,3 @@ -# portage.py -- core Portage functionality # Copyright 1998-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 diff --git a/pym/portage/util/movefile.py b/pym/portage/util/movefile.py index e07e8ca4f..30cb6f1bb 100644 --- a/pym/portage/util/movefile.py +++ b/pym/portage/util/movefile.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__ = ['movefile'] -- 2.26.2