comparison src/.gdbinit @ 36219:f440b9766968

Add copyright notice.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Feb 2001 11:00:55 +0000
parents 9ec1e59890a2
children d2dfa348e7d8
comparison
equal deleted inserted replaced
36218:24ded05f613e 36219:f440b9766968
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
4 # Find lwlib source files too. 24 # Find lwlib source files too.
5 dir ../lwlib 25 dir ../lwlib