aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-05-09 04:44:29 +0000
committerGlenn Morris2008-05-09 04:44:29 +0000
commitff0cdfb99b9a69f0cbb642748b5a97ac108351d3 (patch)
tree0fb00ccd7c7fd2fbd708cd42712b30eec19fa31c
parent3187ea63b1b6d95d7c6c68ae1e72d152b5b0a45b (diff)
downloademacs-ff0cdfb99b9a69f0cbb642748b5a97ac108351d3.tar.gz
emacs-ff0cdfb99b9a69f0cbb642748b5a97ac108351d3.zip
Switch to recommended form of GPLv3 permissions notice.
-rw-r--r--msdos/ChangeLog10
-rw-r--r--msdos/README15
-rw-r--r--msdos/is_exec.c10
-rw-r--r--msdos/mainmake10
-rw-r--r--msdos/mainmake.v210
-rw-r--r--msdos/sigaction.c10
6 files changed, 27 insertions, 38 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index c5088c12ea8..a1058786c27 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -656,10 +656,10 @@
656 656
657 This file is part of GNU Emacs. 657 This file is part of GNU Emacs.
658 658
659 GNU Emacs is free software; you can redistribute it and/or modify 659 GNU Emacs is free software: you can redistribute it and/or modify
660 it under the terms of the GNU General Public License as published by 660 it under the terms of the GNU General Public License as published by
661 the Free Software Foundation; either version 3, or (at your option) 661 the Free Software Foundation, either version 3 of the License, or
662 any later version. 662 (at your option) any later version.
663 663
664 GNU Emacs is distributed in the hope that it will be useful, 664 GNU Emacs is distributed in the hope that it will be useful,
665 but WITHOUT ANY WARRANTY; without even the implied warranty of 665 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -667,8 +667,6 @@
667 GNU General Public License for more details. 667 GNU General Public License for more details.
668 668
669 You should have received a copy of the GNU General Public License 669 You should have received a copy of the GNU General Public License
670 along with GNU Emacs; see the file COPYING. If not, write to the 670 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
671 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
672 Boston, MA 02110-1301, USA.
673 671
674;;; arch-tag: b602fbb5-3776-4053-8de2-03da33c29d44 672;;; arch-tag: b602fbb5-3776-4053-8de2-03da33c29d44
diff --git a/msdos/README b/msdos/README
index 72477025671..4f5f7448a1b 100644
--- a/msdos/README
+++ b/msdos/README
@@ -145,16 +145,17 @@ Accordingly, in February 2007 we relicensed the files is_exec.c and
145sigaction.c as used in GNU Emacs under the GNU GPL. 145sigaction.c as used in GNU Emacs under the GNU GPL.
146 146
147Copies of both the GNU General Public License and GNU Lesser (Library) 147Copies of both the GNU General Public License and GNU Lesser (Library)
148Public License may be obtained from: the Free Software Foundation, 148Public License may be obtained from <http://www.gnu.org/licenses/>, or:
149Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 149the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
150Boston, MA 02110-1301, USA.
150 151
151 152
152This file is part of GNU Emacs. 153This file is part of GNU Emacs.
153 154
154GNU Emacs is free software; you can redistribute it and/or modify 155GNU Emacs is free software: you can redistribute it and/or modify
155it under the terms of the GNU General Public License as published by 156it under the terms of the GNU General Public License as published by
156the Free Software Foundation; either version 3, or (at your option) 157the Free Software Foundation, either version 3 of the License, or
157any later version. 158(at your option) any later version.
158 159
159GNU Emacs is distributed in the hope that it will be useful, 160GNU Emacs is distributed in the hope that it will be useful,
160but WITHOUT ANY WARRANTY; without even the implied warranty of 161but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -162,6 +163,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
162GNU General Public License for more details. 163GNU General Public License for more details.
163 164
164You should have received a copy of the GNU General Public License 165You should have received a copy of the GNU General Public License
165along with GNU Emacs; see the file COPYING. If not, write to the 166along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
166Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
167Boston, MA 02110-1301, USA.
diff --git a/msdos/is_exec.c b/msdos/is_exec.c
index ab627956cb7..493db79790e 100644
--- a/msdos/is_exec.c
+++ b/msdos/is_exec.c
@@ -6,10 +6,10 @@
6 * (See the README file in this directory for the copyright and license 6 * (See the README file in this directory for the copyright and license
7 * history of this file.) 7 * history of this file.)
8 * 8 *
9 * This file is free software; you can redistribute it and/or modify 9 * This file is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 3, or (at your option) 11 * the Free Software Foundation, either version 3 of the License, or
12 * any later version. 12 * (at your option) any later version.
13 * 13 *
14 * This file is distributed in the hope that it will be useful, 14 * This file is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,9 +17,7 @@
17 * GNU General Public License for more details. 17 * GNU General Public License for more details.
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this file; see the file COPYING. If not, write to 20 * along with this file. If not, see <http://www.gnu.org/licenses/>.
21 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 * Boston, MA 02110-1301, USA.
23 * 21 *
24 * Commentary: 22 * Commentary:
25 * 23 *
diff --git a/msdos/mainmake b/msdos/mainmake
index e7df1cd7984..c4d8c92be86 100644
--- a/msdos/mainmake
+++ b/msdos/mainmake
@@ -3,10 +3,10 @@
3 3
4# This file is part of GNU Emacs. 4# This file is part of GNU Emacs.
5 5
6# GNU Emacs is free software; you can redistribute it and/or modify 6# GNU Emacs is free software: you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by 7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 3, or (at your option) 8# the Free Software Foundation, either version 3 of the License, or
9# any later version. 9# (at your option) any later version.
10 10
11# GNU Emacs is distributed in the hope that it will be useful, 11# GNU Emacs is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of 12# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -14,9 +14,7 @@
14# GNU General Public License for more details. 14# GNU General Public License for more details.
15 15
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with GNU Emacs; see the file COPYING. If not, write to 17# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19# Boston, MA 02110-1301, USA.
20 18
21# make all to compile and build Emacs. 19# make all to compile and build Emacs.
22# make install to install it. 20# make install to install it.
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2
index 370404a1293..5497e45b1b2 100644
--- a/msdos/mainmake.v2
+++ b/msdos/mainmake.v2
@@ -5,10 +5,10 @@
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
8# GNU Emacs is free software; you can redistribute it and/or modify 8# GNU Emacs is free software: you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by 9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 3, or (at your option) 10# the Free Software Foundation, either version 3 of the License, or
11# any later version. 11# (at your option) any later version.
12 12
13# GNU Emacs is distributed in the hope that it will be useful, 13# GNU Emacs is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of 14# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@
16# GNU General Public License for more details. 16# GNU General Public License for more details.
17 17
18# You should have received a copy of the GNU General Public License 18# You should have received a copy of the GNU General Public License
19# along with GNU Emacs; see the file COPYING. If not, write to 19# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21# Boston, MA 02110-1301, USA.
22 20
23# make all to compile and build Emacs. 21# make all to compile and build Emacs.
24# make install to install it (installs in-place, in `bin' subdir of top dir). 22# make install to install it (installs in-place, in `bin' subdir of top dir).
diff --git a/msdos/sigaction.c b/msdos/sigaction.c
index f5e731b379e..6a24c9929e3 100644
--- a/msdos/sigaction.c
+++ b/msdos/sigaction.c
@@ -5,10 +5,10 @@
5 * (See the README file in this directory for the copyright and license 5 * (See the README file in this directory for the copyright and license
6 * history of this file.) 6 * history of this file.)
7 * 7 *
8 * This file is free software; you can redistribute it and/or modify 8 * This file is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 3, or (at your option) 10 * the Free Software Foundation, either version 3 of the License, or
11 * any later version. 11 * (at your option) any later version.
12 * 12 *
13 * This file is distributed in the hope that it will be useful, 13 * This file is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@
16 * GNU General Public License for more details. 16 * GNU General Public License for more details.
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this file; see the file COPYING. If not, write to 19 * along with this file. If not, see <http://www.gnu.org/licenses/>.
20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 * Boston, MA 02110-1301, USA.
22 */ 20 */
23#include <signal.h> 21#include <signal.h>
24#include <errno.h> 22#include <errno.h>