From: Zac Medico Date: Sun, 20 Feb 2011 00:00:16 +0000 (-0800) Subject: Update date headers in modified files. X-Git-Tag: v2.1.9.41~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=51ebeb31d7c462de8d6c7f1625a894571c904ce4;p=portage.git Update date headers in modified files. --- 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