summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-02-07 14:06:56 -0800
committerZac Medico <zmedico@gentoo.org>2011-02-07 14:06:56 -0800
commit22d47a3a8f54ee2f337b0b7fa5d02e6cacae1ecb (patch)
treea6adbab085dd017f5a3b4db96d94586773a7e98b
parent8735222b77e66850213e2aa6a7ea48e744ba0d4f (diff)
downloadportage-22d47a3a8f54ee2f337b0b7fa5d02e6cacae1ecb.tar.gz
portage-22d47a3a8f54ee2f337b0b7fa5d02e6cacae1ecb.tar.bz2
portage-22d47a3a8f54ee2f337b0b7fa5d02e6cacae1ecb.zip
Update dates in headers.
-rw-r--r--man/ebuild.52
-rw-r--r--pym/portage/dep/dep_check.py2
-rw-r--r--pym/portage/tests/dep/test_paren_reduce.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 5aecefdba..dd6a31bf2 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -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"
diff --git a/pym/portage/dep/dep_check.py b/pym/portage/dep/dep_check.py
index da9b4e540..60896c06e 100644
--- a/pym/portage/dep/dep_check.py
+++ b/pym/portage/dep/dep_check.py
@@ -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']
diff --git a/pym/portage/tests/dep/test_paren_reduce.py b/pym/portage/tests/dep/test_paren_reduce.py
index a7bbf974b..9a147a02e 100644
--- a/pym/portage/tests/dep/test_paren_reduce.py
+++ b/pym/portage/tests/dep/test_paren_reduce.py
@@ -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