aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2007-02-16 08:31:09 +0000
committerGlenn Morris2007-02-16 08:31:09 +0000
commit6e0394c0bdb5c458b0cfc2c7b10766bce9dd88a0 (patch)
treef53f296f8e93a1c990857cc2e9d1261317caa23c /src
parent28c9eb71a5c27fa4c835b1611d063af45e18c64d (diff)
downloademacs-6e0394c0bdb5c458b0cfc2c7b10766bce9dd88a0.tar.gz
emacs-6e0394c0bdb5c458b0cfc2c7b10766bce9dd88a0.zip
Add copyright and license notice. Copyright years copied from base
include file bsd4-3.h.
Diffstat (limited to 'src')
-rw-r--r--src/s/bsd386.h23
-rw-r--r--src/s/netbsd.h23
-rw-r--r--src/s/osf1.h22
3 files changed, 66 insertions, 2 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h
index 30833b5ff9a..a3d0983ca25 100644
--- a/src/s/bsd386.h
+++ b/src/s/bsd386.h
@@ -1,4 +1,25 @@
1/* s/ file for bsd386 system. */ 1/* s/ file for bsd386 system.
2
3 Copyright (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#include "bsd4-3.h" 24#include "bsd4-3.h"
4 25
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index c4bfddfbe5b..5fab025ae2a 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -1,4 +1,25 @@
1/* s/ file for netbsd system. */ 1/* s/ file for netbsd system.
2
3 Copyright (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/* Get most of the stuff from bsd4.3 */ 24/* Get most of the stuff from bsd4.3 */
4#include "bsd4-3.h" 25#include "bsd4-3.h"
diff --git a/src/s/osf1.h b/src/s/osf1.h
index 61ac04c5f1f..04670b3d9a5 100644
--- a/src/s/osf1.h
+++ b/src/s/osf1.h
@@ -1,3 +1,25 @@
1/* Definitions file for GNU Emacs running on osf1.
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
3 2007 Free Software Foundation, Inc.
4
5This file is part of GNU Emacs.
6
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
9the Free Software Foundation; either version 2, or (at your option)
10any later version.
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, MA 02110-1301, USA. */
21
22
1#include "bsd4-3.h" 23#include "bsd4-3.h"
2 24
3/* Identify OSF1 for the m- files. */ 25/* Identify OSF1 for the m- files. */