1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
--- doc/gst-base.texi.orig Fri Jun 14 06:37:01 2002
+++ doc/gst-base.texi Thu Jun 27 06:28:55 2002
@@ -87,7 +87,6 @@
* Base classes: (gst-base). The GNU Smalltalk base classes.
@end direntry
-@copying
This file documents GNU Smalltalk Version @value{VERSION}.
It was last updated on @value{UPDATED}.
@@ -103,7 +102,6 @@
There are no Cover Texts and no Invariant Sections; this text, along
with its equivalent in the printed manual, constitutes the Title Page.
-@end copying
@titlepage
@title @sc{gnu} Smalltalk Library Reference
@@ -115,7 +113,19 @@
@comment The following two commands start the copyright page.
@page
@vskip 0pt plus 1filll
-@insertcopying
+Copyright @copyright{} 1988-92, 1994-95, 1999-2001 Free Software Foundation, Inc.
+
+This document is released under the terms of the @sc{gnu} Free Documentation
+License as published by the Free Software Foundation; either version 1.1, or
+(at your option) any later version.
+
+You should have received a copy of the @sc{gnu} Free Documentation License
+along with @sc{gnu} Smalltalk; see the file @file{COPYING.DOC}. If not,
+write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA.
+
+There are no Cover Texts and no Invariant Sections; this text, along with
+its equivalent in the Info documentation, constitutes the Title Page.
@end titlepage
@node Top, , , (DIR)
@@ -125,7 +135,19 @@
This document describes the class libraries that are distributed
together with the @gst{} programming language.
-@insertcopying
+Copyright @copyright{} 1988-92, 1994-95, 1999-2001 Free Software Foundation, Inc.
+
+This document is released under the terms of the @sc{gnu} Free Documentation
+License as published by the Free Software Foundation; either version 1.1, or
+(at your option) any later version.
+
+You should have received a copy of the @sc{gnu} Free Documentation License
+along with @sc{gnu} Smalltalk; see the file @file{COPYING.DOC}. If not,
+write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA.
+
+There are no Cover Texts and no Invariant Sections; this text, along with
+its equivalent in the Info documentation, constitutes the Title Page.
@end ifnottex
@menu
|