aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parent2ff864e0b39e0b73d75cc1266f906b5fd117cd18 (diff)
downloademacs-e3efab9cbe0dc6688b979dae0df6111489a725e7.tar.gz
emacs-e3efab9cbe0dc6688b979dae0df6111489a725e7.zip
Add copyright notice.
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit20
-rw-r--r--src/s/freebsd.h23
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.
2set main 22set 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
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. */