aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-20 11:00:55 +0000
committerGerd Moellmann2001-02-20 11:00:55 +0000
commite3efab9cbe0dc6688b979dae0df6111489a725e7 (patch)
tree88aad6e9abeded243e66b2d1fd300ac5f658a061 /src/s
parent2ff864e0b39e0b73d75cc1266f906b5fd117cd18 (diff)
downloademacs-e3efab9cbe0dc6688b979dae0df6111489a725e7.tar.gz
emacs-e3efab9cbe0dc6688b979dae0df6111489a725e7.zip
Add copyright notice.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/freebsd.h23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index a405113a4bb..5bb75cc2273 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -1,4 +1,25 @@
1/* s/ file for freebsd system. */ 1/* System description header for FreeBSD systems.
2 This file describes the parameters that system description files
3 should define or not.
4 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
5 Free Software Foundation, Inc.
6
7This file is part of GNU Emacs.
8
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
11the Free Software Foundation; either version 2, or (at your option)
12any later version.
13
14GNU Emacs is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with GNU Emacs; see the file COPYING. If not, write to
21the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22Boston, MA 02111-1307, USA. */
2 23
3/* Get the correct __FreeBSD_version, even if this is before that was 24/* Get the correct __FreeBSD_version, even if this is before that was
4 defined. */ 25 defined. */