diff options
| author | Gerd Moellmann | 2001-02-20 11:00:55 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-20 11:00:55 +0000 |
| commit | e3efab9cbe0dc6688b979dae0df6111489a725e7 (patch) | |
| tree | 88aad6e9abeded243e66b2d1fd300ac5f658a061 /src/s | |
| parent | 2ff864e0b39e0b73d75cc1266f906b5fd117cd18 (diff) | |
| download | emacs-e3efab9cbe0dc6688b979dae0df6111489a725e7.tar.gz emacs-e3efab9cbe0dc6688b979dae0df6111489a725e7.zip | |
Add copyright notice.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/freebsd.h | 23 |
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 | |||
| 7 | This file is part of GNU Emacs. | ||
| 8 | |||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 10 | it under the terms of the GNU General Public License as published by | ||
| 11 | the Free Software Foundation; either version 2, or (at your option) | ||
| 12 | any later version. | ||
| 13 | |||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | GNU General Public License for more details. | ||
| 18 | |||
| 19 | You should have received a copy of the GNU General Public License | ||
| 20 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 21 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 22 | Boston, 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. */ |