commit: 4f9c5b0adabf03e4c3098acbcd1ae8599903d0c6
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 5 20:58:00 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 5 20:58:00 2025 +0000
URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=4f9c5b0a
Update copyright years
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
README | 2 +-
bin/eselect.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index e9f2a76..414fb62 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ See ``doc/``. Use ``make html`` for HTML versions.
Copyright
---------
-eselect is Copyright (c) 2005-2020 Gentoo Authors. This code is
+eselect is Copyright (c) 2005-2025 Gentoo Authors. This code is
distributed under the terms of the `GNU General Public License,
version 2 or later`__.
diff --git a/bin/eselect.in b/bin/eselect.in
index ee26b80..fe2a780 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
#!@EPREFIX@/bin/bash
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2023 Gentoo Authors
+# Copyright (c) 2005-2025 Gentoo Authors
#
# This file is part of the 'eselect' tools framework.
#
@@ -117,7 +117,7 @@ es_do_help() {
es_do_version() {
echo "eselect ${ESELECT_VERSION}"
echo
- echo "Copyright (c) 2005-2023 Gentoo Authors."
+ echo "Copyright (c) 2005-2025 Gentoo Authors"
echo "Distributed under the terms of the GNU GPL version 2 or later."
}