commit:     8c36a771d720a7a86662ab7bf431cb86cd9874e5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 14:25:59 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 14:25:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=8c36a771

Update copyright notices to follow the new policy.

 README                         | 2 +-
 bin/eselect.in                 | 4 ++--
 doc/developer-guide.txt        | 4 ++--
 libs/config.bash.in            | 2 +-
 libs/core.bash.in              | 2 +-
 libs/default.eselect.in        | 2 +-
 libs/editor-variable.bash.in   | 2 +-
 libs/manip.bash.in             | 2 +-
 libs/multilib.bash.in          | 2 +-
 libs/output.bash.in            | 2 +-
 libs/package-manager.bash.in   | 2 +-
 libs/path-manipulation.bash.in | 2 +-
 libs/skel.bash.in              | 2 +-
 libs/tests.bash.in             | 2 +-
 man/editor.eselect.5           | 2 +-
 man/env.eselect.5              | 2 +-
 man/eselect.1                  | 2 +-
 man/kernel.eselect.5           | 2 +-
 man/news.eselect.5             | 2 +-
 man/pager.eselect.5            | 2 +-
 man/profile.eselect.5          | 2 +-
 man/rc.eselect.5               | 2 +-
 man/visual.eselect.5           | 2 +-
 misc/eselect-mode.el           | 5 ++++-
 misc/eselect.bashcomp          | 2 +-
 modules/config.eselect         | 2 +-
 modules/cow.eselect            | 2 +-
 modules/editor.eselect         | 2 +-
 modules/env.eselect            | 2 +-
 modules/kernel.eselect         | 2 +-
 modules/locale.eselect         | 2 +-
 modules/modules.eselect        | 2 +-
 modules/news.eselect           | 2 +-
 modules/pager.eselect          | 2 +-
 modules/profile.eselect        | 2 +-
 modules/rc.eselect             | 2 +-
 modules/visual.eselect         | 2 +-
 37 files changed, 42 insertions(+), 39 deletions(-)

diff --git a/README b/README
index 57498d3..b063481 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 Foundation. This code is
+eselect is Copyright (c) 2005-2018 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 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."
 }
 

diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index 076c5ca..abeccc2 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -31,12 +31,12 @@ and ``set``, plus the standard ``help``, ``usage``, and 
``version``
 actions, and is installed to ``$(datadir)/eselect/modules/`` ::
 
     # -*-eselect-*-  vim: ft=eselect
-    # Copyright 2005-2012 Gentoo Foundation
+    # Copyright 2005-2018 Gentoo Authors
     # Distributed under the terms of the GNU GPL version 2 or later
 
     DESCRIPTION="Manage the /usr/src/linux symlink"
     MAINTAINER="esel...@gentoo.org"
