Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs-tools:emacs-daemon commit in: /
Date: Sun, 09 Dec 2018 22:36:58
Message-Id: 1544394762.7188c8a7950f250cb1a871d7a847cef7e050a46d.ulm@gentoo
1 commit: 7188c8a7950f250cb1a871d7a847cef7e050a46d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 9 22:32:42 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 9 22:32:42 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=7188c8a7
7
8 Use simplified copyright notice for GLEP 76 compliance.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 10emacs-daemon-gentoo.el | 2 +-
13 Makefile | 2 +-
14 emacs-stop.sh | 2 +-
15 emacs-wrapper.sh | 2 +-
16 emacs.rc | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/10emacs-daemon-gentoo.el b/10emacs-daemon-gentoo.el
20 index facee18..9ea5ba0 100644
21 --- a/10emacs-daemon-gentoo.el
22 +++ b/10emacs-daemon-gentoo.el
23 @@ -1,6 +1,6 @@
24 ;;; emacs-daemon site-lisp configuration
25
26 -;; Copyright 2008-2016 Ulrich Müller
27 +;; Copyright 2008-2016 Gentoo Authors
28 ;; Distributed under the terms of the GNU General Public License v2 or later
29
30 (and
31
32 diff --git a/Makefile b/Makefile
33 index 56d3fe6..beec1ee 100644
34 --- a/Makefile
35 +++ b/Makefile
36 @@ -1,4 +1,4 @@
37 -# Copyright 2008-2016 Ulrich Müller and Christian Faulhammer
38 +# Copyright 2008-2016 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2 or later
40
41 PN = emacs-daemon
42
43 diff --git a/emacs-stop.sh b/emacs-stop.sh
44 index 7635d4e..a9ee9bb 100644
45 --- a/emacs-stop.sh
46 +++ b/emacs-stop.sh
47 @@ -1,5 +1,5 @@
48 #!/bin/bash
49 -# Copyright 2008-2016 Ulrich Müller
50 +# Copyright 2008-2016 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2 or later
52
53 # Lisp expression to be evaluated when stopping Emacs.
54
55 diff --git a/emacs-wrapper.sh b/emacs-wrapper.sh
56 index 5034727..f418970 100644
57 --- a/emacs-wrapper.sh
58 +++ b/emacs-wrapper.sh
59 @@ -1,5 +1,5 @@
60 #!/bin/bash
61 -# Copyright 2008-2016 Ulrich Müller
62 +# Copyright 2008-2016 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2 or later
64
65 # Save output in a temporary file and display in case of error
66
67 diff --git a/emacs.rc b/emacs.rc
68 index e2648f3..e70d20b 100644
69 --- a/emacs.rc
70 +++ b/emacs.rc
71 @@ -1,5 +1,5 @@
72 #!/sbin/openrc-run
73 -# Copyright 2008-2016 Ulrich Müller
74 +# Copyright 2008-2016 Gentoo Authors
75 # Distributed under the terms of the GNU General Public License v2 or later
76
77 : ${EMACS:=/usr/bin/emacs}