comparison lisp/complete.el @ 6736:3e1323443b1a

Fix copying conditions for current GPL version.
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 Apr 1994 20:30:18 +0000
parents bd468d77adce
children 67b7d1ea7b2e
comparison
equal deleted inserted replaced
6735:4930c18bb456 6736:3e1323443b1a
6 ;; Version: 2.02 6 ;; Version: 2.02
7 ;; Special thanks to Hallvard Furuseth for his many ideas and contributions. 7 ;; Special thanks to Hallvard Furuseth for his many ideas and contributions.
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
11 ;; GNU Emacs is distributed in the hope that it will be useful, 16 ;; GNU Emacs is distributed in the hope that it will be useful,
12 ;; but WITHOUT ANY WARRANTY. No author or distributor 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ;; accepts responsibility to anyone for the consequences of using it 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ;; or for whether it serves any particular purpose or works at all, 19 ;; GNU General Public License for more details.
15 ;; unless he says so in writing. Refer to the GNU Emacs General Public 20
16 ;; License for full details. 21 ;; You should have received a copy of the GNU General Public License
17 22 ;; along with GNU Emacs; see the file COPYING. If not, write to
18 ;; Everyone is granted permission to copy, modify and redistribute 23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
19 ;; GNU Emacs, but only under the conditions described in the
20 ;; GNU Emacs General Public License. A copy of this license is
21 ;; supposed to have been given to you along with GNU Emacs so you
22 ;; can know your rights and responsibilities. It should be in a
23 ;; file named COPYING. Among other things, the copyright notice
24 ;; and this notice must be preserved on all copies.
25
26 24
27 ;; Commentary: 25 ;; Commentary:
28 26
29 ;; Extended completion for the Emacs minibuffer. 27 ;; Extended completion for the Emacs minibuffer.
30 ;; 28 ;;