Update timestamps in headers of modified files.
authorZac Medico <zmedico@gentoo.org>
Tue, 17 May 2011 19:50:38 +0000 (12:50 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 17 May 2011 19:50:38 +0000 (12:50 -0700)
pym/_emerge/EbuildBuildDir.py
pym/portage/mail.py
pym/portage/package/ebuild/getmaskingstatus.py
pym/portage/tests/ebuild/test_config.py
pym/portage/tests/resolver/test_circular_dependencies.py
pym/portage/util/movefile.py

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 4eb162587d35cfc6d0b8f5b56e50abcfba5e1b7a..82b99d173f417ca7cc2f424372fd078b2d663cae 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__ = ['getmaskingstatus']
index bc104415fc7940d7e28e3de58e06ba660d25a238..7bec8c6df3eda479d78f806fb24710980c5a4acb 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
 
 import portage
index 204f3c92fea1b3b52f203fd49e2f16033a42f5dc..f8331ac4ea21633c67ff6c77663f1ab05e7dc490 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
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']