diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-01-08 14:47:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-01-08 14:47:56 +0000 |
commit | 2854784bc74149cb154d2cdf58511568b39fc29e (patch) | |
tree | edf4f85d09206663b8979f947e32599ffe7bce94 /bin | |
parent | Update version to 1.2.13. (diff) | |
download | eselect-2854784bc74149cb154d2cdf58511568b39fc29e.tar.gz eselect-2854784bc74149cb154d2cdf58511568b39fc29e.tar.bz2 eselect-2854784bc74149cb154d2cdf58511568b39fc29e.zip |
Happy new year 2011!
svn path=/trunk/; revision=790
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 284852c..7ea66c7 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -1,6 +1,6 @@ #!@BASH@ # -*-eselect-*- vim: ft=eselect -# Copyright (c) 2005-2010 Gentoo Foundation +# Copyright (c) 2005-2011 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-2010 Gentoo Foundation." + echo "Copyright (c) 2005-2011 Gentoo Foundation." echo "Distributed under the terms of the GNU GPL version 2 or later." } |