aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-09-16 16:42:51 +0200
committerUlrich Müller <ulm@gentoo.org>2018-09-16 16:42:51 +0200
commit3e7b97ff16261134334e058e1492df90ea9d054c (patch)
tree532aefdd059c08b1747dd2a4100df4621cee3ab6
parentUpdate URL and e-mail address of project. (diff)
downloademacs-tools-3e7b97ff16261134334e058e1492df90ea9d054c.tar.gz
emacs-tools-3e7b97ff16261134334e058e1492df90ea9d054c.tar.bz2
emacs-tools-3e7b97ff16261134334e058e1492df90ea9d054c.zip
Update copyright notices to follow the new policy.
-rw-r--r--10emacs-daemon-gentoo.el2
-rw-r--r--ChangeLog1
-rw-r--r--Makefile2
-rw-r--r--emacs-stop.sh2
-rw-r--r--emacs-wrapper.sh2
-rw-r--r--emacs.rc2
6 files changed, 5 insertions, 6 deletions
diff --git a/10emacs-daemon-gentoo.el b/10emacs-daemon-gentoo.el
index 462ca79..facee18 100644
--- a/10emacs-daemon-gentoo.el
+++ b/10emacs-daemon-gentoo.el
@@ -1,6 +1,6 @@
;;; emacs-daemon site-lisp configuration
-;; Copyright 2008-2016 Gentoo Foundation
+;; Copyright 2008-2016 Ulrich Müller
;; Distributed under the terms of the GNU General Public License v2 or later
(and
diff --git a/ChangeLog b/ChangeLog
index ba66948..f16cbd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -235,5 +235,4 @@
* emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files.
-Copyright 2008-2016 Gentoo Foundation
Distributed under the terms of the GNU General Public License v2 or later
diff --git a/Makefile b/Makefile
index 738fd7e..56d3fe6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2008-2016 Gentoo Foundation
+# Copyright 2008-2016 Ulrich Müller and Christian Faulhammer
# Distributed under the terms of the GNU General Public License v2 or later
PN = emacs-daemon
diff --git a/emacs-stop.sh b/emacs-stop.sh
index 0577359..7635d4e 100644
--- a/emacs-stop.sh
+++ b/emacs-stop.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2008-2016 Gentoo Foundation
+# Copyright 2008-2016 Ulrich Müller
# Distributed under the terms of the GNU General Public License v2 or later
# Lisp expression to be evaluated when stopping Emacs.
diff --git a/emacs-wrapper.sh b/emacs-wrapper.sh
index da21d72..5034727 100644
--- a/emacs-wrapper.sh
+++ b/emacs-wrapper.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2008-2016 Gentoo Foundation
+# Copyright 2008-2016 Ulrich Müller
# Distributed under the terms of the GNU General Public License v2 or later
# Save output in a temporary file and display in case of error
diff --git a/emacs.rc b/emacs.rc
index 9fffe02..e2648f3 100644
--- a/emacs.rc
+++ b/emacs.rc
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 2008-2016 Gentoo Foundation
+# Copyright 2008-2016 Ulrich Müller
# Distributed under the terms of the GNU General Public License v2 or later
: ${EMACS:=/usr/bin/emacs}