diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacstool.c | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 80381643c2a..a25820750f3 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c | |||
| @@ -1,24 +1,20 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * | 2 | Copyright (C) 1986, 1988, 1990, 1991 Free Software Foundation, Inc. |
| 3 | * Copyright (C) 1986, 1988, 1990, 1991 Free Software Foundation, Inc. | 3 | This program is free software; you can redistribute it and/or modify |
| 4 | * | 4 | it under the terms of the GNU General Public License as published by |
| 5 | * This file is part of GNU Emacs. | 5 | the Free Software Foundation; either version 2, or (at your option) |
| 6 | * | 6 | any later version. |
| 7 | * GNU Emacs is distributed in the hope that it will be useful, | 7 | |
| 8 | * but without any warranty. No author or distributor | 8 | This program is distributed in the hope that it will be useful, |
| 9 | * accepts responsibility to anyone for the consequences of using it | 9 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | * or for whether it serves any particular purpose or works at all, | 10 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | * unless he says so in writing. | 11 | GNU General Public License for more details. |
| 12 | * | 12 | |
| 13 | * Everyone is granted permission to copy, modify and redistribute | 13 | You should have received a copy of the GNU General Public License |
| 14 | * GNU Emacs, but only under the conditions described in the | 14 | along with this program; if not, write to the Free Software |
| 15 | * document "GNU Emacs copying permission notice". An exact copy | 15 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 16 | * of the document is supposed to have been given to you along with | 16 | |
| 17 | * GNU Emacs so that you can know how you may redistribute it all. | 17 | /* |
| 18 | * It should be in a file named COPYING. Among other things, the | ||
| 19 | * copyright notice and this notice must be preserved on all copies. | ||
| 20 | * | ||
| 21 | * | ||
| 22 | * For Emacs in SunView/Sun-Windows: (supported by Sun Unix v3.2 or greater) | 18 | * For Emacs in SunView/Sun-Windows: (supported by Sun Unix v3.2 or greater) |
| 23 | * Insert a notifier filter-function to convert all useful input | 19 | * Insert a notifier filter-function to convert all useful input |
| 24 | * to "key" sequences that emacs can understand. See: Emacstool(1). | 20 | * to "key" sequences that emacs can understand. See: Emacstool(1). |