Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1529 - emacs-updater
Date: Tue, 16 Feb 2010 22:29:19
Message-Id: E1NhVuv-0005BO-Nb@stork.gentoo.org
1 Author: ulm
2 Date: 2010-02-16 22:29:17 +0000 (Tue, 16 Feb 2010)
3 New Revision: 1529
4
5 Modified:
6 emacs-updater/ChangeLog
7 emacs-updater/Makefile
8 emacs-updater/emacs-updater
9 emacs-updater/emacs-updater.8
10 Log:
11 Allow distribution under GPL-2 or later for all files.
12
13 Modified: emacs-updater/ChangeLog
14 ===================================================================
15 --- emacs-updater/ChangeLog 2010-02-16 22:25:38 UTC (rev 1528)
16 +++ emacs-updater/ChangeLog 2010-02-16 22:29:17 UTC (rev 1529)
17 @@ -249,5 +249,5 @@
18 * emacs-updater.sh: first version of Emacs updater
19
20 Copyright 2007-2010 Gentoo Foundation
21 -Distributed under the terms of the GNU General Public License v2
22 +Distributed under the terms of the GNU General Public License v2 or later
23 $Id$
24
25 Modified: emacs-updater/Makefile
26 ===================================================================
27 --- emacs-updater/Makefile 2010-02-16 22:25:38 UTC (rev 1528)
28 +++ emacs-updater/Makefile 2010-02-16 22:29:17 UTC (rev 1529)
29 @@ -1,5 +1,5 @@
30 # Copyright 2008-2010 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 +# Distributed under the terms of the GNU General Public License v2 or later
33 # $Id$
34
35 PN = emacs-updater
36
37 Modified: emacs-updater/emacs-updater
38 ===================================================================
39 --- emacs-updater/emacs-updater 2010-02-16 22:25:38 UTC (rev 1528)
40 +++ emacs-updater/emacs-updater 2010-02-16 22:29:17 UTC (rev 1529)
41 @@ -1,6 +1,6 @@
42 #!/bin/bash
43 # Copyright 2007-2010 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 +# Distributed under the terms of the GNU General Public License v2 or later
46 # $Id$
47
48 # Authors:
49 @@ -63,8 +63,8 @@
50 version() {
51 cat <<-EOF
52 Emacs updater version ${VERSION}
53 - Copyright 2007-2009 Gentoo Foundation.
54 - Distributed under the terms of the GNU General Public License v2.
55 + Copyright 2007-2010 Gentoo Foundation.
56 + Distributed under the terms of the GNU GPL version 2 or later.
57
58 Gentoo Emacs project: <http://www.gentoo.org/proj/en/lisp/emacs/>
59 EOF
60
61 Modified: emacs-updater/emacs-updater.8
62 ===================================================================
63 --- emacs-updater/emacs-updater.8 2010-02-16 22:25:38 UTC (rev 1528)
64 +++ emacs-updater/emacs-updater.8 2010-02-16 22:29:17 UTC (rev 1529)
65 @@ -1,5 +1,5 @@
66 .\" Copyright 2008-2010 Gentoo Foundation
67 -.\" Distributed under the terms of the GNU General Public License v2
68 +.\" Distributed under the terms of the GNU General Public License v2 or later
69 .\" $Id$
70 .\"
71 .TH emacs-updater 8 "August 2009" "Gentoo Linux"