Mercurial > emacs
comparison src/w32inevt.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 | 8f17bdb409cf |
children | 59d24d42958a |
comparison
equal
deleted
inserted
replaced
14185:aba3b91c8b3d | 14186:ee40177f6c68 |
---|---|
1 /* Input event support for Windows NT port of GNU Emacs. | 1 /* Input event support for Windows NT port of GNU Emacs. |
2 Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc. | 2 Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc. |
3 | 3 |
4 This file is part of GNU Emacs. | 4 This file is part of GNU Emacs. |
5 | 5 |
6 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 |
7 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 |
8 Free Software Foundation; either version 2, or (at your option) any later | 8 the Free Software Foundation; either version 2, or (at your option) |
9 version. | 9 any later version. |
10 | 10 |
11 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, |
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 more details. | 14 GNU General Public License for more details. |
15 | 15 |
16 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 |
17 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 |
18 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. | |
19 | 20 |
20 Drew Bliss 01-Oct-93 | 21 Drew Bliss 01-Oct-93 |
21 Adapted from ntkbd.c by Tim Fleehart | 22 Adapted from ntkbd.c by Tim Fleehart |
22 */ | 23 */ |
23 | 24 |