summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-04-13 00:59:38 -0700
committerZac Medico <zmedico@gentoo.org>2011-04-13 00:59:38 -0700
commit1e8889b6625fc52890e838125528c7ebb4fef0a1 (patch)
tree12b1e1d99e7e23157f58ec419d63d5bbef9cf548
parentde9a536f470919651e83ece51923594e8605781b (diff)
downloadportage-1e8889b6625fc52890e838125528c7ebb4fef0a1.tar.gz
portage-1e8889b6625fc52890e838125528c7ebb4fef0a1.tar.bz2
portage-1e8889b6625fc52890e838125528c7ebb4fef0a1.zip
Update timestamps in headers of modified files.
-rw-r--r--cnf/make.globals2
-rw-r--r--man/make.conf.52
-rw-r--r--pym/portage/const.py2
-rw-r--r--pym/portage/package/ebuild/fetch.py2
-rw-r--r--pym/portage/tests/dep/testExtractAffectingUSE.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 95afb565b..bcad5deb6 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 cf8d2170a..169296970 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/portage/const.py b/pym/portage/const.py
index b92149d38..db3f8414b 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