Update timestamps in headers of modified files.
authorZac Medico <zmedico@gentoo.org>
Thu, 26 May 2011 06:25:38 +0000 (23:25 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 26 May 2011 06:25:38 +0000 (23:25 -0700)
bin/etc-update
man/make.conf.5
pym/_emerge/DepPriority.py
pym/_emerge/DepPrioritySatisfiedRange.py
pym/_emerge/EbuildBuildDir.py
pym/portage/mail.py
pym/portage/util/movefile.py

index 73a1f5d1ae6906fbedfe6151d22e8eb68448e9c9..2369f04f49bb7d26f95bf76a990b509037a2ff1e 100755 (executable)
@@ -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>
index e6e159e814bda8c013a5e98fcf4a29278587c2e2..18a97982fd1919a2c86e6d93ab6f094175a8af29 100644 (file)
@@ -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"
index 91afc055443b4e459f6da0a71fb0b759e883d447..bad4c0b16356d4f72089a664a223f7a7f3c08311 100644 (file)
@@ -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
index 7c2ea812b62c40dcf015edbfa7a4c6f35655931b..b6f37ed47fc69c7cc1afea23b9b300faed9be5b7 100644 (file)
@@ -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
index 3e0aefbf25361f2bdb395b36f9ee6ff5bc05f64d..ddc5fe0b45d0b94d855a1a908440d516a4ce53ba 100644 (file)
@@ -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
index 688b5181dc0eb3108d96404e1e86c72bcf4005d7..17dfcafd04f3c944b1a32942d4524ac1986c397a 100644 (file)
@@ -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
 
index e07e8ca4f7eca5d371780ab0cd764c4861d4a245..30cb6f1bbdb564f0d3cc7af1048d932890af58b0 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__ = ['movefile']