diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-01 11:11:41 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-01 11:11:41 +0000 |
commit | 233024ec053da283389fd82f7385104306907068 (patch) | |
tree | d5a6df9e24b7b6fa5c9292f9ee11db8eab083ac4 /bin | |
parent | Update list of options in man page. (diff) | |
download | eselect-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-x | bin/eselect.in | 4 |
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." } |