Mercurial > emacs
changeset 94790:fa41f74280f5
Switch to recommended form of GPLv3 permissions notice.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 09 May 2008 04:44:29 +0000 |
parents | de6b7eaee358 |
children | 3765d76f7fa8 |
files | msdos/ChangeLog msdos/README msdos/is_exec.c msdos/mainmake msdos/mainmake.v2 msdos/sigaction.c |
diffstat | 6 files changed, 27 insertions(+), 38 deletions(-) [+] |
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>. ;;; arch-tag: b602fbb5-3776-4053-8de2-03da33c29d44
--- 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 <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 @@ 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/>.
--- 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 <http://www.gnu.org/licenses/>. * * Commentary: *
--- 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 <http://www.gnu.org/licenses/>. # make all to compile and build Emacs. # make install to install it.
--- 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 <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).
--- 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 <http://www.gnu.org/licenses/>. */ #include <signal.h> #include <errno.h>