aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-02-16 22:25:38 +0000
committerUlrich Müller <ulm@gentoo.org>2010-02-16 22:25:38 +0000
commitab00fa7542c6deb4dc9aced04294ca0837e0b267 (patch)
tree6d9a378c6f51a644ce4b68dad70e4577224df13d
parentAdd svn keywords. (diff)
downloademacs-tools-ab00fa7542c6deb4dc9aced04294ca0837e0b267.tar.gz
emacs-tools-ab00fa7542c6deb4dc9aced04294ca0837e0b267.tar.bz2
emacs-tools-ab00fa7542c6deb4dc9aced04294ca0837e0b267.zip
Allow distribution under GPL-2 or later for all files.
svn path=/emacs-daemon/; revision=1528
-rw-r--r--10emacs-daemon-gentoo.el3
-rw-r--r--ChangeLog4
-rw-r--r--Makefile4
-rw-r--r--emacs-wrapper.sh4
-rw-r--r--emacs.rc4
5 files changed, 9 insertions, 10 deletions
diff --git a/10emacs-daemon-gentoo.el b/10emacs-daemon-gentoo.el
index b58fbf7..f5f4874 100644
--- a/10emacs-daemon-gentoo.el
+++ b/10emacs-daemon-gentoo.el
@@ -1,6 +1,5 @@
-
;;; emacs-daemon site-lisp configuration
-;; Copyright 2008-2009 Gentoo Foundation
+;; Copyright 2008-2010 Gentoo Foundation
;; Distributed under the terms of the GNU General Public License v2 or later
(and
diff --git a/ChangeLog b/ChangeLog
index fde87bf..bf9b122 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -184,6 +184,6 @@
* emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files.
-Copyright 2008-2009 Gentoo Foundation
-Distributed under the terms of the GNU General Public License v2
+Copyright 2008-2010 Gentoo Foundation
+Distributed under the terms of the GNU General Public License v2 or later
$Id$
diff --git a/Makefile b/Makefile
index 7b80a7f..e5246b3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-# Copyright 2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
+# Copyright 2008-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2 or later
# $Id$
PN = emacs-daemon
diff --git a/emacs-wrapper.sh b/emacs-wrapper.sh
index 7a05967..65aae42 100644
--- a/emacs-wrapper.sh
+++ b/emacs-wrapper.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
+# Copyright 2008-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2 or later
# $Id$
# Save output in a temporary file and display in case of error
diff --git a/emacs.rc b/emacs.rc
index de277dc..20a773f 100644
--- a/emacs.rc
+++ b/emacs.rc
@@ -1,6 +1,6 @@
#!/sbin/runscript
-# Copyright 2008-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
+# Copyright 2008-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2 or later
# $Id$
: ${EMACS:=/usr/bin/emacs}