Update timestamps in headers of modified files.
authorZac Medico <zmedico@gentoo.org>
Wed, 4 May 2011 20:10:10 +0000 (13:10 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 4 May 2011 20:10:10 +0000 (13:10 -0700)
man/emerge.1
man/repoman.1
pym/_emerge/EbuildPhase.py
pym/_emerge/Package.py
pym/_emerge/emergelog.py
pym/portage/dbapi/cpv_expand.py
pym/portage/manifest.py
pym/portage/tests/resolver/ResolverPlayground.py
pym/portage/tests/resolver/test_autounmask.py
runtests.sh

index 5441b0fb2da3e49cf055ee620bc623fd930f53b0..ce4deac63cbd0211f7b491a22cea1c5cf17a7e3a 100644 (file)
@@ -1,4 +1,4 @@
-.TH "EMERGE" "1" "Apr 2011" "Portage VERSION" "Portage"
+.TH "EMERGE" "1" "May 2011" "Portage VERSION" "Portage"
 .SH "NAME"
 emerge \- Command\-line interface to the Portage system
 .SH "SYNOPSIS"
index 4bb50337ad299182b0439f1334beca7dd3fde838..3d4cc5304d2f1b40ce93ab97b653e6c3a63f6ffe 100644 (file)
@@ -1,4 +1,4 @@
-.TH "REPOMAN" "1" "Feb 2011" "Portage VERSION" "Portage"
+.TH "REPOMAN" "1" "May 2011" "Portage VERSION" "Portage"
 .SH NAME
 repoman \- Gentoo's program to enforce a minimal level of quality assurance in packages added to the portage tree
 .SH SYNOPSIS
index 1866f316dcfa3ba0e59179c0cc6ccdeef5adf8bd..5849e7797213cf4ee90a1d328bf7fa79312a8b28 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
 
 import gzip
index 1dc86ce4828c20ce23b9de1adee21bff33e5fcea..f11da6ee56bcbb5c189807cfe34497e0b74fd761 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
 
 import sys
index dde662ead9c79cc056b9c5bba48da8f3db50aed1..f30356ea1ba2e688b059fa517bcb5cc50a1c1be5 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 __future__ import print_function
index 9ce0d3d2c983925fa39746f82be7b7ce132c8e4a..26f994887419936454ad7a4d3b6158900a014a49 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__ = ["cpv_expand"]
index de7540f962971f48f653bf03062755b71cd1b8d3..f273cc20c965bc883e39fc943a5a532da2008975 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
 
 import codecs
index 1c5d974734bf96093f464ade86a7c7f8083be428..7e4636fedcf02a5d564899b7d40edcbdabb63edc 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 itertools import permutations
index 124abe14ee48c14d4f66a68b9ea0c675e547133f..36b043d4df4610713bd51ca1f5dc6e7a90c935a9 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 668701cc61d095237008d21499c4b5357c9ab97e..11aec60f52eaf6f692f5764fc7cc77ed9b907b64 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/bash
+# Copyright 2010-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 
 PYTHON_VERSIONS="2.6 2.7 3.1 3.2 3.3"