aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2008-05-15 03:28:14 +0000
committerGlenn Morris2008-05-15 03:28:14 +0000
commitb9b1cc1463ecd712077a63f83eb28cddfe85ac47 (patch)
tree82237ebba83754f4a3a4c32ffefeb51cfa1d2c87 /src
parent5ac58e4c9355b638a249d55fdffa03e39cf1db03 (diff)
downloademacs-b9b1cc1463ecd712077a63f83eb28cddfe85ac47.tar.gz
emacs-b9b1cc1463ecd712077a63f83eb28cddfe85ac47.zip
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in10
-rw-r--r--src/README10
-rw-r--r--src/atimer.h10
-rw-r--r--src/blockinput.h10
-rw-r--r--src/buffer.h10
-rw-r--r--src/category.h10
-rw-r--r--src/ccl.h11
-rw-r--r--src/character.h10
-rw-r--r--src/charset.h10
-rw-r--r--src/cm.h10
-rw-r--r--src/coding.h10
-rw-r--r--src/commands.h10
-rw-r--r--src/composite.h10
-rw-r--r--src/dispextern.h10
-rw-r--r--src/disptab.h10
-rw-r--r--src/dosfns.h10
-rw-r--r--src/emacs-icon.h10
-rw-r--r--src/epaths.in11
-rw-r--r--src/font.h10
-rw-r--r--src/fontset.h10
-rw-r--r--src/frame.h10
-rw-r--r--src/ftfont.h11
-rw-r--r--src/getpagesize.h10
-rw-r--r--src/gtkutil.h10
-rw-r--r--src/indent.h10
-rw-r--r--src/intervals.h10
-rw-r--r--src/keyboard.h10
-rw-r--r--src/keymap.h10
-rw-r--r--src/lisp.h10
-rw-r--r--src/macgui.h10
-rw-r--r--src/macros.h10
-rw-r--r--src/macterm.h10
-rw-r--r--src/makefile.w32-in40
-rw-r--r--src/mem-limits.h10
-rw-r--r--src/msdos.h10
-rw-r--r--src/process.h10
-rw-r--r--src/puresize.h10
-rw-r--r--src/region-cache.h10
-rw-r--r--src/syntax.h10
-rw-r--r--src/sysselect.h10
-rw-r--r--src/syssignal.h10
-rw-r--r--src/systime.h10
-rw-r--r--src/systty.h10
-rw-r--r--src/syswait.h10
-rw-r--r--src/termchar.h10
-rw-r--r--src/termhooks.h10
-rw-r--r--src/termopts.h10
-rw-r--r--src/uaf.h10
-rw-r--r--src/w32.h10
-rw-r--r--src/w32bdf.h10
-rw-r--r--src/w32font.h10
-rw-r--r--src/w32gui.h10
-rw-r--r--src/w32heap.h10
-rw-r--r--src/w32inevt.h10
-rw-r--r--src/w32term.h10
-rw-r--r--src/widget.h10
-rw-r--r--src/widgetprv.h10
-rw-r--r--src/window.h10
-rw-r--r--src/xterm.h10
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
36This file is part of GNU Emacs. 36This file is part of GNU Emacs.
37 37
38GNU Emacs is free software; you can redistribute it and/or modify 38GNU Emacs is free software: you can redistribute it and/or modify
39it under the terms of the GNU General Public License as published by 39it under the terms of the GNU General Public License as published by
40the Free Software Foundation; either version 3, or (at your option) 40the Free Software Foundation, either version 3 of the License, or
41any later version. 41(at your option) any later version.
42 42
43GNU Emacs is distributed in the hope that it will be useful, 43GNU Emacs is distributed in the hope that it will be useful,
44but WITHOUT ANY WARRANTY; without even the implied warranty of 44but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -46,6 +46,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
46GNU General Public License for more details. 46GNU General Public License for more details.
47 47
48You should have received a copy of the GNU General Public License 48You should have received a copy of the GNU General Public License
49along with GNU Emacs; see the file COPYING. If not, write to the 49along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
50Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
51Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
8GNU Emacs is free software; you can redistribute it and/or modify 8GNU Emacs is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 3, or (at your option) 10the Free Software Foundation, either version 3 of the License, or
11any later version. 11(at your option) any later version.
12 12
13GNU Emacs is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16GNU General Public License for more details.
17 17
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, 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
10This file is part of GNU Emacs. 10This file is part of GNU Emacs.
11 11
12GNU Emacs is free software; you can redistribute it and/or modify 12GNU Emacs is free software: you can redistribute it and/or modify
13it under the terms of the GNU General Public License as published by 13it under the terms of the GNU General Public License as published by
14the Free Software Foundation; either version 3, or (at your option) 14the Free Software Foundation, either version 3 of the License, or
15any later version. 15(at your option) any later version.
16 16
17GNU Emacs is distributed in the hope that it will be useful, 17GNU Emacs is distributed in the hope that it will be useful,
18but WITHOUT ANY WARRANTY; without even the implied warranty of 18but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -20,9 +20,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20GNU General Public License for more details. 20GNU General Public License for more details.
21 21
22You should have received a copy of the GNU General Public License 22You should have received a copy of the GNU General Public License
23along with GNU Emacs; see the file COPYING. If not, write to 23along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25Boston, 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,
diff --git a/src/ccl.h b/src/ccl.h
index 18c6ae1ebc7..bab41fd5b43 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -9,10 +9,10 @@
9 9
10This file is part of GNU Emacs. 10This file is part of GNU Emacs.
11 11
12GNU Emacs is free software; you can redistribute it and/or modify 12GNU Emacs is free software: you can redistribute it and/or modify
13it under the terms of the GNU General Public License as published by 13it under the terms of the GNU General Public License as published by
14the Free Software Foundation; either version 3, or (at your option) 14the Free Software Foundation, either version 3 of the License, or
15any later version. 15(at your option) any later version.
16 16
17GNU Emacs is distributed in the hope that it will be useful, 17GNU Emacs is distributed in the hope that it will be useful,
18but WITHOUT ANY WARRANTY; without even the implied warranty of 18but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -20,9 +20,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20GNU General Public License for more details. 20GNU General Public License for more details.
21 21
22You should have received a copy of the GNU General Public License 22You should have received a copy of the GNU General Public License
23along with GNU Emacs; see the file COPYING. If not, write to 23along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 24
25Boston, 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
8This file is part of GNU Emacs. 8This file is part of GNU Emacs.
9 9
10GNU Emacs is free software; you can redistribute it and/or modify 10GNU Emacs is free software: you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by 11it under the terms of the GNU General Public License as published by
12the Free Software Foundation; either version 3, or (at your option) 12the Free Software Foundation, either version 3 of the License, or
13any later version. 13(at your option) any later version.
14 14
15GNU Emacs is distributed in the hope that it will be useful, 15GNU Emacs is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of 16but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details. 18GNU General Public License for more details.
19 19
20You should have received a copy of the GNU General Public License 20You should have received a copy of the GNU General Public License
21along with GNU Emacs; see the file COPYING. If not, write to the 21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23Boston, 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
13This file is part of GNU Emacs. 13This file is part of GNU Emacs.
14 14
15GNU Emacs is free software; you can redistribute it and/or modify 15GNU Emacs is free software: you can redistribute it and/or modify
16it under the terms of the GNU General Public License as published by 16it under the terms of the GNU General Public License as published by
17the Free Software Foundation; either version 3, or (at your option) 17the Free Software Foundation, either version 3 of the License, or
18any later version. 18(at your option) any later version.
19 19
20GNU Emacs is distributed in the hope that it will be useful, 20GNU Emacs is distributed in the hope that it will be useful,
21but WITHOUT ANY WARRANTY; without even the implied warranty of 21but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -23,9 +23,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23GNU General Public License for more details. 23GNU General Public License for more details.
24 24
25You should have received a copy of the GNU General Public License 25You should have received a copy of the GNU General Public License
26along with GNU Emacs; see the file COPYING. If not, write to 26along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
27the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
28Boston, 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
diff --git a/src/cm.h b/src/cm.h
index 2914b8de450..77001516c2f 100644
--- a/src/cm.h
+++ b/src/cm.h
@@ -4,10 +4,10 @@
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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. */
23struct parmcap 21struct 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
12This file is part of GNU Emacs. 12This file is part of GNU Emacs.
13 13
14GNU Emacs is free software; you can redistribute it and/or modify 14GNU Emacs is free software: you can redistribute it and/or modify
15it under the terms of the GNU General Public License as published by 15it under the terms of the GNU General Public License as published by
16the Free Software Foundation; either version 3, or (at your option) 16the Free Software Foundation, either version 3 of the License, or
17any later version. 17(at your option) any later version.
18 18
19GNU Emacs is distributed in the hope that it will be useful, 19GNU Emacs is distributed in the hope that it will be useful,
20but WITHOUT ANY WARRANTY; without even the implied warranty of 20but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -22,9 +22,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22GNU General Public License for more details. 22GNU General Public License for more details.
23 23
24You should have received a copy of the GNU General Public License 24You should have received a copy of the GNU General Public License
25along with GNU Emacs; see the file COPYING. If not, write to 25along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
26the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
27Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
11This file is part of GNU Emacs. 11This file is part of GNU Emacs.
12 12
13GNU Emacs is free software; you can redistribute it and/or modify 13GNU Emacs is free software: you can redistribute it and/or modify
14it under the terms of the GNU General Public License as published by 14it under the terms of the GNU General Public License as published by
15the Free Software Foundation; either version 3, or (at your option) 15the Free Software Foundation, either version 3 of the License, or
16any later version. 16(at your option) any later version.
17 17
18GNU Emacs is distributed in the hope that it will be useful, 18GNU Emacs is distributed in the hope that it will be useful,
19but WITHOUT ANY WARRANTY; without even the implied warranty of 19but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,9 +21,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21GNU General Public License for more details. 21GNU General Public License for more details.
22 22
23You should have received a copy of the GNU General Public License 23You should have received a copy of the GNU General Public License
24along with GNU Emacs; see the file COPYING. If not, write to 24along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26Boston, 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
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
8GNU Emacs is free software; you can redistribute it and/or modify 8GNU Emacs is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 3, or (at your option) 10the Free Software Foundation, either version 3 of the License, or
11any later version. 11(at your option) any later version.
12 12
13GNU Emacs is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16GNU General Public License for more details.
17 17
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
8This file is part of GNU Emacs. 8This file is part of GNU Emacs.
9 9
10GNU Emacs is free software; you can redistribute it and/or modify 10GNU Emacs is free software: you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by 11it under the terms of the GNU General Public License as published by
12the Free Software Foundation; either version 3, or (at your option) 12the Free Software Foundation, either version 3 of the License, or
13any later version. 13(at your option) any later version.
14 14
15GNU Emacs is distributed in the hope that it will be useful, 15GNU Emacs is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of 16but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details. 18GNU General Public License for more details.
19 19
20You should have received a copy of the GNU General Public License 20You should have received a copy of the GNU General Public License
21along with GNU Emacs; see the file COPYING. If not, write to 21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23Boston, MA 02110-1301, USA. */
24 22
25extern EMACS_INT dos_hyper_key; 23extern EMACS_INT dos_hyper_key;
26extern EMACS_INT dos_super_key; 24extern 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
8This file is part of GNU Emacs. 8This file is part of GNU Emacs.
9 9
10GNU Emacs is free software; you can redistribute it and/or modify 10GNU Emacs is free software: you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by 11it under the terms of the GNU General Public License as published by
12the Free Software Foundation; either version 3, or (at your option) 12the Free Software Foundation, either version 3 of the License, or
13any later version. 13(at your option) any later version.
14 14
15GNU Emacs is distributed in the hope that it will be useful, 15GNU Emacs is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of 16but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details. 18GNU General Public License for more details.
19 19
20You should have received a copy of the GNU General Public License 20You should have received a copy of the GNU General Public License
21along with GNU Emacs; see the file COPYING. If not, write to 21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23Boston, MA 02110-1301, USA.
24 22
25Commentary: 23Commentary:
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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19
20Boston, 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
7This file is part of GNU Emacs. 7This file is part of GNU Emacs.
8 8
9GNU Emacs is free software; you can redistribute it and/or modify 9GNU Emacs is free software: you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by 10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 3, or (at your option) 11the Free Software Foundation, either version 3 of the License, or
12any later version. 12(at your option) any later version.
13 13
14GNU Emacs is distributed in the hope that it will be useful, 14GNU Emacs is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of 15but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,9 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details. 17GNU General Public License for more details.
18 18
19You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
20along with GNU Emacs; see the file COPYING. If not, write to 20along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22Boston, 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
12This file is part of GNU Emacs. 12This file is part of GNU Emacs.
13 13
14GNU Emacs is free software; you can redistribute it and/or modify 14GNU Emacs is free software: you can redistribute it and/or modify
15it under the terms of the GNU General Public License as published by 15it under the terms of the GNU General Public License as published by
16the Free Software Foundation; either version 3, or (at your option) 16the Free Software Foundation, either version 3 of the License, or
17any later version. 17(at your option) any later version.
18 18
19GNU Emacs is distributed in the hope that it will be useful, 19GNU Emacs is distributed in the hope that it will be useful,
20but WITHOUT ANY WARRANTY; without even the implied warranty of 20but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -22,9 +22,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22GNU General Public License for more details. 22GNU General Public License for more details.
23 23
24You should have received a copy of the GNU General Public License 24You should have received a copy of the GNU General Public License
25along with GNU Emacs; see the file COPYING. If not, write to 25along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
26the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
27Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
8GNU Emacs is free software; you can redistribute it and/or modify 8GNU Emacs is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 3, or (at your option) 10the Free Software Foundation, either version 3 of the License, or
11any later version. 11(at your option) any later version.
12 12
13GNU Emacs is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16GNU General Public License for more details.
17 17
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20
21Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
8GNU Emacs is free software; you can redistribute it and/or modify 8GNU Emacs is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 3, or (at your option) 10the Free Software Foundation, either version 3 of the License, or
11any later version. 11(at your option) any later version.
12 12
13GNU Emacs is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16GNU General Public License for more details.
17 17
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
23ALL = emacs 21ALL = 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, MA 02110-1301, USA. */
21 19
22 20
23extern Lisp_Object Qsyntax_table_p; 21extern 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, MA 02110-1301, USA. */
21 19
22extern void init_signals P_ ((void)); 20extern 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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. */
diff --git a/src/uaf.h b/src/uaf.h
index c67a14c6b95..2870eeafd91 100644
--- a/src/uaf.h
+++ b/src/uaf.h
@@ -4,10 +4,10 @@
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, MA 02110-1301, USA. */
21 19
22/* 20/*
23 * User Authorization File record formats 21 * User Authorization File record formats
diff --git a/src/w32.h b/src/w32.h
index 283151690f4..c57d8956411 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -7,10 +7,10 @@
7 7
8This file is part of GNU Emacs. 8This file is part of GNU Emacs.
9 9
10GNU Emacs is free software; you can redistribute it and/or modify 10GNU Emacs is free software: you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by 11it under the terms of the GNU General Public License as published by
12the Free Software Foundation; either version 3, or (at your option) 12the Free Software Foundation, either version 3 of the License, or
13any later version. 13(at your option) any later version.
14 14
15GNU Emacs is distributed in the hope that it will be useful, 15GNU Emacs is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of 16but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details. 18GNU General Public License for more details.
19 19
20You should have received a copy of the GNU General Public License 20You should have received a copy of the GNU General Public License
21along with GNU Emacs; see the file COPYING. If not, write to 21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
6GNU Emacs is free software; you can redistribute it and/or modify 6GNU Emacs is free software: you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 3, or (at your option) 8the Free Software Foundation, either version 3 of the License, or
9any later version. 9(at your option) any later version.
10 10
11GNU Emacs is distributed in the hope that it will be useful, 11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of 12but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details. 14GNU General Public License for more details.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
18the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
8GNU Emacs is free software; you can redistribute it and/or modify 8GNU Emacs is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 3, or (at your option) 10the Free Software Foundation, either version 3 of the License, or
11any later version. 11(at your option) any later version.
12 12
13GNU Emacs is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16GNU General Public License for more details.
17 17
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, 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
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
10any later version. 10(at your option) any later version.
11 11
12GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, 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>