comparison src/unexw32.c @ 14186:ee40177f6c68

Update FSF's address in the preamble.
author Erik Naggum <erik@naggum.no>
date Mon, 15 Jan 1996 09:18:04 +0000
parents 621a575db6f7
children bdffcf3b695f
comparison
equal deleted inserted replaced
14185:aba3b91c8b3d 14186:ee40177f6c68
1 /* 1 /* unexec for GNU Emacs on Windows NT.
2 unexec for GNU Emacs on Windows NT.
3
4 Copyright (C) 1994 Free Software Foundation, Inc. 2 Copyright (C) 1994 Free Software Foundation, Inc.
5 3
6 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
7 5
8 GNU Emacs is free software; you can redistribute it and/or modify it 6 GNU Emacs is free software; you can redistribute it and/or modify
9 under the terms of the GNU General Public License as published by the 7 it under the terms of the GNU General Public License as published by
10 Free Software Foundation; either version 2, or (at your option) any later 8 the Free Software Foundation; either version 2, or (at your option)
11 version. 9 any later version.
12 10
13 GNU Emacs is distributed in the hope that it will be useful, but WITHOUT 11 GNU Emacs is distributed in the hope that it will be useful,
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 more details. 14 GNU General Public License for more details.
17 15
18 You should have received a copy of the GNU General Public License along 16 You should have received a copy of the GNU General Public License
19 with GNU Emacs; see the file COPYING. If not, write to the Free Software 17 along with GNU Emacs; see the file COPYING. If not, write to
20 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.
21 20
22 Geoff Voelker (voelker@cs.washington.edu) 8-12-94 21 Geoff Voelker (voelker@cs.washington.edu) 8-12-94
23 */ 22 */
24 23
25 #include <stdlib.h> /* _fmode */ 24 #include <stdlib.h> /* _fmode */