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 | |
| parent | 2ff864e0b39e0b73d75cc1266f906b5fd117cd18 (diff) | |
| download | emacs-e3efab9cbe0dc6688b979dae0df6111489a725e7.tar.gz emacs-e3efab9cbe0dc6688b979dae0df6111489a725e7.zip | |
Add copyright notice.
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gdbinit | 20 | ||||
| -rw-r--r-- | src/s/freebsd.h | 23 |
2 files changed, 42 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index d9600338edc..ef7100f892f 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001 | ||
| 2 | # Free Software Foundation, Inc. | ||
| 3 | # | ||
| 4 | # This file is part of GNU Emacs. | ||
| 5 | # | ||
| 6 | # GNU Emacs is free software; you can redistribute it and/or modify | ||
| 7 | # it under the terms of the GNU General Public License as published by | ||
| 8 | # the Free Software Foundation; either version 2, or (at your option) | ||
| 9 | # any later version. | ||
| 10 | # | ||
| 11 | # GNU Emacs is distributed in the hope that it will be useful, | ||
| 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | # GNU General Public License for more details. | ||
| 15 | # | ||
| 16 | # You should have received a copy of the GNU General Public License | ||
| 17 | # along with GNU Emacs; see the file COPYING. If not, write to the | ||
| 18 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 19 | # Boston, MA 02111-1307, USA. | ||
| 20 | |||
| 1 | # Force loading of symbols, enough to give us gdb_valbits etc. | 21 | # Force loading of symbols, enough to give us gdb_valbits etc. |
| 2 | set main | 22 | set main |
| 3 | 23 | ||
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. */ |