Update timestamps in headers of modified files.
authorZac Medico <zmedico@gentoo.org>
Sat, 4 Jun 2011 00:10:41 +0000 (17:10 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 4 Jun 2011 00:10:41 +0000 (17:10 -0700)
pym/_emerge/resolver/circular_dependency.py
pym/portage/__init__.py
pym/portage/repository/config.py
pym/portage/tests/util/test_digraph.py
pym/portage/util/mtimedb.py

index f612d8edc8ac03bc19b9259b46a051b46ed869e5..e89fd51ed9ccd5cf7bd08d3d8069b20d97cd8239 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 1b96dab58bb82d55e26e060e34bbdfc379fccc2f..9e8298ef7f6c5aa5a59687733d8a258c9cf08b45 100644 (file)
@@ -1,5 +1,5 @@
 # portage.py -- core Portage functionality
-# Copyright 1998-2010 Gentoo Foundation
+# Copyright 1998-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 VERSION="HEAD"
index c5b7790518392a0d0f59968cf5e00a7fabeb0416..35f5cdfb3cd86d40b7c37127cf7b2b784b04b6d2 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 codecs
index 899d6a7bb0e095f5627ecda523e4581b319c77ae..b65c0b18e012392ad901f6f5bfe639fc86d3861b 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 571fe5a30b9be7478efc170f7a26696e016df192..67f93e819816cbc5895904e8be5cc338c95701ce 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__ = ['MtimeDB']