diff options
| author | Glenn Morris | 2008-05-15 03:28:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-05-15 03:28:14 +0000 |
| commit | b9b1cc1463ecd712077a63f83eb28cddfe85ac47 (patch) | |
| tree | 82237ebba83754f4a3a4c32ffefeb51cfa1d2c87 /src | |
| parent | 5ac58e4c9355b638a249d55fdffa03e39cf1db03 (diff) | |
| download | emacs-b9b1cc1463ecd712077a63f83eb28cddfe85ac47.tar.gz emacs-b9b1cc1463ecd712077a63f83eb28cddfe85ac47.zip | |
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'src')
59 files changed, 254 insertions, 369 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index bfeba06787f..48a6e6badb4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -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 | 21 | ||
| 24 | # Note that this file is edited by msdos/sed1v2.inp for MSDOS. That | 22 | # Note that this file is edited by msdos/sed1v2.inp for MSDOS. That |
diff --git a/src/README b/src/README index c975969cdc0..2975b2f982e 100644 --- a/src/README +++ b/src/README | |||
| @@ -35,10 +35,10 @@ current user, but no one else. | |||
| 35 | 35 | ||
| 36 | This file is part of GNU Emacs. | 36 | This file is part of GNU Emacs. |
| 37 | 37 | ||
| 38 | GNU Emacs is free software; you can redistribute it and/or modify | 38 | GNU Emacs is free software: you can redistribute it and/or modify |
| 39 | it under the terms of the GNU General Public License as published by | 39 | it under the terms of the GNU General Public License as published by |
| 40 | the Free Software Foundation; either version 3, or (at your option) | 40 | the Free Software Foundation, either version 3 of the License, or |
| 41 | any later version. | 41 | (at your option) any later version. |
| 42 | 42 | ||
| 43 | GNU Emacs is distributed in the hope that it will be useful, | 43 | GNU Emacs is distributed in the hope that it will be useful, |
| 44 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 44 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -46,6 +46,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 46 | GNU General Public License for more details. | 46 | GNU General Public License for more details. |
| 47 | 47 | ||
| 48 | You should have received a copy of the GNU General Public License | 48 | You should have received a copy of the GNU General Public License |
| 49 | along with GNU Emacs; see the file COPYING. If not, write to the | 49 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 50 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 51 | Boston, MA 02110-1301, USA. | ||
diff --git a/src/atimer.h b/src/atimer.h index e258b6a4447..bf0d0401617 100644 --- a/src/atimer.h +++ b/src/atimer.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifndef EMACS_ATIMER_H | 20 | #ifndef EMACS_ATIMER_H |
| 23 | #define EMACS_ATIMER_H | 21 | #define EMACS_ATIMER_H |
diff --git a/src/blockinput.h b/src/blockinput.h index cb352231f94..bcf8d17e870 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifndef EMACS_BLOCKINPUT_H | 20 | #ifndef EMACS_BLOCKINPUT_H |
| 23 | #define EMACS_BLOCKINPUT_H | 21 | #define EMACS_BLOCKINPUT_H |
diff --git a/src/buffer.h b/src/buffer.h index a12e72374ed..6926ca1a0cf 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -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 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | 21 | ||
| 24 | /* Accessing the parameters of the current buffer. */ | 22 | /* Accessing the parameters of the current buffer. */ |
diff --git a/src/category.h b/src/category.h index 0e79a87e363..7517be6d537 100644 --- a/src/category.h +++ b/src/category.h | |||
| @@ -9,10 +9,10 @@ | |||
| 9 | 9 | ||
| 10 | This file is part of GNU Emacs. | 10 | This file is part of GNU Emacs. |
| 11 | 11 | ||
| 12 | GNU Emacs is free software; you can redistribute it and/or modify | 12 | GNU Emacs is free software: you can redistribute it and/or modify |
| 13 | it under the terms of the GNU General Public License as published by | 13 | it under the terms of the GNU General Public License as published by |
| 14 | the Free Software Foundation; either version 3, or (at your option) | 14 | the Free Software Foundation, either version 3 of the License, or |
| 15 | any later version. | 15 | (at your option) any later version. |
| 16 | 16 | ||
| 17 | GNU Emacs is distributed in the hope that it will be useful, | 17 | GNU Emacs is distributed in the hope that it will be useful, |
| 18 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 18 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -20,9 +20,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 20 | GNU General Public License for more details. | 20 | GNU General Public License for more details. |
| 21 | 21 | ||
| 22 | You should have received a copy of the GNU General Public License | 22 | You should have received a copy of the GNU General Public License |
| 23 | along with GNU Emacs; see the file COPYING. If not, write to | 23 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 24 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 25 | Boston, MA 02110-1301, USA. */ | ||
| 26 | 24 | ||
| 27 | 25 | ||
| 28 | /* We introduce here three types of object: category, category set, | 26 | /* We introduce here three types of object: category, category set, |
| @@ -9,10 +9,10 @@ | |||
| 9 | 9 | ||
| 10 | This file is part of GNU Emacs. | 10 | This file is part of GNU Emacs. |
| 11 | 11 | ||
| 12 | GNU Emacs is free software; you can redistribute it and/or modify | 12 | GNU Emacs is free software: you can redistribute it and/or modify |
| 13 | it under the terms of the GNU General Public License as published by | 13 | it under the terms of the GNU General Public License as published by |
| 14 | the Free Software Foundation; either version 3, or (at your option) | 14 | the Free Software Foundation, either version 3 of the License, or |
| 15 | any later version. | 15 | (at your option) any later version. |
| 16 | 16 | ||
| 17 | GNU Emacs is distributed in the hope that it will be useful, | 17 | GNU Emacs is distributed in the hope that it will be useful, |
| 18 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 18 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -20,9 +20,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 20 | GNU General Public License for more details. | 20 | GNU General Public License for more details. |
| 21 | 21 | ||
| 22 | You should have received a copy of the GNU General Public License | 22 | You should have received a copy of the GNU General Public License |
| 23 | along with GNU Emacs; see the file COPYING. If not, write to | 23 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 24 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 24 | |
| 25 | Boston, MA 02110-1301, USA. */ | ||
| 26 | 25 | ||
| 27 | #ifndef EMACS_CCL_H | 26 | #ifndef EMACS_CCL_H |
| 28 | #define EMACS_CCL_H | 27 | #define EMACS_CCL_H |
diff --git a/src/character.h b/src/character.h index 41cc8d7211e..ce36cdf85ff 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -7,10 +7,10 @@ | |||
| 7 | 7 | ||
| 8 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 9 | 9 | ||
| 10 | GNU Emacs is free software; you can redistribute it and/or modify | 10 | GNU Emacs is free software: you can redistribute it and/or modify |
| 11 | it under the terms of the GNU General Public License as published by | 11 | it under the terms of the GNU General Public License as published by |
| 12 | the Free Software Foundation; either version 3, or (at your option) | 12 | the Free Software Foundation, either version 3 of the License, or |
| 13 | any later version. | 13 | (at your option) any later version. |
| 14 | 14 | ||
| 15 | GNU Emacs is distributed in the hope that it will be useful, | 15 | GNU Emacs is distributed in the hope that it will be useful, |
| 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 18 | GNU General Public License for more details. | 18 | GNU General Public License for more details. |
| 19 | 19 | ||
| 20 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 21 | along with GNU Emacs; see the file COPYING. If not, write to the | 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 22 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 23 | Boston, MA 02110-1301, USA. */ | ||
| 24 | 22 | ||
| 25 | #ifndef EMACS_CHARACTER_H | 23 | #ifndef EMACS_CHARACTER_H |
| 26 | #define EMACS_CHARACTER_H | 24 | #define EMACS_CHARACTER_H |
diff --git a/src/charset.h b/src/charset.h index e037dbfe54b..562b4e5a030 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -12,10 +12,10 @@ | |||
| 12 | 12 | ||
| 13 | This file is part of GNU Emacs. | 13 | This file is part of GNU Emacs. |
| 14 | 14 | ||
| 15 | GNU Emacs is free software; you can redistribute it and/or modify | 15 | GNU Emacs is free software: you can redistribute it and/or modify |
| 16 | it under the terms of the GNU General Public License as published by | 16 | it under the terms of the GNU General Public License as published by |
| 17 | the Free Software Foundation; either version 3, or (at your option) | 17 | the Free Software Foundation, either version 3 of the License, or |
| 18 | any later version. | 18 | (at your option) any later version. |
| 19 | 19 | ||
| 20 | GNU Emacs is distributed in the hope that it will be useful, | 20 | GNU Emacs is distributed in the hope that it will be useful, |
| 21 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 21 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -23,9 +23,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 23 | GNU General Public License for more details. | 23 | GNU General Public License for more details. |
| 24 | 24 | ||
| 25 | You should have received a copy of the GNU General Public License | 25 | You should have received a copy of the GNU General Public License |
| 26 | along with GNU Emacs; see the file COPYING. If not, write to | 26 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 27 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 28 | Boston, MA 02110-1301, USA. */ | ||
| 29 | 27 | ||
| 30 | #ifndef EMACS_CHARSET_H | 28 | #ifndef EMACS_CHARSET_H |
| 31 | #define EMACS_CHARSET_H | 29 | #define EMACS_CHARSET_H |
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Holds the minimum and maximum costs for the parametrized capabilities. */ | 20 | /* Holds the minimum and maximum costs for the parametrized capabilities. */ |
| 23 | struct parmcap | 21 | struct parmcap |
diff --git a/src/coding.h b/src/coding.h index dae16a9ea88..d125d57d02b 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -11,10 +11,10 @@ | |||
| 11 | 11 | ||
| 12 | This file is part of GNU Emacs. | 12 | This file is part of GNU Emacs. |
| 13 | 13 | ||
| 14 | GNU Emacs is free software; you can redistribute it and/or modify | 14 | GNU Emacs is free software: you can redistribute it and/or modify |
| 15 | it under the terms of the GNU General Public License as published by | 15 | it under the terms of the GNU General Public License as published by |
| 16 | the Free Software Foundation; either version 3, or (at your option) | 16 | the Free Software Foundation, either version 3 of the License, or |
| 17 | any later version. | 17 | (at your option) any later version. |
| 18 | 18 | ||
| 19 | GNU Emacs is distributed in the hope that it will be useful, | 19 | GNU Emacs is distributed in the hope that it will be useful, |
| 20 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 20 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -22,9 +22,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 22 | GNU General Public License for more details. | 22 | GNU General Public License for more details. |
| 23 | 23 | ||
| 24 | You should have received a copy of the GNU General Public License | 24 | You should have received a copy of the GNU General Public License |
| 25 | along with GNU Emacs; see the file COPYING. If not, write to | 25 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 26 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 27 | Boston, MA 02110-1301, USA. */ | ||
| 28 | 26 | ||
| 29 | #ifndef EMACS_CODING_H | 27 | #ifndef EMACS_CODING_H |
| 30 | #define EMACS_CODING_H | 28 | #define EMACS_CODING_H |
diff --git a/src/commands.h b/src/commands.h index f1ac47c5ee7..c882757f0c1 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | 20 | ||
| 23 | #define Ctl(c) ((c)&037) | 21 | #define Ctl(c) ((c)&037) |
diff --git a/src/composite.h b/src/composite.h index 95f2fc1afb2..3340fdf570b 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -10,10 +10,10 @@ | |||
| 10 | 10 | ||
| 11 | This file is part of GNU Emacs. | 11 | This file is part of GNU Emacs. |
| 12 | 12 | ||
| 13 | GNU Emacs is free software; you can redistribute it and/or modify | 13 | GNU Emacs is free software: you can redistribute it and/or modify |
| 14 | it under the terms of the GNU General Public License as published by | 14 | it under the terms of the GNU General Public License as published by |
| 15 | the Free Software Foundation; either version 3, or (at your option) | 15 | the Free Software Foundation, either version 3 of the License, or |
| 16 | any later version. | 16 | (at your option) any later version. |
| 17 | 17 | ||
| 18 | GNU Emacs is distributed in the hope that it will be useful, | 18 | GNU Emacs is distributed in the hope that it will be useful, |
| 19 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 19 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -21,9 +21,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 21 | GNU General Public License for more details. | 21 | GNU General Public License for more details. |
| 22 | 22 | ||
| 23 | You should have received a copy of the GNU General Public License | 23 | You should have received a copy of the GNU General Public License |
| 24 | along with GNU Emacs; see the file COPYING. If not, write to | 24 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 25 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 26 | Boston, MA 02110-1301, USA. */ | ||
| 27 | 25 | ||
| 28 | #ifndef EMACS_COMPOSITE_H | 26 | #ifndef EMACS_COMPOSITE_H |
| 29 | #define EMACS_COMPOSITE_H | 27 | #define EMACS_COMPOSITE_H |
diff --git a/src/dispextern.h b/src/dispextern.h index 602a3834b55..c644295fbff 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -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 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* New redisplay written by Gerd Moellmann <gerd@gnu.org>. */ | 21 | /* New redisplay written by Gerd Moellmann <gerd@gnu.org>. */ |
| 24 | 22 | ||
diff --git a/src/disptab.h b/src/disptab.h index 76af4f83ffe..aab2198659a 100644 --- a/src/disptab.h +++ b/src/disptab.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Access the slots of a display-table, according to their purpose. */ | 20 | /* Access the slots of a display-table, according to their purpose. */ |
| 23 | 21 | ||
diff --git a/src/dosfns.h b/src/dosfns.h index a5fce906abe..03162f2b191 100644 --- a/src/dosfns.h +++ b/src/dosfns.h | |||
| @@ -7,10 +7,10 @@ | |||
| 7 | 7 | ||
| 8 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 9 | 9 | ||
| 10 | GNU Emacs is free software; you can redistribute it and/or modify | 10 | GNU Emacs is free software: you can redistribute it and/or modify |
| 11 | it under the terms of the GNU General Public License as published by | 11 | it under the terms of the GNU General Public License as published by |
| 12 | the Free Software Foundation; either version 3, or (at your option) | 12 | the Free Software Foundation, either version 3 of the License, or |
| 13 | any later version. | 13 | (at your option) any later version. |
| 14 | 14 | ||
| 15 | GNU Emacs is distributed in the hope that it will be useful, | 15 | GNU Emacs is distributed in the hope that it will be useful, |
| 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 18 | GNU General Public License for more details. | 18 | GNU General Public License for more details. |
| 19 | 19 | ||
| 20 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 21 | along with GNU Emacs; see the file COPYING. If not, write to | 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 22 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 23 | Boston, MA 02110-1301, USA. */ | ||
| 24 | 22 | ||
| 25 | extern EMACS_INT dos_hyper_key; | 23 | extern EMACS_INT dos_hyper_key; |
| 26 | extern EMACS_INT dos_super_key; | 24 | extern EMACS_INT dos_super_key; |
diff --git a/src/emacs-icon.h b/src/emacs-icon.h index a727003fe7d..f777d852ba3 100644 --- a/src/emacs-icon.h +++ b/src/emacs-icon.h | |||
| @@ -7,10 +7,10 @@ Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> | |||
| 7 | 7 | ||
| 8 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 9 | 9 | ||
| 10 | GNU Emacs is free software; you can redistribute it and/or modify | 10 | GNU Emacs is free software: you can redistribute it and/or modify |
| 11 | it under the terms of the GNU General Public License as published by | 11 | it under the terms of the GNU General Public License as published by |
| 12 | the Free Software Foundation; either version 3, or (at your option) | 12 | the Free Software Foundation, either version 3 of the License, or |
| 13 | any later version. | 13 | (at your option) any later version. |
| 14 | 14 | ||
| 15 | GNU Emacs is distributed in the hope that it will be useful, | 15 | GNU Emacs is distributed in the hope that it will be useful, |
| 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 18 | GNU General Public License for more details. | 18 | GNU General Public License for more details. |
| 19 | 19 | ||
| 20 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 21 | along with GNU Emacs; see the file COPYING. If not, write to | 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 22 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 23 | Boston, MA 02110-1301, USA. | ||
| 24 | 22 | ||
| 25 | Commentary: | 23 | Commentary: |
| 26 | 24 | ||
diff --git a/src/epaths.in b/src/epaths.in index fd7d91e7c2f..501857de3a5 100644 --- a/src/epaths.in +++ b/src/epaths.in | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 | |
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 20 | ||
| 22 | /* The default search path for Lisp function "load". | 21 | /* The default search path for Lisp function "load". |
| 23 | This sets load-path. */ | 22 | This sets load-path. */ |
diff --git a/src/font.h b/src/font.h index 0de6c9f7a50..3c5645b31eb 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -6,10 +6,10 @@ | |||
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs 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 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs 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 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 GNU Emacs; see the file COPYING. If not, write to | 20 | along with GNU Emacs. 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 | #ifndef EMACS_FONT_H | 22 | #ifndef EMACS_FONT_H |
| 25 | #define EMACS_FONT_H | 23 | #define EMACS_FONT_H |
diff --git a/src/fontset.h b/src/fontset.h index 8d84a7828d2..e3f33ce9ba5 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -11,10 +11,10 @@ | |||
| 11 | 11 | ||
| 12 | This file is part of GNU Emacs. | 12 | This file is part of GNU Emacs. |
| 13 | 13 | ||
| 14 | GNU Emacs is free software; you can redistribute it and/or modify | 14 | GNU Emacs is free software: you can redistribute it and/or modify |
| 15 | it under the terms of the GNU General Public License as published by | 15 | it under the terms of the GNU General Public License as published by |
| 16 | the Free Software Foundation; either version 3, or (at your option) | 16 | the Free Software Foundation, either version 3 of the License, or |
| 17 | any later version. | 17 | (at your option) any later version. |
| 18 | 18 | ||
| 19 | GNU Emacs is distributed in the hope that it will be useful, | 19 | GNU Emacs is distributed in the hope that it will be useful, |
| 20 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 20 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -22,9 +22,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 22 | GNU General Public License for more details. | 22 | GNU General Public License for more details. |
| 23 | 23 | ||
| 24 | You should have received a copy of the GNU General Public License | 24 | You should have received a copy of the GNU General Public License |
| 25 | along with GNU Emacs; see the file COPYING. If not, write to | 25 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 26 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 27 | Boston, MA 02110-1301, USA. */ | ||
| 28 | 26 | ||
| 29 | #ifndef EMACS_FONTSET_H | 27 | #ifndef EMACS_FONTSET_H |
| 30 | #define EMACS_FONTSET_H | 28 | #define EMACS_FONTSET_H |
diff --git a/src/frame.h b/src/frame.h index fd94f3c2d01..009cbd76da5 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Don't multiply include: dispextern.h includes macterm.h which | 20 | /* Don't multiply include: dispextern.h includes macterm.h which |
| 23 | includes frame.h some emacs source includes both dispextern.h and | 21 | includes frame.h some emacs source includes both dispextern.h and |
diff --git a/src/ftfont.h b/src/ftfont.h index 78d9c20ca28..c94a1f24b2b 100644 --- a/src/ftfont.h +++ b/src/ftfont.h | |||
| @@ -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,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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, | 20 | |
| 21 | Boston, MA 02110-1301, USA. */ | ||
| 22 | 21 | ||
| 23 | #ifndef EMACS_FTFONT_H | 22 | #ifndef EMACS_FTFONT_H |
| 24 | #define EMACS_FTFONT_H | 23 | #define EMACS_FTFONT_H |
diff --git a/src/getpagesize.h b/src/getpagesize.h index ab54062f912..928e0440cce 100644 --- a/src/getpagesize.h +++ b/src/getpagesize.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifndef HAVE_GETPAGESIZE | 20 | #ifndef HAVE_GETPAGESIZE |
| 23 | 21 | ||
diff --git a/src/gtkutil.h b/src/gtkutil.h index 0cae6f129a4..7a279343d4a 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifndef GTKUTIL_H | 20 | #ifndef GTKUTIL_H |
| 23 | #define GTKUTIL_H | 21 | #define GTKUTIL_H |
diff --git a/src/indent.h b/src/indent.h index 5943f46bc8e..3e03a4dd5bf 100644 --- a/src/indent.h +++ b/src/indent.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* We introduce new member `tab_offset'. We need it because of the | 20 | /* We introduce new member `tab_offset'. We need it because of the |
| 23 | existence of wide-column characters. There is a case that the | 21 | existence of wide-column characters. There is a case that the |
diff --git a/src/intervals.h b/src/intervals.h index d6bcaa28ee9..34254f6069d 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #include "dispextern.h" | 20 | #include "dispextern.h" |
| 23 | 21 | ||
diff --git a/src/keyboard.h b/src/keyboard.h index 1d40045bfab..15edb36f958 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #include "systime.h" /* for EMACS_TIME */ | 20 | #include "systime.h" /* for EMACS_TIME */ |
| 23 | 21 | ||
diff --git a/src/keymap.h b/src/keymap.h index 027f710973a..1336f0d6208 100644 --- a/src/keymap.h +++ b/src/keymap.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifndef KEYMAP_H | 20 | #ifndef KEYMAP_H |
| 23 | #define KEYMAP_H | 21 | #define KEYMAP_H |
diff --git a/src/lisp.h b/src/lisp.h index 1752cb865d8..9b042e57ae0 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -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 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_LISP_H | 21 | #ifndef EMACS_LISP_H |
| 24 | #define EMACS_LISP_H | 22 | #define EMACS_LISP_H |
diff --git a/src/macgui.h b/src/macgui.h index 9d4eb0ed9f4..6b8e560cac2 100644 --- a/src/macgui.h +++ b/src/macgui.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | 20 | /* Contributed by Andrew Choi (akochoi@mac.com). */ |
| 23 | 21 | ||
diff --git a/src/macros.h b/src/macros.h index 6d6696a1e4c..1c2123b0f12 100644 --- a/src/macros.h +++ b/src/macros.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | 20 | ||
| 23 | /* Kbd macro currently being executed (a string or vector). */ | 21 | /* Kbd macro currently being executed (a string or vector). */ |
diff --git a/src/macterm.h b/src/macterm.h index 00b01e452da..24c57ae12f8 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | 20 | /* Contributed by Andrew Choi (akochoi@mac.com). */ |
| 23 | 21 | ||
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 9593155763b..df5614e2407 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -1,24 +1,22 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | # 2008 Free Software Foundation, Inc. |
| 4 | # | 4 | |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | |
| 7 | # GNU Emacs is free software; you can redistribute it and/or modify | 7 | # GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by | 8 | # it under the terms of the GNU General Public License as published by |
| 9 | # the Free Software Foundation; either version 3, or (at your option) | 9 | # the Free Software Foundation, either version 3 of the License, or |
| 10 | # any later version. | 10 | # (at your option) any later version. |
| 11 | # | 11 | |
| 12 | # GNU Emacs is distributed in the hope that it will be useful, | 12 | # GNU Emacs is distributed in the hope that it will be useful, |
| 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | # GNU General Public License for more details. | 15 | # GNU General Public License for more details. |
| 16 | # | 16 | |
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs; see the file COPYING. If not, write to the | 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 | |
| 20 | # Boston, MA 02110-1301, USA. | ||
| 21 | # | ||
| 22 | 20 | ||
| 23 | ALL = emacs | 21 | ALL = emacs |
| 24 | 22 | ||
diff --git a/src/mem-limits.h b/src/mem-limits.h index 9164305b8b4..a6cb43d1d81 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifdef MSDOS | 20 | #ifdef MSDOS |
| 23 | #include <dpmi.h> | 21 | #include <dpmi.h> |
diff --git a/src/msdos.h b/src/msdos.h index 59e75ca4c6d..b7c045612d2 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifndef EMACS_MSDOS_H | 20 | #ifndef EMACS_MSDOS_H |
| 23 | #define EMACS_MSDOS_H | 21 | #define EMACS_MSDOS_H |
diff --git a/src/process.h b/src/process.h index 8223801c11c..619eb2b5e67 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifdef HAVE_SYS_TYPES_H | 20 | #ifdef HAVE_SYS_TYPES_H |
| 23 | #include <sys/types.h> | 21 | #include <sys/types.h> |
diff --git a/src/puresize.h b/src/puresize.h index 200f658a4fd..30b5a819299 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Define PURESIZE, the number of bytes of pure Lisp code to leave space for. | 20 | /* Define PURESIZE, the number of bytes of pure Lisp code to leave space for. |
| 23 | 21 | ||
diff --git a/src/region-cache.h b/src/region-cache.h index 1b9580c60f4..928460e66cb 100644 --- a/src/region-cache.h +++ b/src/region-cache.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | 20 | ||
| 23 | /* This code was written by Jim Blandy <jimb@cs.oberlin.edu> to help | 21 | /* This code was written by Jim Blandy <jimb@cs.oberlin.edu> to help |
diff --git a/src/syntax.h b/src/syntax.h index 1138dca9887..f2fdaa81cd1 100644 --- a/src/syntax.h +++ b/src/syntax.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | 20 | ||
| 23 | extern Lisp_Object Qsyntax_table_p; | 21 | extern Lisp_Object Qsyntax_table_p; |
diff --git a/src/sysselect.h b/src/sysselect.h index e0e6c48ca9d..24731e56f1f 100644 --- a/src/sysselect.h +++ b/src/sysselect.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifdef HAVE_SYS_SELECT_H | 20 | #ifdef HAVE_SYS_SELECT_H |
| 23 | #if defined (DARWIN) || defined (MAC_OSX) | 21 | #if defined (DARWIN) || defined (MAC_OSX) |
diff --git a/src/syssignal.h b/src/syssignal.h index 0ab4598b507..6aeb0ad768c 100644 --- a/src/syssignal.h +++ b/src/syssignal.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | extern void init_signals P_ ((void)); | 20 | extern void init_signals P_ ((void)); |
| 23 | 21 | ||
diff --git a/src/systime.h b/src/systime.h index 57efe0a3f0e..e9161114afd 100644 --- a/src/systime.h +++ b/src/systime.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifndef EMACS_SYSTIME_H | 20 | #ifndef EMACS_SYSTIME_H |
| 23 | #define EMACS_SYSTIME_H | 21 | #define EMACS_SYSTIME_H |
diff --git a/src/systty.h b/src/systty.h index dc1460a24c5..4623a2ccebe 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifdef HAVE_TERMIOS | 20 | #ifdef HAVE_TERMIOS |
| 23 | #define HAVE_TCATTR | 21 | #define HAVE_TCATTR |
diff --git a/src/syswait.h b/src/syswait.h index 6bfab435459..786cb622262 100644 --- a/src/syswait.h +++ b/src/syswait.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Define the structure that the wait system call stores. | 20 | /* Define the structure that the wait system call stores. |
| 23 | On many systems, there is a structure defined for this. | 21 | On many systems, there is a structure defined for this. |
diff --git a/src/termchar.h b/src/termchar.h index 735758ac910..0e562375b20 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Each termcap frame points to its own struct tty_output object in | 20 | /* Each termcap frame points to its own struct tty_output object in |
| 23 | the output_data.tty field. The tty_output structure contains the | 21 | the output_data.tty field. The tty_output structure contains the |
diff --git a/src/termhooks.h b/src/termhooks.h index 2acd20bbb3f..ae4fb361e36 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | 20 | ||
| 23 | /* Miscellanea. */ | 21 | /* Miscellanea. */ |
diff --git a/src/termopts.h b/src/termopts.h index 219916c01af..ead2aca0205 100644 --- a/src/termopts.h +++ b/src/termopts.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | 20 | ||
| 23 | /* Nonzero means flash the screen instead of ringing the bell. */ | 21 | /* Nonzero means flash the screen instead of ringing the bell. */ |
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* | 20 | /* |
| 23 | * User Authorization File record formats | 21 | * User Authorization File record formats |
| @@ -7,10 +7,10 @@ | |||
| 7 | 7 | ||
| 8 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 9 | 9 | ||
| 10 | GNU Emacs is free software; you can redistribute it and/or modify | 10 | GNU Emacs is free software: you can redistribute it and/or modify |
| 11 | it under the terms of the GNU General Public License as published by | 11 | it under the terms of the GNU General Public License as published by |
| 12 | the Free Software Foundation; either version 3, or (at your option) | 12 | the Free Software Foundation, either version 3 of the License, or |
| 13 | any later version. | 13 | (at your option) any later version. |
| 14 | 14 | ||
| 15 | GNU Emacs is distributed in the hope that it will be useful, | 15 | GNU Emacs is distributed in the hope that it will be useful, |
| 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 18 | GNU General Public License for more details. | 18 | GNU General Public License for more details. |
| 19 | 19 | ||
| 20 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 21 | along with GNU Emacs; see the file COPYING. If not, write to | 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 22 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 23 | Boston, MA 02110-1301, USA. */ | ||
| 24 | 22 | ||
| 25 | 23 | ||
| 26 | /* File descriptor set emulation. */ | 24 | /* File descriptor set emulation. */ |
diff --git a/src/w32bdf.h b/src/w32bdf.h index de472e12fc0..aa218cd06c7 100644 --- a/src/w32bdf.h +++ b/src/w32bdf.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Based heavily on code by H. Miyashita for Meadow (a descendant of | 20 | /* Based heavily on code by H. Miyashita for Meadow (a descendant of |
| 23 | MULE for W32). */ | 21 | MULE for W32). */ |
diff --git a/src/w32font.h b/src/w32font.h index 8aba6a3e6d5..60ac62d6e01 100644 --- a/src/w32font.h +++ b/src/w32font.h | |||
| @@ -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 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_W32FONT_H | 19 | #ifndef EMACS_W32FONT_H |
| 22 | #define EMACS_W32FONT_H | 20 | #define EMACS_W32FONT_H |
diff --git a/src/w32gui.h b/src/w32gui.h index f0e07680475..e712aa30873 100644 --- a/src/w32gui.h +++ b/src/w32gui.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifndef EMACS_W32GUI_H | 20 | #ifndef EMACS_W32GUI_H |
| 23 | #define EMACS_W32GUI_H | 21 | #define EMACS_W32GUI_H |
diff --git a/src/w32heap.h b/src/w32heap.h index bcaaa9ca0d6..f3285ecbe86 100644 --- a/src/w32heap.h +++ b/src/w32heap.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. | ||
| 21 | 19 | ||
| 22 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 | 20 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 |
| 23 | */ | 21 | */ |
diff --git a/src/w32inevt.h b/src/w32inevt.h index 903f17b7e98..d0d592a0cda 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #ifndef EMACS_W32INEVT_H | 20 | #ifndef EMACS_W32INEVT_H |
| 23 | #define EMACS_W32INEVT_H | 21 | #define EMACS_W32INEVT_H |
diff --git a/src/w32term.h b/src/w32term.h index 87cf42b088a..6d60c2e8c0b 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Added by Kevin Gallo */ | 20 | /* Added by Kevin Gallo */ |
| 23 | 21 | ||
diff --git a/src/widget.h b/src/widget.h index fb918f705bf..aa0bbcc79c0 100644 --- a/src/widget.h +++ b/src/widget.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 20 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 23 | 21 | ||
diff --git a/src/widgetprv.h b/src/widgetprv.h index f418d5b13db..e88c4e6131a 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 20 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 23 | 21 | ||
diff --git a/src/window.h b/src/window.h index b0f0dd24fa1..8246336609f 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -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 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef WINDOW_H_INCLUDED | 21 | #ifndef WINDOW_H_INCLUDED |
| 24 | #define WINDOW_H_INCLUDED | 22 | #define WINDOW_H_INCLUDED |
diff --git a/src/xterm.h b/src/xterm.h index 9249056fea6..581f8ca23c3 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | GNU Emacs is free software; you can redistribute it and/or modify | 7 | GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
| 9 | the Free Software Foundation; either version 3, or (at your option) | 9 | the Free Software Foundation, either version 3 of the License, or |
| 10 | any later version. | 10 | (at your option) any later version. |
| 11 | 11 | ||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | 12 | GNU Emacs is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 20 | Boston, MA 02110-1301, USA. */ | ||
| 21 | 19 | ||
| 22 | #include <X11/Xlib.h> | 20 | #include <X11/Xlib.h> |
| 23 | #include <X11/cursorfont.h> | 21 | #include <X11/cursorfont.h> |