Update dates in headers.
authorZac Medico <zmedico@gentoo.org>
Mon, 7 Feb 2011 22:06:56 +0000 (14:06 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 8 Feb 2011 00:53:24 +0000 (16:53 -0800)
man/ebuild.5
pym/portage/dep/dep_check.py
pym/portage/tests/dep/test_paren_reduce.py

index 5aecefdbaf6bd2a63da145e45c6c87da0550c410..dd6a31bf2ccb46f121aae88b82595e5a64ad48c3 100644 (file)
@@ -1,4 +1,4 @@
-.TH "EBUILD" "5" "Sep 2010" "Portage VERSION" "Portage"
+.TH "EBUILD" "5" "Feb 2011" "Portage VERSION" "Portage"
 .SH "NAME"
 ebuild \- the internal format, variables, and functions in an ebuild script
 .SH "DESCRIPTION"
index da9b4e5407cccf9aa11c50d33d37e416797607cf..60896c06e66abc745e1254aba078fc2777454516 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__ = ['dep_check', 'dep_eval', 'dep_wordreduce', 'dep_zapdeps']
index a7bbf974bdd224a750938c8e969ce8ca265cbcd4..9a147a02ef00606d3bb82db2b84728820137c74b 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