summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-05-25 23:25:38 -0700
committerZac Medico <zmedico@gentoo.org>2011-05-25 23:25:38 -0700
commit98072bd7117f991efafa6eae89460e5ee09be874 (patch)
tree354ba5ab8dff2ab668aa3b1dd394e33929aabdcb
parent174e63d3894c7d8acce9ac79a617969506210b7f (diff)
downloadportage-98072bd7117f991efafa6eae89460e5ee09be874.tar.gz
portage-98072bd7117f991efafa6eae89460e5ee09be874.tar.bz2
portage-98072bd7117f991efafa6eae89460e5ee09be874.zip
Update timestamps in headers of modified files.
-rwxr-xr-xbin/etc-update2
-rw-r--r--man/make.conf.52
-rw-r--r--pym/_emerge/DepPriority.py2
-rw-r--r--pym/_emerge/DepPrioritySatisfiedRange.py2
-rw-r--r--pym/_emerge/EbuildBuildDir.py2
-rw-r--r--pym/portage/mail.py1
-rw-r--r--pym/portage/util/movefile.py2
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 <lostlogic@gentoo.org>
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']