aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGlenn Morris2007-02-16 18:31:18 +0000
committerGlenn Morris2007-02-16 18:31:18 +0000
commit7a3595e0ce3eb77968c81403f77b433e40b35a28 (patch)
tree8bbbeabeee3f789b07e3c894826464820f845102 /src/s
parent2ece6232132aebbf42a327f7b9d76afea219ea0b (diff)
downloademacs-7a3595e0ce3eb77968c81403f77b433e40b35a28.tar.gz
emacs-7a3595e0ce3eb77968c81403f77b433e40b35a28.zip
Add copyright and license notice.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hiuxwe2.h23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/s/hiuxwe2.h b/src/s/hiuxwe2.h
index 004ddd95043..68973d19cd3 100644
--- a/src/s/hiuxwe2.h
+++ b/src/s/hiuxwe2.h
@@ -1,4 +1,25 @@
1/* System description file for HI-UX. */ 1/* System description file for HI-UX.
2
3Copyright (C) 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#define BSD 198911 /* system version (year & month) */ 24#define BSD 198911 /* system version (year & month) */
4#define DBL_DIG 15 /* same as the definition of <float.h> */ 25#define DBL_DIG 15 /* same as the definition of <float.h> */