summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-05-09 04:44:29 +0000
committerGlenn Morris <rgm@gnu.org>2008-05-09 04:44:29 +0000
commitff0cdfb99b9a69f0cbb642748b5a97ac108351d3 (patch)
tree0fb00ccd7c7fd2fbd708cd42712b30eec19fa31c /msdos
parent3187ea63b1b6d95d7c6c68ae1e72d152b5b0a45b (diff)
downloademacs-ff0cdfb99b9a69f0cbb642748b5a97ac108351d3.tar.gz
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'msdos')
-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 @@
This file is part of GNU Emacs.
- GNU Emacs is free software; you can redistribute it and/or modify
+ GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3, or (at your option)
- any later version.
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -667,8 +667,6 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with GNU Emacs; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA.
+ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; 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
sigaction.c as used in GNU Emacs under the GNU GPL.
Copies of both the GNU General Public License and GNU Lesser (Library)
-Public License may be obtained from: the Free Software Foundation,
-Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+Public License may be obtained from <http://www.gnu.org/licenses/>, or:
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
This file is part of GNU Emacs.
-GNU Emacs is free software; you can redistribute it and/or modify
+GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -162,6 +163,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with GNU Emacs; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
+along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
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 @@
* (See the README file in this directory for the copyright and license
* history of this file.)
*
- * This file is free software; you can redistribute it and/or modify
+ * This file is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3, or (at your option)
- * any later version.
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,9 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this file; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+ * along with this file. If not, see <http://www.gnu.org/licenses/>.
*
* Commentary:
*
diff --git a/msdos/mainmake b/msdos/mainmake
index e7df1cd7984..c4d8c92be86 100644
--- a/msdos/mainmake
+++ b/msdos/mainmake
@@ -3,10 +3,10 @@
# This file is part of GNU Emacs.
-# GNU Emacs is free software; you can redistribute it and/or modify
+# GNU Emacs is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
# GNU Emacs is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -14,9 +14,7 @@
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with GNU Emacs; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
# make all to compile and build Emacs.
# 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 @@
# This file is part of GNU Emacs.
-# GNU Emacs is free software; you can redistribute it and/or modify
+# GNU Emacs is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
# GNU Emacs is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with GNU Emacs; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
# make all to compile and build Emacs.
# 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 @@
* (See the README file in this directory for the copyright and license
* history of this file.)
*
- * This file is free software; you can redistribute it and/or modify
+ * This file is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3, or (at your option)
- * any later version.
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this file; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+ * along with this file. If not, see <http://www.gnu.org/licenses/>.
*/
#include <signal.h>
#include <errno.h>