aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--README2
-rwxr-xr-xbin/eselect.in4
-rw-r--r--doc/developer-guide.txt2
-rw-r--r--libs/config.bash.in2
-rw-r--r--libs/core.bash.in2
-rw-r--r--libs/default.eselect.in2
-rw-r--r--libs/editor-variable.bash.in2
-rw-r--r--libs/manip.bash.in2
-rw-r--r--libs/multilib.bash.in2
-rw-r--r--libs/output.bash.in2
-rw-r--r--libs/package-manager.bash.in2
-rw-r--r--libs/path-manipulation.bash.in2
-rw-r--r--libs/skel.bash.in2
-rw-r--r--libs/tests.bash.in2
-rw-r--r--man/editor.eselect.52
-rw-r--r--man/env.eselect.52
-rw-r--r--man/eselect.12
-rw-r--r--man/kernel.eselect.52
-rw-r--r--man/news.eselect.52
-rw-r--r--man/pager.eselect.52
-rw-r--r--man/profile.eselect.52
-rw-r--r--man/rc.eselect.52
-rw-r--r--man/visual.eselect.52
-rw-r--r--misc/eselect-mode.el2
-rw-r--r--misc/eselect.bashcomp2
-rw-r--r--modules/config.eselect2
-rw-r--r--modules/cow.eselect2
-rw-r--r--modules/editor.eselect2
-rw-r--r--modules/env.eselect2
-rw-r--r--modules/kernel.eselect2
-rw-r--r--modules/locale.eselect2
-rw-r--r--modules/modules.eselect2
-rw-r--r--modules/news.eselect2
-rw-r--r--modules/pager.eselect2
-rw-r--r--modules/profile.eselect2
-rw-r--r--modules/rc.eselect2
-rw-r--r--modules/visual.eselect2
37 files changed, 38 insertions, 38 deletions
diff --git a/README b/README
index b063481..1ef30e6 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ See ``doc/``. Use ``make html`` for HTML versions.
Copyright
---------
-eselect is Copyright (c) 2005-2018 Gentoo Authors. This code is
+eselect is Copyright (c) 2005-2019 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 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."
}
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index abeccc2..ffe095c 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -31,7 +31,7 @@ and ``set``, plus the standard ``help``, ``usage``, and ``version``
actions, and is installed to ``$(datadir)/eselect/modules/`` ::
# -*-eselect-*- vim: ft=eselect
- # Copyright 2005-2018 Gentoo Authors
+ # Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
DESCRIPTION="Manage the /usr/src/linux symlink"
diff --git a/libs/config.bash.in b/libs/config.bash.in
index 37858a1..78d2d75 100644
--- a/libs/config.bash.in
+++ b/libs/config.bash.in
@@ -1,5 +1,5 @@
# -*-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.
#
diff --git a/libs/core.bash.in b/libs/core.bash.in
index 44171d1..46c08bd 100644
--- a/libs/core.bash.in
+++ b/libs/core.bash.in
@@ -1,5 +1,5 @@
# -*-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.
#
diff --git a/libs/default.eselect.in b/libs/default.eselect.in
index 07601ad..8c34ef4 100644
--- a/libs/default.eselect.in
+++ b/libs/default.eselect.in
@@ -1,5 +1,5 @@
# -*-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.
#
diff --git a/libs/editor-variable.bash.in b/libs/editor-variable.bash.in
index 12c9418..ac71ecf 100644
--- a/libs/editor-variable.bash.in
+++ b/libs/editor-variable.bash.in
@@ -1,5 +1,5 @@
# -*-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.
#
diff --git a/libs/manip.bash.in b/libs/manip.bash.in
index 16f2671..2c16001 100644
--- a/libs/manip.bash.in
+++ b/libs/manip.bash.in
@@ -1,5 +1,5 @@
# -*-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.
#
diff --git a/libs/multilib.bash.in b/libs/multilib.bash.in
index 896df33..7e571d7 100644
--- a/libs/multilib.bash.in
+++ b/libs/multilib.bash.in
@@ -1,5 +1,5 @@
# -*-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.
#
diff --git a/libs/output.bash.in b/libs/output.bash.in
index 2f6fc02..c6e29b6 100644
--- a/libs/output.bash.in
+++ b/libs/output.bash.in
@@ -1,5 +1,5 @@
# -*-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.
#
diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in
index 64e15f5..03f6427 100644
--- a/libs/package-manager.bash.in
+++ b/libs/package-manager.bash.in
@@ -1,5 +1,5 @@
# -*-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.
#
diff --git a/libs/path-manipulation.bash.in b/libs/path-manipulation.bash.in
index f5ff699..5ad4a36 100644
--- a/libs/path-manipulation.bash.in
+++ b/libs/path-manipulation.bash.in
@@ -1,5 +1,5 @@
# -*-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.
#
diff --git a/libs/skel.bash.in b/libs/skel.bash.in
index 02fc0a0..9015a77 100644
--- a/libs/skel.bash.in
+++ b/libs/skel.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2006-2018 Gentoo Authors
+# Copyright (c) 2006-2019 Gentoo Authors
#
# This file is part of the 'eselect' tools framework.
#
diff --git a/libs/tests.bash.in b/libs/tests.bash.in
index 893bc6f..2cb2243 100644
--- a/libs/tests.bash.in
+++ b/libs/tests.bash.in
@@ -1,5 +1,5 @@
# -*-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.
#
diff --git a/man/editor.eselect.5 b/man/editor.eselect.5
index 16893e1..218500a 100644
--- a/man/editor.eselect.5
+++ b/man/editor.eselect.5
@@ -1,5 +1,5 @@
.\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2018 Gentoo Authors
+.\" Copyright 2009-2019 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH editor.eselect 5 "September 2012" "Gentoo Linux" eselect
diff --git a/man/env.eselect.5 b/man/env.eselect.5
index 774c48b..19009bb 100644
--- a/man/env.eselect.5
+++ b/man/env.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2018 Gentoo Authors
+.\" Copyright 2005-2019 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH env.eselect 5 "December 2009" "Gentoo Linux" eselect
diff --git a/man/eselect.1 b/man/eselect.1
index e4b9f8a..8ce27b3 100644
--- a/man/eselect.1
+++ b/man/eselect.1
@@ -1,5 +1,5 @@
.\" -*- coding: utf-8 -*-
-.\" Copyright 2005-2018 Gentoo Authors
+.\" Copyright 2005-2019 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH ESELECT 1 "October 2011" "Gentoo Linux" eselect
diff --git a/man/kernel.eselect.5 b/man/kernel.eselect.5
index a702b4c..35bf0df 100644
--- a/man/kernel.eselect.5
+++ b/man/kernel.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2018 Gentoo Authors
+.\" Copyright 2005-2019 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH kernel.eselect 5 "April 2009" "Gentoo Linux" eselect
diff --git a/man/news.eselect.5 b/man/news.eselect.5
index 5e9cf7a..ffc6b70 100644
--- a/man/news.eselect.5
+++ b/man/news.eselect.5
@@ -1,5 +1,5 @@
.\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2018 Gentoo Authors
+.\" Copyright 2009-2019 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH news.eselect 5 "October 2017" "Gentoo Linux" eselect
diff --git a/man/pager.eselect.5 b/man/pager.eselect.5
index f57f0bb..a0d1052 100644
--- a/man/pager.eselect.5
+++ b/man/pager.eselect.5
@@ -1,5 +1,5 @@
.\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2018 Gentoo Authors
+.\" Copyright 2009-2019 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH pager.eselect 5 "June 2016" "Gentoo Linux" eselect
diff --git a/man/profile.eselect.5 b/man/profile.eselect.5
index 7b9702b..ea2fa2c 100644
--- a/man/profile.eselect.5
+++ b/man/profile.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2018 Gentoo Authors
+.\" Copyright 2005-2019 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH profile.eselect 5 "August 2018" "Gentoo Linux" eselect
diff --git a/man/rc.eselect.5 b/man/rc.eselect.5
index a8375a2..671e857 100644
--- a/man/rc.eselect.5
+++ b/man/rc.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2018 Gentoo Authors
+.\" Copyright 2005-2019 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH rc.eselect 5 "June 2009" "Gentoo Linux" eselect
diff --git a/man/visual.eselect.5 b/man/visual.eselect.5
index 0906a05..3b1f0aa 100644
--- a/man/visual.eselect.5
+++ b/man/visual.eselect.5
@@ -1,5 +1,5 @@
.\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2018 Gentoo Authors
+.\" Copyright 2009-2019 Gentoo Authors
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH visual.eselect 5 "September 2012" "Gentoo Linux" eselect
diff --git a/misc/eselect-mode.el b/misc/eselect-mode.el
index d914d83..699dc22 100644
--- a/misc/eselect-mode.el
+++ b/misc/eselect-mode.el
@@ -1,6 +1,6 @@
;;; eselect-mode.el --- edit eselect files
-;; Copyright 2006-2018 Gentoo Authors
+;; Copyright 2006-2019 Gentoo Authors
;; Author: Matthew Kennedy <mkennedy@gentoo.org>
;; Diego Pettenò <flameeyes@gentoo.org>
diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp
index 8915bc1..4e3ef92 100644
--- a/misc/eselect.bashcomp
+++ b/misc/eselect.bashcomp
@@ -1,5 +1,5 @@
# -*- mode: sh; indent-tabs-mode: nil; -*- vim: set ft=sh tw=80 sw=4 et :
-# Copyright 2005-2018 Gentoo Authors
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
# bash command-line completion for eselect
diff --git a/modules/config.eselect b/modules/config.eselect
index bc18c5b..f42cec3 100644
--- a/modules/config.eselect
+++ b/modules/config.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2005-2018 Gentoo Authors
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
inherit portage
diff --git a/modules/cow.eselect b/modules/cow.eselect
index 4bbe260..ae04f66 100644
--- a/modules/cow.eselect
+++ b/modules/cow.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2005-2018 Gentoo Authors
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
DESCRIPTION="Do things to a cow"
diff --git a/modules/editor.eselect b/modules/editor.eselect
index b720412..1bee5ac 100644
--- a/modules/editor.eselect
+++ b/modules/editor.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2009-2018 Gentoo Authors
+# Copyright 2009-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
EDITOR_VAR="EDITOR"
diff --git a/modules/env.eselect b/modules/env.eselect
index ef82245..961f7f8 100644
--- a/modules/env.eselect
+++ b/modules/env.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2005-2018 Gentoo Authors
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
inherit config multilib package-manager
diff --git a/modules/kernel.eselect b/modules/kernel.eselect
index 313a1f3..93691e1 100644
--- a/modules/kernel.eselect
+++ b/modules/kernel.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2005-2018 Gentoo Authors
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
DESCRIPTION="Manage the /usr/src/linux symlink"
diff --git a/modules/locale.eselect b/modules/locale.eselect
index a4669a2..bd5c51f 100644
--- a/modules/locale.eselect
+++ b/modules/locale.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2005-2018 Gentoo Authors
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
inherit config
diff --git a/modules/modules.eselect b/modules/modules.eselect
index 2a27641..4ed13f5 100644
--- a/modules/modules.eselect
+++ b/modules/modules.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2006-2018 Gentoo Authors
+# Copyright 2006-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
inherit config
diff --git a/modules/news.eselect b/modules/news.eselect
index 59005e9..5f3303b 100644
--- a/modules/news.eselect
+++ b/modules/news.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2005-2018 Gentoo Authors
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
inherit package-manager
diff --git a/modules/pager.eselect b/modules/pager.eselect
index fdcbf4e..d0ff910 100644
--- a/modules/pager.eselect
+++ b/modules/pager.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2009-2018 Gentoo Authors
+# Copyright 2009-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
EDITOR_VAR="PAGER"
diff --git a/modules/profile.eselect b/modules/profile.eselect
index 68b0826..151ed35 100644
--- a/modules/profile.eselect
+++ b/modules/profile.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2005-2018 Gentoo Authors
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
# This is a portage-only module.
diff --git a/modules/rc.eselect b/modules/rc.eselect
index 23b64d7..53f08c4 100644
--- a/modules/rc.eselect
+++ b/modules/rc.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2005-2018 Gentoo Authors
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
inherit config
diff --git a/modules/visual.eselect b/modules/visual.eselect
index 65bcea8..bcda133 100644
--- a/modules/visual.eselect
+++ b/modules/visual.eselect
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2009-2018 Gentoo Authors
+# Copyright 2009-2019 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
EDITOR_VAR="VISUAL"