aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-02-13 21:50:31 +0100
committerUlrich Müller <ulm@gentoo.org>2019-02-13 21:50:31 +0100
commit14b42c332c33eb0a40658bdc51552e1021692291 (patch)
treee55453f5fdace552d43d382a3be9bbac1a71e25e /bin
parentOutput warning messages in yellow. (diff)
downloadeselect-14b42c332c33eb0a40658bdc51552e1021692291.tar.gz
eselect-14b42c332c33eb0a40658bdc51552e1021692291.tar.bz2
eselect-14b42c332c33eb0a40658bdc51552e1021692291.zip
Update copyright years.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
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 fc8785b..f9d4d0b 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2018 Gentoo Authors
+# Copyright (c) 2005-2019 Gentoo Authors
#
# 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-2018 Gentoo Authors."
+ echo "Copyright (c) 2005-2019 Gentoo Authors."
echo "Distributed under the terms of the GNU GPL version 2 or later."
}