-    VERSION="20120307"
+    VERSION="20180916"
 
     # find a list of kernel symlink targets
     find_targets() {

diff --git a/libs/config.bash.in b/libs/config.bash.in
index 33a2695..37858a1 100644
--- a/libs/config.bash.in
+++ b/libs/config.bash.in
@@ -1,5 +1,5 @@
 # -*-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.
 #

diff --git a/libs/core.bash.in b/libs/core.bash.in
index 6f77626..44171d1 100644
--- a/libs/core.bash.in
+++ b/libs/core.bash.in
@@ -1,5 +1,5 @@
 # -*-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.
 #

diff --git a/libs/default.eselect.in b/libs/default.eselect.in
index b889f95..07601ad 100644
--- a/libs/default.eselect.in
+++ b/libs/default.eselect.in
@@ -1,5 +1,5 @@
 # -*-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.
 #

diff --git a/libs/editor-variable.bash.in b/libs/editor-variable.bash.in
index 61bd981..12c9418 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 Foundation
+# Copyright (c) 2005-2018 Gentoo Authors
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/manip.bash.in b/libs/manip.bash.in
index 9e066f2..16f2671 100644
--- a/libs/manip.bash.in
+++ b/libs/manip.bash.in
@@ -1,5 +1,5 @@
 # -*-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.
 #

diff --git a/libs/multilib.bash.in b/libs/multilib.bash.in
index e84670e..896df33 100644
--- a/libs/multilib.bash.in
+++ b/libs/multilib.bash.in
@@ -1,5 +1,5 @@
 # -*-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.
 #

diff --git a/libs/output.bash.in b/libs/output.bash.in
index 23413d4..2d32bc6 100644
--- a/libs/output.bash.in
+++ b/libs/output.bash.in
@@ -1,5 +1,5 @@
 # -*-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.
 #

diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in
index 220e09c..64e15f5 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 Foundation
+# Copyright (c) 2005-2018 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 ffa730f..f5ff699 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 Foundation
+# Copyright (c) 2005-2018 Gentoo Authors
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/skel.bash.in b/libs/skel.bash.in
index 9e773e1..02fc0a0 100644
--- a/libs/skel.bash.in
+++ b/libs/skel.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2006-2018 Gentoo Foundation
+# Copyright (c) 2006-2018 Gentoo Authors
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/tests.bash.in b/libs/tests.bash.in
index d67e67d..893bc6f 100644
--- a/libs/tests.bash.in
+++ b/libs/tests.bash.in
@@ -1,5 +1,5 @@
 # -*-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.
 #

diff --git a/man/editor.eselect.5 b/man/editor.eselect.5
index 979c16e..16893e1 100644
--- a/man/editor.eselect.5
+++ b/man/editor.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2018 Gentoo Foundation
+.\" Copyright 2009-2018 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 f08dd16..774c48b 100644
--- a/man/env.eselect.5
+++ b/man/env.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2018 Gentoo Foundation
+.\" Copyright 2005-2018 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 2b3596c..e4b9f8a 100644
--- a/man/eselect.1
+++ b/man/eselect.1
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2005-2018 Gentoo Foundation
+.\" Copyright 2005-2018 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 ddab9e1..a702b4c 100644
--- a/man/kernel.eselect.5
+++ b/man/kernel.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2018 Gentoo Foundation
+.\" Copyright 2005-2018 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 495fcaf..5e9cf7a 100644
--- a/man/news.eselect.5
+++ b/man/news.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2018 Gentoo Foundation
+.\" Copyright 2009-2018 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 642c62f..f57f0bb 100644
--- a/man/pager.eselect.5
+++ b/man/pager.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2018 Gentoo Foundation
+.\" Copyright 2009-2018 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 8ad3b46..7b9702b 100644
--- a/man/profile.eselect.5
+++ b/man/profile.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2018 Gentoo Foundation
+.\" Copyright 2005-2018 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 fd1ed4a..a8375a2 100644
--- a/man/rc.eselect.5
+++ b/man/rc.eselect.5
@@ -1,4 +1,4 @@
-.\" Copyright 2005-2018 Gentoo Foundation
+.\" Copyright 2005-2018 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 468b7e3..0906a05 100644
--- a/man/visual.eselect.5
+++ b/man/visual.eselect.5
@@ -1,5 +1,5 @@
 .\" -*- coding: utf-8 -*-
-.\" Copyright 2009-2018 Gentoo Foundation
+.\" Copyright 2009-2018 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 762137a..77eeed9 100644
--- a/misc/eselect-mode.el
+++ b/misc/eselect-mode.el
@@ -1,6 +1,9 @@
 ;;; eselect-mode.el --- edit eselect files
 
-;; Copyright (c) 2006-2018 Gentoo Foundation
+;; Copyright 2006 Matthew Kennedy
+;; Copyright 2006 Diego Pettenò
+;; Copyright 2007-2012 Christian Faulhammer
+;; Copyright 2007-2018 Ulrich Müller
 
 ;; Author: Matthew Kennedy <mkenn...@gentoo.org>
 ;;     Diego Pettenò <flamee...@gentoo.org>

diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp
index 6e49b4b..8915bc1 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 Foundation
+# Copyright 2005-2018 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 a692957..bc18c5b 100644
--- a/modules/config.eselect
+++ b/modules/config.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2018 Gentoo Foundation
+# Copyright 2005-2018 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 aff3a1e..4bbe260 100644
--- a/modules/cow.eselect
+++ b/modules/cow.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2018 Gentoo Foundation
+# Copyright 2005-2018 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 4d01463..b720412 100644
--- a/modules/editor.eselect
+++ b/modules/editor.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2009-2018 Gentoo Foundation
+# Copyright 2009-2018 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 faee574..ef82245 100644
--- a/modules/env.eselect
+++ b/modules/env.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2018 Gentoo Foundation
+# Copyright 2005-2018 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 5f75575..313a1f3 100644
--- a/modules/kernel.eselect
+++ b/modules/kernel.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2018 Gentoo Foundation
+# Copyright 2005-2018 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 e820f09..a4669a2 100644
--- a/modules/locale.eselect
+++ b/modules/locale.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2018 Gentoo Foundation
+# Copyright 2005-2018 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 5bc78ca..2a27641 100644
--- a/modules/modules.eselect
+++ b/modules/modules.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2006-2018 Gentoo Foundation
+# Copyright 2006-2018 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 b6a857d..59005e9 100644
--- a/modules/news.eselect
+++ b/modules/news.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2018 Gentoo Foundation
+# Copyright 2005-2018 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 0b010ec..fdcbf4e 100644
--- a/modules/pager.eselect
+++ b/modules/pager.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2009-2018 Gentoo Foundation
+# Copyright 2009-2018 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 1e1dcff..b88cc2b 100644
--- a/modules/profile.eselect
+++ b/modules/profile.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2018 Gentoo Foundation
+# Copyright 2005-2018 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 ff45d58..23b64d7 100644
--- a/modules/rc.eselect
+++ b/modules/rc.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2005-2018 Gentoo Foundation
+# Copyright 2005-2018 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 611779d..65bcea8 100644
--- a/modules/visual.eselect
+++ b/modules/visual.eselect
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 2009-2018 Gentoo Foundation
+# Copyright 2009-2018 Gentoo Authors
 # Distributed under the terms of the GNU GPL version 2 or later
 
 EDITOR_VAR="VISUAL"

Reply via email to