aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-01-01 11:11:41 +0000
committerUlrich Müller <ulm@gentoo.org>2010-01-01 11:11:41 +0000
commit233024ec053da283389fd82f7385104306907068 (patch)
treed5a6df9e24b7b6fa5c9292f9ee11db8eab083ac4 /bin
parentUpdate list of options in man page. (diff)
downloadeselect-233024ec053da283389fd82f7385104306907068.tar.gz
eselect-233024ec053da283389fd82f7385104306907068.tar.bz2
eselect-233024ec053da283389fd82f7385104306907068.zip
Happy new year 2010!
svn path=/trunk/; revision=752
Diffstat (limited to 'bin')
-rwxr-xr-xbin/eselect.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/eselect.in b/bin/eselect.in
index 5dbad5d..6f857f5 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2009 Gentoo Foundation
+# Copyright (c) 2005-2010 Gentoo Foundation
# $Id$
# This file is part of the 'eselect' tools framework.
#
@@ -104,7 +104,7 @@ es_do_help() {
es_do_version() {
echo "eselect ${ESELECT_VERSION}"
echo
- echo "Copyright (c) 2005-2009 Gentoo Foundation."
+ echo "Copyright (c) 2005-2010 Gentoo Foundation."
echo "Distributed under the terms of the GNU General Public License v2."
}