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 08:04:45 +0000 (01:04 -0700)
cnf/make.globals
man/make.conf.5
pym/_emerge/resolver/output.py
pym/portage/const.py
pym/portage/package/ebuild/fetch.py
pym/portage/tests/dep/testExtractAffectingUSE.py

index 975b6b38b0ee1cdd5b58f39706e882d1fcb2f944..65056d19a2280ffdbeea889019de83a6f6d81461 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 526e362faff3fbff49a099b715a0e48e46d03fac..53b2c2919b5a7f9ca4a65c1b6ed7f9dcf11f1a1b 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 5991df525854754c42de46ecb9b156d5abf27243..1a4bc41ffc0069407f72b07e3e0352e9a6ef589d 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
 
 __all__ = (
index 15afc9be9adf681b3279fc8fd54c462736dade83..6b7b05bf3ca1955c99f259c1da8293f96db3c84c 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