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: Fri, 06 May 2016 13:20:59
Message-Id: 1462539956.7342873eb24c5d7c4ca4e4bda4230b0df402dff0.ulm@gentoo
1 commit: 7342873eb24c5d7c4ca4e4bda4230b0df402dff0
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 13:05:56 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 13:05:56 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=7342873e
7
8 Update copyright years.
9
10 10emacs-daemon-gentoo.el | 2 +-
11 ChangeLog | 2 +-
12 Makefile | 2 +-
13 emacs-stop.sh | 2 +-
14 emacs-wrapper.sh | 2 +-
15 emacs.rc | 2 +-
16 6 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/10emacs-daemon-gentoo.el b/10emacs-daemon-gentoo.el
19 index 45cea39..462ca79 100644
20 --- a/10emacs-daemon-gentoo.el
21 +++ b/10emacs-daemon-gentoo.el
22 @@ -1,6 +1,6 @@
23 ;;; emacs-daemon site-lisp configuration
24
25 -;; Copyright 2008-2014 Gentoo Foundation
26 +;; Copyright 2008-2016 Gentoo Foundation
27 ;; Distributed under the terms of the GNU General Public License v2 or later
28
29 (and
30
31 diff --git a/ChangeLog b/ChangeLog
32 index 5e32173..6e53e42 100644
33 --- a/ChangeLog
34 +++ b/ChangeLog
35 @@ -224,5 +224,5 @@
36
37 * emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files.
38
39 -Copyright 2008-2014 Gentoo Foundation
40 +Copyright 2008-2016 Gentoo Foundation
41 Distributed under the terms of the GNU General Public License v2 or later
42
43 diff --git a/Makefile b/Makefile
44 index 1677ed7..738fd7e 100644
45 --- a/Makefile
46 +++ b/Makefile
47 @@ -1,4 +1,4 @@
48 -# Copyright 2008-2014 Gentoo Foundation
49 +# Copyright 2008-2016 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2 or later
51
52 PN = emacs-daemon
53
54 diff --git a/emacs-stop.sh b/emacs-stop.sh
55 index 3b111b5..574230d 100644
56 --- a/emacs-stop.sh
57 +++ b/emacs-stop.sh
58 @@ -1,5 +1,5 @@
59 #!/bin/bash
60 -# Copyright 2008-2014 Gentoo Foundation
61 +# Copyright 2008-2016 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2 or later
63
64 # Lisp expression to be evaluated when stopping Emacs.
65
66 diff --git a/emacs-wrapper.sh b/emacs-wrapper.sh
67 index ab9a5fb..da21d72 100644
68 --- a/emacs-wrapper.sh
69 +++ b/emacs-wrapper.sh
70 @@ -1,5 +1,5 @@
71 #!/bin/bash
72 -# Copyright 2008-2014 Gentoo Foundation
73 +# Copyright 2008-2016 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2 or later
75
76 # Save output in a temporary file and display in case of error
77
78 diff --git a/emacs.rc b/emacs.rc
79 index 702de56..651255d 100644
80 --- a/emacs.rc
81 +++ b/emacs.rc
82 @@ -1,5 +1,5 @@
83 #!/sbin/runscript
84 -# Copyright 2008-2014 Gentoo Foundation
85 +# Copyright 2008-2016 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2 or later
87
88 : ${EMACS:=/usr/bin/emacs}