aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2007-02-16 08:22:07 +0000
committerGlenn Morris2007-02-16 08:22:07 +0000
commit837ee73d693191680aa8f9f114aeaccaf9a6c83f (patch)
treec7a6ab03fc09136c6a0d8c4bcbe1746d86521de1 /src
parent57d5f594868dbea28fa821d507ae0719efee7d03 (diff)
downloademacs-837ee73d693191680aa8f9f114aeaccaf9a6c83f.tar.gz
emacs-837ee73d693191680aa8f9f114aeaccaf9a6c83f.zip
Add copyright and license notice. Copyright years copied from base
include file hpux.h.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux8.h31
-rw-r--r--src/s/hpux9.h23
2 files changed, 49 insertions, 5 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h
index e73c630e825..d8d1bd368bb 100644
--- a/src/s/hpux8.h
+++ b/src/s/hpux8.h
@@ -1,8 +1,31 @@
1/* system description file for hpux version 8. 1/* system description file for hpux version 8.
2 This contains changes that were suggested "for the hp700". 2
3 They were not needed for the 800. 3 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006,
4 Our conjecture that they are needed for hpux version 8, 4 2007 Free Software Foundation, Inc.
5 which is what runs on the 700. */ 5
6This file is part of GNU Emacs.
7
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
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
12
13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, MA 02110-1301, USA.
22
23Commentary:
24
25This contains changes that were suggested "for the hp700".
26They were not needed for the 800.
27Our conjecture that they are needed for hpux version 8,
28which is what runs on the 700. */
6 29
7#define HPUX8 30#define HPUX8
8 31
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index 7562c6ae7ef..d34c56c345b 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -1,4 +1,25 @@
1/* System description file for hpux version 9. */ 1/* System description file for hpux version 9.
2
3 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006,
4 2007 Free Software Foundation, Inc.
5
6This file is part of GNU Emacs.
7
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
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
12
13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, MA 02110-1301, USA. */
22
2 23
3#include "hpux8.h" 24#include "hpux8.h"
4 25