# HG changeset patch # User Glenn Morris # Date 1210308269 0 # Node ID fa41f74280f59fd6022d98491dee6523bfe96e28 # Parent de6b7eaee358de273d7e07e168f5a34f4631d324 Switch to recommended form of GPLv3 permissions notice. diff -r de6b7eaee358 -r fa41f74280f5 msdos/ChangeLog --- a/msdos/ChangeLog Fri May 09 04:38:17 2008 +0000 +++ b/msdos/ChangeLog Fri May 09 04:44:29 2008 +0000 @@ -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 . ;;; arch-tag: b602fbb5-3776-4053-8de2-03da33c29d44 diff -r de6b7eaee358 -r fa41f74280f5 msdos/README --- a/msdos/README Fri May 09 04:38:17 2008 +0000 +++ b/msdos/README Fri May 09 04:44:29 2008 +0000 @@ -145,16 +145,17 @@ 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 , 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 @@ 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 . diff -r de6b7eaee358 -r fa41f74280f5 msdos/is_exec.c --- a/msdos/is_exec.c Fri May 09 04:38:17 2008 +0000 +++ b/msdos/is_exec.c Fri May 09 04:44:29 2008 +0000 @@ -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 . * * Commentary: * diff -r de6b7eaee358 -r fa41f74280f5 msdos/mainmake --- a/msdos/mainmake Fri May 09 04:38:17 2008 +0000 +++ b/msdos/mainmake Fri May 09 04:44:29 2008 +0000 @@ -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 . # make all to compile and build Emacs. # make install to install it. diff -r de6b7eaee358 -r fa41f74280f5 msdos/mainmake.v2 --- a/msdos/mainmake.v2 Fri May 09 04:38:17 2008 +0000 +++ b/msdos/mainmake.v2 Fri May 09 04:44:29 2008 +0000 @@ -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 . # make all to compile and build Emacs. # make install to install it (installs in-place, in `bin' subdir of top dir). diff -r de6b7eaee358 -r fa41f74280f5 msdos/sigaction.c --- a/msdos/sigaction.c Fri May 09 04:38:17 2008 +0000 +++ b/msdos/sigaction.c Fri May 09 04:44:29 2008 +0000 @@ -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 . */ #include #include