aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-01-08 14:47:56 +0000
committerUlrich Müller <ulm@gentoo.org>2011-01-08 14:47:56 +0000
commit2854784bc74149cb154d2cdf58511568b39fc29e (patch)
treeedf4f85d09206663b8979f947e32599ffe7bce94 /bin
parentUpdate version to 1.2.13. (diff)
downloadeselect-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-xbin/eselect.in4
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."
}