Update timestamps in headers of modified files.
authorZac Medico <zmedico@gentoo.org>
Wed, 13 Apr 2011 07:59:38 +0000 (00:59 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 13 Apr 2011 07:59:38 +0000 (00:59 -0700)
cnf/make.globals
man/make.conf.5
pym/portage/const.py
pym/portage/package/ebuild/fetch.py
pym/portage/tests/dep/testExtractAffectingUSE.py

index 95afb565baad58039117b75ee9693a792a242c83..bcad5deb679b48a747ba9a5e42dbf2a410dd56a1 100644 (file)
@@ -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
 
index cf8d2170ada85e15ffc82062575f480f11d8d158..1692969700cb3767185878b1f1d37a0d036851f4 100644 (file)
@@ -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"
index b92149d38163a45f6960a2a600ef67bc335c96ed..db3f8414be990491c480a7d5efa24d7a30ce47fd 100644 (file)
@@ -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
index 6e4c728ec27b48872b53d158a7d356566ab973fc..7bc95eb4f1d38d69536b95f9c3a3050e403edc6b 100644 (file)
@@ -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
index c37787d144a2883ea3c26ca8a37cca7ef3c9f519..029cc6ee95d8b6fe0a096203907a761d8ee67957 100644 (file)
@@ -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