aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-09-16 16:25:59 +0200
committerUlrich Müller <ulm@gentoo.org>2018-09-16 16:25:59 +0200
commit8c36a771d720a7a86662ab7bf431cb86cd9874e5 (patch)
tree04412958c261487341d743e4378bd0a67b901851 /bin
parentUpdate profile.eselect(5) examples. (diff)
downloadeselect-8c36a771d720a7a86662ab7bf431cb86cd9874e5.tar.gz
eselect-8c36a771d720a7a86662ab7bf431cb86cd9874e5.tar.bz2
eselect-8c36a771d720a7a86662ab7bf431cb86cd9874e5.zip
Update copyright notices to follow the new policy.
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 432f4e8..fc8785b 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@BASH@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2018 Gentoo Foundation
+# Copyright (c) 2005-2018 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 Foundation."
+ echo "Copyright (c) 2005-2018 Gentoo Authors."
echo "Distributed under the terms of the GNU GPL version 2 or later."
}