aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2008-05-07 07:18:17 +0000
committerGlenn Morris2008-05-07 07:18:17 +0000
commit4b15862983298783ae46dd3b7741849b2a00322d (patch)
tree31a00e291684eebc7063050f99226aa9efa46887 /src
parenteb3d11efeda2dc2030bf7f88127c7a720ca04e97 (diff)
downloademacs-4b15862983298783ae46dd3b7741849b2a00322d.tar.gz
emacs-4b15862983298783ae46dd3b7741849b2a00322d.zip
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix3-1.h10
-rw-r--r--src/s/aix3-2.h14
-rw-r--r--src/s/aix4-1.h10
-rw-r--r--src/s/bsd386.h14
-rw-r--r--src/s/bsd4-1.h14
-rw-r--r--src/s/bsd4-2.h14
-rw-r--r--src/s/bsd4-3.h14
-rw-r--r--src/s/cygwin.h18
-rw-r--r--src/s/darwin.h14
-rw-r--r--src/s/freebsd.h10
-rw-r--r--src/s/gnu-linux.h10
-rw-r--r--src/s/gnu.h14
-rw-r--r--src/s/hpux.h14
-rw-r--r--src/s/hpux10.h16
-rw-r--r--src/s/hpux8.h15
-rw-r--r--src/s/hpux9.h14
-rw-r--r--src/s/irix6-5.h14
-rw-r--r--src/s/lynxos.h14
-rw-r--r--src/s/ms-w32.h14
-rw-r--r--src/s/msdos.h14
-rw-r--r--src/s/netbsd.h14
-rw-r--r--src/s/nextstep.h14
-rw-r--r--src/s/sol2-3.h14
-rw-r--r--src/s/sol2.h16
-rw-r--r--src/s/template.h14
-rw-r--r--src/s/usg5-0.h14
-rw-r--r--src/s/usg5-2-2.h14
-rw-r--r--src/s/usg5-2.h14
-rw-r--r--src/s/usg5-3.h14
-rw-r--r--src/s/usg5-4-2.h14
-rw-r--r--src/s/usg5-4.h14
-rw-r--r--src/s/vms.h14
32 files changed, 188 insertions, 253 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h
index 50368cf86a5..bcc4b10dc7a 100644
--- a/src/s/aix3-1.h
+++ b/src/s/aix3-1.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/* 21/*
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h
index 6d899a6c7f0..6d6c734c07f 100644
--- a/src/s/aix3-2.h
+++ b/src/s/aix3-2.h
@@ -1,14 +1,14 @@
1/* s- file for building Emacs on AIX 3.2. 1/* s- file for building Emacs on AIX 3.2.
2 2
3 Copyright (C) 1999, 2001, 2002, 2003, 2004, 3 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 2008 Free Software Foundation, Inc.
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#include "aix3-1.h" 22#include "aix3-1.h"
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h
index a2ed623d48c..6b8361420a5 100644
--- a/src/s/aix4-1.h
+++ b/src/s/aix4-1.h
@@ -4,10 +4,10 @@ Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
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 AIX4_1 21#define AIX4_1
diff --git a/src/s/bsd386.h b/src/s/bsd386.h
index ebe5e9ba24d..ee869ac62d0 100644
--- a/src/s/bsd386.h
+++ b/src/s/bsd386.h
@@ -1,14 +1,14 @@
1/* s/ file for bsd386 system. 1/* s/ file for bsd386 system.
2 2
3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2007, 2008 Free Software Foundation, Inc. 4 2008 Free Software Foundation, Inc.
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#include "bsd4-3.h" 22#include "bsd4-3.h"
diff --git a/src/s/bsd4-1.h b/src/s/bsd4-1.h
index b74dbb53237..9a08b5ea9c7 100644
--- a/src/s/bsd4-1.h
+++ b/src/s/bsd4-1.h
@@ -1,13 +1,13 @@
1/* Definitions file for GNU Emacs running on bsd 4.1. 1/* Definitions file for GNU Emacs running on bsd 4.1.
2 Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2007, 2008 Free Software Foundation, Inc.
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/* 21/*
diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h
index c9e4c5bcacc..665e12a5352 100644
--- a/src/s/bsd4-2.h
+++ b/src/s/bsd4-2.h
@@ -1,13 +1,13 @@
1/* Definitions file for GNU Emacs running on bsd 4.2 1/* Definitions file for GNU Emacs running on bsd 4.2
2 Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, 2 Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2007, 2008 Free Software Foundation, Inc.
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/* 21/*
diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h
index 595bb0c5af7..2a94916eb19 100644
--- a/src/s/bsd4-3.h
+++ b/src/s/bsd4-3.h
@@ -1,13 +1,13 @@
1/* Definitions file for GNU Emacs running on bsd 4.3 1/* Definitions file for GNU Emacs running on bsd 4.3
2 Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2 Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2007, 2008 Free Software Foundation, Inc.
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/* 21/*
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 0dfb2adaa45..0063c77b1dc 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -1,15 +1,13 @@
1/* Template for system description header files. 1/* System description header file for Cygwin.
2 This file describes the parameters that system description files 2 Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004, 2005, 2006,
3 should define or not. 3 2007, 2008 Free Software Foundation, Inc.
4 Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004,
5 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 4
7This file is part of GNU Emacs. 5This file is part of GNU Emacs.
8 6
9GNU Emacs is free software; you can redistribute it and/or modify 7GNU Emacs is free software: you can redistribute it and/or modify
10it 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
11the Free Software Foundation; either version 3, or (at your option) 9the Free Software Foundation, either version 3 of the License, or
12any later version. 10(at your option) any later version.
13 11
14GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details. 15GNU General Public License for more details.
18 16
19You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
20along with GNU Emacs; see the file COPYING. If not, write to 18along 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 19
24/* SYSTEM_TYPE should indicate the kind of system you are using. 20/* SYSTEM_TYPE should indicate the kind of system you are using.
25 It sets the Lisp variable system-type. */ 21 It sets the Lisp variable system-type. */
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 2e7e4e40be4..d7f7cf2234f 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -1,13 +1,13 @@
1/* System description header file for Darwin (Mac OS X). 1/* System description header file for Darwin (Mac OS X).
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2006, 2007, 2008 Free Software Foundation, Inc. 3 2008 Free Software Foundation, Inc.
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/* 21/*
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index 3331fb0f4f3..9a21b0931ee 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.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/* Get the correct __FreeBSD_version, even if this is before that was 23/* Get the correct __FreeBSD_version, even if this is before that was
26 defined. */ 24 defined. */
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index e0388a67b89..660462a679d 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.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/* This file was put together by Michael K. Johnson and Rik Faith. */ 20/* This file was put together by Michael K. Johnson and Rik Faith. */
23 21
diff --git a/src/s/gnu.h b/src/s/gnu.h
index 21287c65866..fbc3f944e66 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -1,13 +1,13 @@
1/* Definitions file for GNU Emacs running on the GNU Hurd. 1/* Definitions file for GNU Emacs running on the GNU Hurd.
2 Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2 Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2007, 2008 Free Software Foundation, Inc.
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/* Get most of the stuff from bsd4.3 */ 21/* Get most of the stuff from bsd4.3 */
diff --git a/src/s/hpux.h b/src/s/hpux.h
index fd8bf927f94..785fff12623 100644
--- a/src/s/hpux.h
+++ b/src/s/hpux.h
@@ -1,14 +1,14 @@
1/* Definitions file for GNU Emacs running on HPUX release 7.0. 1/* Definitions file for GNU Emacs running on HPUX release 7.0.
2 Based on AT&T System V.2. 2 Based on AT&T System V.2.
3 Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, 3 Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
4 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 2007, 2008 Free Software Foundation, Inc.
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/* 22/*
diff --git a/src/s/hpux10.h b/src/s/hpux10.h
index ee1b6ed6704..646ef07d4eb 100644
--- a/src/s/hpux10.h
+++ b/src/s/hpux10.h
@@ -1,13 +1,13 @@
1/* 1/* System description file for hpux version 10.
2Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2007, 2008 Free Software Foundation, Inc. 3 2008 Free Software Foundation, Inc.
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#include "hpux9shr.h" 21#include "hpux9shr.h"
diff --git a/src/s/hpux8.h b/src/s/hpux8.h
index f9e21252f03..9333038b077 100644
--- a/src/s/hpux8.h
+++ b/src/s/hpux8.h
@@ -1,14 +1,14 @@
1/* system description file for hpux version 8. 1/* system description file for hpux version 8.
2 2
3 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 3 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2007, 2008 Free Software Foundation, Inc. 4 2008 Free Software Foundation, Inc.
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,10 +16,9 @@ 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
21/*
23Commentary: 22Commentary:
24 23
25This contains changes that were suggested "for the hp700". 24This contains changes that were suggested "for the hp700".
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index d91ec53f234..9c915eb6cc2 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -1,14 +1,14 @@
1/* System description file for hpux version 9. 1/* System description file for hpux version 9.
2 2
3 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 3 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2007, 2008 Free Software Foundation, Inc. 4 2008 Free Software Foundation, Inc.
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#include "hpux8.h" 22#include "hpux8.h"
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h
index d676e13ec7a..1ccaf432dac 100644
--- a/src/s/irix6-5.h
+++ b/src/s/irix6-5.h
@@ -1,14 +1,14 @@
1/* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5. 1/* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5.
2 2
3Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 3Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2007, 2008 Free Software Foundation, Inc. 4 2008 Free Software Foundation, Inc.
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#define IRIX6_5 /* used in m/iris4d */ 22#define IRIX6_5 /* used in m/iris4d */
diff --git a/src/s/lynxos.h b/src/s/lynxos.h
index df8f20a9ddb..745c65f4ca6 100644
--- a/src/s/lynxos.h
+++ b/src/s/lynxos.h
@@ -1,13 +1,13 @@
1/* Definitions file for GNU Emacs running on LynxOS-3.0.1 1/* Definitions file for GNU Emacs running on LynxOS-3.0.1
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
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/* LynxOS is almost a bsd 4.2 system */ 20/* LynxOS is almost a bsd 4.2 system */
23#include "s/bsd4-2.h" 21#include "s/bsd4-2.h"
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 235c34820d0..3e043c84fc8 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -1,13 +1,13 @@
1/* System description file for Windows NT. 1/* System description file for Windows NT.
2 Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2 Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2007, 2008 Free Software Foundation, Inc.
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 symbols to identify the version of Unix this is. 21 * Define symbols to identify the version of Unix this is.
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 21c0eaf4309..2f5280f1749 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -1,14 +1,14 @@
1/* System description file for MS-DOS 1/* System description file for MS-DOS
2 2
3 Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004, 3 Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006,
4 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 2007, 2008 Free Software Foundation, Inc.
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/* Note: lots of stuff here was taken from s-msdos.h in demacs. */ 21/* Note: lots of stuff here was taken from s-msdos.h in demacs. */
24 22
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 339ddbe680d..a61a4e74366 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -1,14 +1,14 @@
1/* s/ file for netbsd system. 1/* s/ file for netbsd system.
2 2
3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2007, 2008 Free Software Foundation, Inc. 4 2008 Free Software Foundation, Inc.
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/* Get most of the stuff from bsd4.3 */ 22/* Get most of the stuff from bsd4.3 */
diff --git a/src/s/nextstep.h b/src/s/nextstep.h
index 4e669972749..03b5d86cbb0 100644
--- a/src/s/nextstep.h
+++ b/src/s/nextstep.h
@@ -1,13 +1,13 @@
1/* Configuration file for the NeXTstep system. 1/* Configuration file for the NeXTstep system.
2 Copyright (C) 1990, 1995, 2001, 2002, 2003, 2004, 2 Copyright (C) 1990, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2008 Free Software Foundation, Inc.
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 "bsd4-3.h" 20#include "bsd4-3.h"
23 21
diff --git a/src/s/sol2-3.h b/src/s/sol2-3.h
index 7be32348eb6..3473eec4cb3 100644
--- a/src/s/sol2-3.h
+++ b/src/s/sol2-3.h
@@ -1,14 +1,14 @@
1/* Definitions file for GNU Emacs running on Solaris 2.3. 1/* Definitions file for GNU Emacs running on Solaris 2.3.
2 2
3 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 3 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2007, 2008 Free Software Foundation, Inc. 4 2008 Free Software Foundation, Inc.
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#include "sol2.h" 22#include "sol2.h"
diff --git a/src/s/sol2.h b/src/s/sol2.h
index 47e88e58f30..10733de1d0b 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -1,13 +1,13 @@
1/* 1/* Definitions file for GNU Emacs running on Solaris 2.
2Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2007, 2008 Free Software Foundation, Inc. 3 2008 Free Software Foundation, Inc.
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#include "usg5-4.h" 21#include "usg5-4.h"
diff --git a/src/s/template.h b/src/s/template.h
index a956fb0bb60..9745d8b6d66 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -1,15 +1,15 @@
1/* Template for system description header files. 1/* Template for system description header files.
2 This file describes the parameters that system description files 2 This file describes the parameters that system description files
3 should define or not. 3 should define or not.
4 Copyright (C) 1985, 1986, 1992, 1999, 2001, 2002, 2003, 2004, 4 Copyright (C) 1985, 1986, 1992, 1999, 2001, 2002, 2003, 2004, 2005,
5 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5 2006, 2007, 2008 Free Software Foundation, Inc.
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 22
25/* 23/*
diff --git a/src/s/usg5-0.h b/src/s/usg5-0.h
index 9b4aad53671..941c48dc5df 100644
--- a/src/s/usg5-0.h
+++ b/src/s/usg5-0.h
@@ -1,13 +1,13 @@
1/* Definitions file for GNU Emacs running on AT&T's System V.0 1/* Definitions file for GNU Emacs running on AT&T's System V.0
2 Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2007, 2008 Free Software Foundation, Inc.
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/* 21/*
diff --git a/src/s/usg5-2-2.h b/src/s/usg5-2-2.h
index a76c0294394..ae57e0f9eb3 100644
--- a/src/s/usg5-2-2.h
+++ b/src/s/usg5-2-2.h
@@ -1,13 +1,13 @@
1/* Definitions file for GNU Emacs running on AT&T's System V Release 2.2 1/* Definitions file for GNU Emacs running on AT&T's System V Release 2.2
2 Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2007, 2008 Free Software Foundation, Inc.
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/* 21/*
diff --git a/src/s/usg5-2.h b/src/s/usg5-2.h
index ad2f2aeef35..fe1a873d78a 100644
--- a/src/s/usg5-2.h
+++ b/src/s/usg5-2.h
@@ -1,13 +1,13 @@
1/* Definitions file for GNU Emacs running on AT&T's System V Release 2.0 1/* Definitions file for GNU Emacs running on AT&T's System V Release 2.0
2 Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1985, 1986, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2007, 2008 Free Software Foundation, Inc.
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/* 21/*
diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h
index 0974f6ced8c..3a03f421fda 100644
--- a/src/s/usg5-3.h
+++ b/src/s/usg5-3.h
@@ -1,13 +1,13 @@
1/* Definitions file for GNU Emacs running on AT&T's System V Release 3 1/* Definitions file for GNU Emacs running on AT&T's System V Release 3
2 Copyright (C) 1987, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1987, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2007, 2008 Free Software Foundation, Inc.
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/* 21/*
diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h
index 37ca5abd1f6..c7ab09a7032 100644
--- a/src/s/usg5-4-2.h
+++ b/src/s/usg5-4-2.h
@@ -1,14 +1,14 @@
1/* s/ file for System V release 4.2. 1/* s/ file for System V release 4.2.
2 2
3 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 3 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
4 2007, 2008 Free Software Foundation, Inc. 4 2008 Free Software Foundation, Inc.
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#include "usg5-4.h" 22#include "usg5-4.h"
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index 71d421737fe..2fa70435549 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -1,13 +1,13 @@
1/* Definitions file for GNU Emacs running on AT&T's System V Release 4 1/* Definitions file for GNU Emacs running on AT&T's System V Release 4
2 Copyright (C) 1987, 1990, 1999, 2000, 2001, 2002, 2003, 2004, 2 Copyright (C) 1987, 1990, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2006, 2007, 2008 Free Software Foundation, Inc.
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/* This file written by James Van Artsdalen of Dell Computer Corporation. 20/* This file written by James Van Artsdalen of Dell Computer Corporation.
23 * james@bigtex.cactus.org. Subsequently improved for Dell 2.2 by Eric 21 * james@bigtex.cactus.org. Subsequently improved for Dell 2.2 by Eric
diff --git a/src/s/vms.h b/src/s/vms.h
index 97b00643e84..3e7ad89ecfc 100644
--- a/src/s/vms.h
+++ b/src/s/vms.h
@@ -1,13 +1,13 @@
1/* system description header for VMS 1/* system description header for VMS
2 Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2006, 2007, 2008 Free Software Foundation, Inc. 3 2008 Free Software Foundation, Inc.
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 symbols to identify the version of Unix this is. 21 * Define symbols to identify the version of Unix this is.