comparison man/cl.texi @ 32315:0da9507401c4

Convert to GFDL.
author Dave Love <fx@gnu.org>
date Sun, 08 Oct 2000 21:48:42 +0000
parents 384603523f41
children d66d9f108b83
comparison
equal deleted inserted replaced
32314:580e2337bd7e 32315:0da9507401c4
14 @ifinfo 14 @ifinfo
15 This file documents the GNU Emacs Common Lisp emulation package. 15 This file documents the GNU Emacs Common Lisp emulation package.
16 16
17 Copyright (C) 1993 Free Software Foundation, Inc. 17 Copyright (C) 1993 Free Software Foundation, Inc.
18 18
19 Permission is granted to make and distribute verbatim copies of this 19
20 manual provided the copyright notice and this permission notice are 20 Permission is granted to copy, distribute and/or modify this document
21 preserved on all copies. 21 under the terms of the GNU Free Documentation License, Version 1.1 or
22 22 any later version published by the Free Software Foundation; with no
23 @ignore 23 Invariant Sections, with the Front-Cover texts being ``A GNU
24 Permission is granted to process this file through TeX and print the 24 Manual'', and with the Back-Cover Texts as in (a) below. A copy of the
25 results, provided the printed document carries copying permission notice 25 license is included in the section entitled ``GNU Free Documentation
26 identical to this one except for the removal of this paragraph (this 26 License'' in the Emacs manual.
27 paragraph not being relevant to the printed manual). 27
28 28 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
29 @end ignore 29 this GNU Manual, like GNU software. Copies published by the Free
30 Permission is granted to copy and distribute modified versions of this 30 Software Foundation raise funds for GNU development.''
31 manual under the conditions for verbatim copying, provided also that the 31
32 section entitled ``GNU General Public License'' is included exactly as 32 This document is part of a collection distributed under the GNU Free
33 in the original, and provided that the entire resulting derived work is 33 Documentation License. If you want to distribute this document
34 distributed under the terms of a permission notice identical to this one. 34 separately from the collection, you can do so by adding a copy of the
35 35 license to the document, as described in section 6 of the license.
36 Permission is granted to copy and distribute translations of this manual
37 into another language, under the above conditions for modified versions,
38 except that the section entitled ``GNU General Public License'' may be
39 included in a translation approved by the author instead of in the
40 original English.
41 @end ifinfo 36 @end ifinfo
42 37
43 @titlepage 38 @titlepage
44 @sp 6 39 @sp 6
45 @center @titlefont{Common Lisp Extensions} 40 @center @titlefont{Common Lisp Extensions}
53 @page 48 @page
54 49
55 @vskip 0pt plus 1filll 50 @vskip 0pt plus 1filll
56 Copyright @copyright{} 1993 Free Software Foundation, Inc. 51 Copyright @copyright{} 1993 Free Software Foundation, Inc.
57 52
58 Permission is granted to make and distribute verbatim copies of 53 Permission is granted to copy, distribute and/or modify this document
59 this manual provided the copyright notice and this permission notice 54 under the terms of the GNU Free Documentation License, Version 1.1 or
60 are preserved on all copies. 55 any later version published by the Free Software Foundation; with no
61 56 Invariant Sections, with the Front-Cover texts being ``A GNU
62 @ignore 57 Manual'', and with the Back-Cover Texts as in (a) below. A copy of the
63 Permission is granted to process this file through TeX and print the 58 license is included in the section entitled ``GNU Free Documentation
64 results, provided the printed document carries copying permission notice 59 License'' in the Emacs manual.
65 identical to this one except for the removal of this paragraph (this 60
66 paragraph not being relevant to the printed manual). 61 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
67 62 this GNU Manual, like GNU software. Copies published by the Free
68 @end ignore 63 Software Foundation raise funds for GNU development.''
69 Permission is granted to copy and distribute modified versions of this 64
70 manual under the conditions for verbatim copying, provided also that the 65 This document is part of a collection distributed under the GNU Free
71 section entitled ``GNU General Public License'' is included exactly as 66 Documentation License. If you want to distribute this document
72 in the original, and provided that the entire resulting derived work is 67 separately from the collection, you can do so by adding a copy of the
73 distributed under the terms of a permission notice identical to this one. 68 license to the document, as described in section 6 of the license.
74
75 Permission is granted to copy and distribute translations of this manual
76 into another language, under the above conditions for modified versions,
77 except that the section entitled ``GNU General Public License'' may be
78 included in a translation approved by the author instead of in the
79 original English.
80 @end titlepage 69 @end titlepage
81 70
82 @node Top, Overview, (dir), (dir) 71 @node Top, Overview, (dir), (dir)
83 @chapter Common Lisp Extensions 72 @chapter Common Lisp Extensions
84 73