summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-02-19 16:00:16 -0800
committerZac Medico <zmedico@gentoo.org>2011-02-19 16:00:16 -0800
commited5aa31ee605fe6efbdcb0c0ab7deabcb12f4b77 (patch)
tree5c76df24f1c6cf858f9bae8b1e5895797df160d9
parent8126784f69d87792edc3b4249302602731783e95 (diff)
downloadportage-ed5aa31ee605fe6efbdcb0c0ab7deabcb12f4b77.tar.gz
portage-ed5aa31ee605fe6efbdcb0c0ab7deabcb12f4b77.tar.bz2
portage-ed5aa31ee605fe6efbdcb0c0ab7deabcb12f4b77.zip
Update date headers in modified files.
-rwxr-xr-xbin/ebuild.sh2
-rwxr-xr-xbin/misc-functions.sh2
-rw-r--r--pym/portage/mail.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 8abdec94c..1764da1ff 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
PORTAGE_BIN_PATH="${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index e1e5df1fb..ae4cc9e71 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
#
# Miscellaneous shell functions that make use of the ebuild env but don't need
diff --git a/pym/portage/mail.py b/pym/portage/mail.py
index 7268398c9..aa41854c3 100644
--- a/pym/portage/mail.py
+++ b/pym/portage/mail.py
@@ -1,5 +1,5 @@
# portage.py -- core Portage functionality
-# Copyright 1998-2004 Gentoo Foundation
+# Copyright 1998-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Since python ebuilds remove the 'email' module when USE=build