aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-07-21 10:52:38 +0200
committerUlrich Müller <ulm@gentoo.org>2012-07-21 10:52:38 +0200
commit6536eacb7efcc735e16383d71019e5eb2793a7ac (patch)
tree0ded0b345b4d7e6cf381de17e7bdd36fbf508e26
parentDrop subversion keywords. (diff)
downloademacs-tools-6536eacb7efcc735e16383d71019e5eb2793a7ac.tar.gz
emacs-tools-6536eacb7efcc735e16383d71019e5eb2793a7ac.tar.bz2
emacs-tools-6536eacb7efcc735e16383d71019e5eb2793a7ac.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 871e431..2afb3d8 100644
--- a/10emacs-daemon-gentoo.el
+++ b/10emacs-daemon-gentoo.el
@@ -1,6 +1,6 @@
;;; emacs-daemon site-lisp configuration
-;; Copyright 2008-2011 Gentoo Foundation
+;; Copyright 2008-2012 Gentoo Foundation
;; Distributed under the terms of the GNU General Public License v2 or later
(and
diff --git a/ChangeLog b/ChangeLog
index 0af36d3..ae24eec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -199,5 +199,5 @@
* emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files.
-Copyright 2008-2011 Gentoo Foundation
+Copyright 2008-2012 Gentoo Foundation
Distributed under the terms of the GNU General Public License v2 or later
diff --git a/Makefile b/Makefile
index dab5cea..b4c0459 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2008-2011 Gentoo Foundation
+# Copyright 2008-2012 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 68c5453..fececd7 100644
--- a/emacs-stop.sh
+++ b/emacs-stop.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2008-2011 Gentoo Foundation
+# Copyright 2008-2012 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 eea8e75..8abf741 100644
--- a/emacs-wrapper.sh
+++ b/emacs-wrapper.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2008-2011 Gentoo Foundation
+# Copyright 2008-2012 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 2211548..67ddd2d 100644
--- a/emacs.rc
+++ b/emacs.rc
@@ -1,5 +1,5 @@
#!/sbin/runscript
-# Copyright 2008-2011 Gentoo Foundation
+# Copyright 2008-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 or later
: ${EMACS:=/usr/bin/emacs}