aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-02 11:53:04 +0100
committerUlrich Müller <ulm@gentoo.org>2014-02-02 11:53:04 +0100
commitd54ebf1d9b4616d26a38d71320c7f4a4118ff7dd (patch)
tree80246f5c083636f6ed9ba44131820b67842083c3
parentNew variable EMACSCLIENT_OPTS. (diff)
downloademacs-tools-d54ebf1d9b4616d26a38d71320c7f4a4118ff7dd.tar.gz
emacs-tools-d54ebf1d9b4616d26a38d71320c7f4a4118ff7dd.tar.bz2
emacs-tools-d54ebf1d9b4616d26a38d71320c7f4a4118ff7dd.zip
Update copyright years.
-rw-r--r--10emacs-daemon-gentoo.el2
-rw-r--r--ChangeLog2
-rw-r--r--Makefile2
-rw-r--r--emacs-stop.sh2
-rw-r--r--emacs-wrapper.sh2
-rw-r--r--emacs.rc2
6 files changed, 6 insertions, 6 deletions
diff --git a/10emacs-daemon-gentoo.el b/10emacs-daemon-gentoo.el
index 2afb3d8..45cea39 100644
--- a/10emacs-daemon-gentoo.el
+++ b/10emacs-daemon-gentoo.el
@@ -1,6 +1,6 @@
;;; emacs-daemon site-lisp configuration
-;; Copyright 2008-2012 Gentoo Foundation
+;; Copyright 2008-2014 Gentoo Foundation
;; Distributed under the terms of the GNU General Public License v2 or later
(and
diff --git a/ChangeLog b/ChangeLog
index 75c0d8f..5ed9b28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -220,5 +220,5 @@
* emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files.
-Copyright 2008-2013 Gentoo Foundation
+Copyright 2008-2014 Gentoo Foundation
Distributed under the terms of the GNU General Public License v2 or later
diff --git a/Makefile b/Makefile
index 4abfa5c..1677ed7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2008-2013 Gentoo Foundation
+# Copyright 2008-2014 Gentoo Foundation
# 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 58aaeef..3b111b5 100644
--- a/emacs-stop.sh
+++ b/emacs-stop.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2008-2012 Gentoo Foundation
+# Copyright 2008-2014 Gentoo Foundation
# 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 8abf741..ab9a5fb 100644
--- a/emacs-wrapper.sh
+++ b/emacs-wrapper.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2008-2012 Gentoo Foundation
+# Copyright 2008-2014 Gentoo Foundation
# 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 b7ee39c..702de56 100644
--- a/emacs.rc
+++ b/emacs.rc
@@ -1,5 +1,5 @@
#!/sbin/runscript
-# Copyright 2008-2013 Gentoo Foundation
+# Copyright 2008-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 or later
: ${EMACS:=/usr/bin/emacs}