Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:master commit in: misc/
Date: Sun, 09 Dec 2018 22:35:40
Message-Id: 1544394905.e0c3320098d6a91661035eb54377bbfcf8b93ff2.ulm@gentoo
1 commit: e0c3320098d6a91661035eb54377bbfcf8b93ff2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 9 22:35:05 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 9 22:35:05 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=e0c33200
7
8 Use simplified copyright notice for GLEP 76 compliance.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 misc/eselect-mode.el | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/misc/eselect-mode.el b/misc/eselect-mode.el
16 index 77eeed9..d914d83 100644
17 --- a/misc/eselect-mode.el
18 +++ b/misc/eselect-mode.el
19 @@ -1,9 +1,6 @@
20 ;;; eselect-mode.el --- edit eselect files
21
22 -;; Copyright 2006 Matthew Kennedy
23 -;; Copyright 2006 Diego Pettenò
24 -;; Copyright 2007-2012 Christian Faulhammer
25 -;; Copyright 2007-2018 Ulrich Müller
26 +;; Copyright 2006-2018 Gentoo Authors
27
28 ;; Author: Matthew Kennedy <mkennedy@g.o>
29 ;; Diego Pettenò <flameeyes@g.o>