aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-01-19 17:32:55 +0100
committerUlrich Müller <ulm@gentoo.org>2014-01-19 17:32:55 +0100
commit8a30d5a0000854312a29921f74d5454b7a78e319 (patch)
tree82784846b4a9d69cb552ccb5284850c3319f2d5e /bin
parentUpdate version to 1.4. (diff)
downloadeselect-8a30d5a0000854312a29921f74d5454b7a78e319.tar.gz
eselect-8a30d5a0000854312a29921f74d5454b7a78e319.tar.bz2
eselect-8a30d5a0000854312a29921f74d5454b7a78e319.zip
Happy new year 2014!
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 15118f1..70e1c20 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2013 Gentoo Foundation
+# Copyright (c) 2005-2014 Gentoo Foundation
#
# This file is part of the 'eselect' tools framework.
#
@@ -96,7 +96,7 @@ es_do_help() {
es_do_version() {
echo "eselect ${ESELECT_VERSION}"
echo
- echo "Copyright (c) 2005-2013 Gentoo Foundation."
+ echo "Copyright (c) 2005-2014 Gentoo Foundation."
echo "Distributed under the terms of the GNU GPL version 2 or later."
}