Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1528 - emacs-daemon
Date: Tue, 16 Feb 2010 22:25:41
Message-Id: E1NhVrO-0004zL-Pc@stork.gentoo.org
1 Author: ulm
2 Date: 2010-02-16 22:25:38 +0000 (Tue, 16 Feb 2010)
3 New Revision: 1528
4
5 Modified:
6 emacs-daemon/10emacs-daemon-gentoo.el
7 emacs-daemon/ChangeLog
8 emacs-daemon/Makefile
9 emacs-daemon/emacs-wrapper.sh
10 emacs-daemon/emacs.rc
11 Log:
12 Allow distribution under GPL-2 or later for all files.
13
14 Modified: emacs-daemon/10emacs-daemon-gentoo.el
15 ===================================================================
16 --- emacs-daemon/10emacs-daemon-gentoo.el 2010-02-16 22:20:40 UTC (rev 1527)
17 +++ emacs-daemon/10emacs-daemon-gentoo.el 2010-02-16 22:25:38 UTC (rev 1528)
18 @@ -1,6 +1,5 @@
19 -
20 ;;; emacs-daemon site-lisp configuration
21 -;; Copyright 2008-2009 Gentoo Foundation
22 +;; Copyright 2008-2010 Gentoo Foundation
23 ;; Distributed under the terms of the GNU General Public License v2 or later
24
25 (and
26
27 Modified: emacs-daemon/ChangeLog
28 ===================================================================
29 --- emacs-daemon/ChangeLog 2010-02-16 22:20:40 UTC (rev 1527)
30 +++ emacs-daemon/ChangeLog 2010-02-16 22:25:38 UTC (rev 1528)
31 @@ -184,6 +184,6 @@
32
33 * emacs.rc, 10emacs-daemon-gentoo.el, Makefile: New files.
34
35 -Copyright 2008-2009 Gentoo Foundation
36 -Distributed under the terms of the GNU General Public License v2
37 +Copyright 2008-2010 Gentoo Foundation
38 +Distributed under the terms of the GNU General Public License v2 or later
39 $Id$
40
41 Modified: emacs-daemon/Makefile
42 ===================================================================
43 --- emacs-daemon/Makefile 2010-02-16 22:20:40 UTC (rev 1527)
44 +++ emacs-daemon/Makefile 2010-02-16 22:25:38 UTC (rev 1528)
45 @@ -1,5 +1,5 @@
46 -# Copyright 2008 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 +# Copyright 2008-2010 Gentoo Foundation
49 +# Distributed under the terms of the GNU General Public License v2 or later
50 # $Id$
51
52 PN = emacs-daemon
53
54 Modified: emacs-daemon/emacs-wrapper.sh
55 ===================================================================
56 --- emacs-daemon/emacs-wrapper.sh 2010-02-16 22:20:40 UTC (rev 1527)
57 +++ emacs-daemon/emacs-wrapper.sh 2010-02-16 22:25:38 UTC (rev 1528)
58 @@ -1,6 +1,6 @@
59 #!/bin/bash
60 -# Copyright 2008-2009 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 +# Copyright 2008-2010 Gentoo Foundation
63 +# Distributed under the terms of the GNU General Public License v2 or later
64 # $Id$
65
66 # Save output in a temporary file and display in case of error
67
68 Modified: emacs-daemon/emacs.rc
69 ===================================================================
70 --- emacs-daemon/emacs.rc 2010-02-16 22:20:40 UTC (rev 1527)
71 +++ emacs-daemon/emacs.rc 2010-02-16 22:25:38 UTC (rev 1528)
72 @@ -1,6 +1,6 @@
73 #!/sbin/runscript
74 -# Copyright 2008-2009 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 +# Copyright 2008-2010 Gentoo Foundation
77 +# Distributed under the terms of the GNU General Public License v2 or later
78 # $Id$
79
80 : ${EMACS:=/usr/bin/emacs}