aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-01-17 17:33:01 +0100
committerUlrich Müller <ulm@gentoo.org>2015-01-17 17:33:01 +0100
commiteedd79f8e685ced062ed139fecea1efb8e185157 (patch)
tree05b61e88640abed5c45f7d9acbd25ce6f4950e17 /bin
parentUpdate version to 1.4.3. (diff)
downloadeselect-eedd79f8e685ced062ed139fecea1efb8e185157.tar.gz
eselect-eedd79f8e685ced062ed139fecea1efb8e185157.tar.bz2
eselect-eedd79f8e685ced062ed139fecea1efb8e185157.zip
Happy new year 2015!
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 e2f29ea..934a10a 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2014 Gentoo Foundation
+# Copyright (c) 2005-2015 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-2014 Gentoo Foundation."
+ echo "Copyright (c) 2005-2015 Gentoo Foundation."
echo "Distributed under the terms of the GNU GPL version 2 or later."
}