aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-03-22 06:10:22 +0100
committerUlrich Müller <ulm@gentoo.org>2017-03-22 06:10:22 +0100
commit67b58e74a463ae8f7188b85331a8749f91aaec81 (patch)
tree82eeafa14eae8c7a3e4093444032f5d670b5be36 /bin
parentFill out arch matches a bit more in package-manager lib. (diff)
downloadeselect-67b58e74a463ae8f7188b85331a8749f91aaec81.tar.gz
eselect-67b58e74a463ae8f7188b85331a8749f91aaec81.tar.bz2
eselect-67b58e74a463ae8f7188b85331a8749f91aaec81.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 67266f4..7b1f019 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2016 Gentoo Foundation
+# Copyright (c) 2005-2017 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-2016 Gentoo Foundation."
+ echo "Copyright (c) 2005-2017 Gentoo Foundation."
echo "Distributed under the terms of the GNU GPL version 2 or later."
}