aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-01-27 20:33:28 +0100
committerUlrich Müller <ulm@gentoo.org>2016-01-27 20:33:28 +0100
commitf0be71199acd32f312e9de82cf9f9a572d2281be (patch)
tree7b23a60fc2cda2c9b8d8a9987fe16bd60ad7415b /bin
parentSet umask. (diff)
downloadeselect-f0be71199acd32f312e9de82cf9f9a572d2281be.tar.gz
eselect-f0be71199acd32f312e9de82cf9f9a572d2281be.tar.bz2
eselect-f0be71199acd32f312e9de82cf9f9a572d2281be.zip
Happy new year 2016!
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 c446d46..67266f4 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2015 Gentoo Foundation
+# Copyright (c) 2005-2016 Gentoo Foundation
#
# This file is part of the 'eselect' tools framework.
#
@@ -98,7 +98,7 @@ es_do_help() {
es_do_version() {
echo "eselect ${ESELECT_VERSION}"
echo
- echo "Copyright (c) 2005-2015 Gentoo Foundation."
+ echo "Copyright (c) 2005-2016 Gentoo Foundation."
echo "Distributed under the terms of the GNU GPL version 2 or later."
}