aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-08 23:59:25 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-08 23:59:25 +0100
commit7b4a81e02cf6b98f12297c18a557a700fc991bd2 (patch)
tree10276d488c6bfb0b1e343fbeed52a277a8d0b217 /bin
parentUpdate version to 1.4.10. (diff)
downloadeselect-7b4a81e02cf6b98f12297c18a557a700fc991bd2.tar.gz
eselect-7b4a81e02cf6b98f12297c18a557a700fc991bd2.tar.bz2
eselect-7b4a81e02cf6b98f12297c18a557a700fc991bd2.zip
Update copyright years.
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 7b1f019..432f4e8 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2017 Gentoo Foundation
+# Copyright (c) 2005-2018 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-2017 Gentoo Foundation."
+ echo "Copyright (c) 2005-2018 Gentoo Foundation."
echo "Distributed under the terms of the GNU GPL version 2 or later."
}