annotate runtime/spell/README.txt @ 258:f93df7322443

updated for version 7.0070
author vimboss
date Sat, 23 Apr 2005 20:52:00 +0000
parents 4707450c2b33
children f92bb1845823
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
236
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
1 The spell files included here are in Vim's special format. You can't edit
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
2 them. See ":help spell" for more information.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
3
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
4
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
5 Copyright
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
6
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
7 The files used as input for the spell files come from the OpenOffice.org spell
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
8 files. Most of them go under the LGPL or a similar license.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
9
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
10 Copyright notices for specific languages follow. Note that the files for
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
11 different regions are merged, both to save space and to make it possible to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
12 highlight words for another region different from bad words.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
13
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
14 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
15 en_US
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
16
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
17 20040623 release.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
18 --
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
19 This dictionary is based on a subset of the original
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
20 English wordlist created by Kevin Atkinson for Pspell
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
21 and Aspell and thus is covered by his original
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
22 LGPL license. The affix file is a heavily modified
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
23 version of the original english.aff file which was
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
24 released as part of Geoff Kuenning's Ispell and as
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
25 such is covered by his BSD license.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
26
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
27 Thanks to both authors for there wonderful work.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
28
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
29 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
30 en_AU
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
31
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
32 This dictionary was based on the en_GB Myspell dictionary
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
33 which in turn was initially based on a subset of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
34 original English wordlist created by Kevin Atkinson for
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
35 Pspell and Aspell and thus is covered by his original
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
36 LGPL licence.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
37
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
38 The credit for this en_AU dictionary goes to:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
39
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
40 Kelvin Eldridge (maintainer)
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
41 Jean Hollis Weber
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
42 David Wilson
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
43
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
44 - Words incorrect in Australian English removed
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
45 - a list from the previously removed words with corrected spelling was added
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
46 - a list of major rivers was added
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
47 - a list of place names was added
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
48 - a list of Australian mammals was added
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
49 - a list of Aboriginal/Koori words commonly used was added
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
50
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
51 A total of 119,267 words are now recognized
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
52 by the dictionary.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
53
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
54 Of course, special thanks go to the editors of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
55 en_GB dictionary (David Bartlett, Brian Kelk and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
56 Andrew Brown) which provided the starting point
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
57 for this dictionary.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
58
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
59 The affix file is currently a duplicate of the en_AU.aff
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
60 created completely from scratch by David Bartlett and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
61 Andrew Brown, based on the published
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
62 rules for MySpell and is also provided under the LGPL.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
63
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
64 If you find omissions or bugs or have new words to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
65 add to the dictionary, please contact the en_AU
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
66 maintainer at:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
67
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
68 "Kelvin" <audictionary@onlineconnections.com.au>
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
69
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
70 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
71 en_CA
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
72
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
73 The dictionary file was created using the "final" English and Canadian SCOWL
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
74 (Spell Checker Oriented Word Lists) wordlists available at Kevin's Word Lists
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
75 Page (http://wordlist.sourceforge.net). Lists with the suffixes 10, 20, 35,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
76 50, 65 and 65 were used. Lists with the suffixes 70, 80 and 95 were excluded.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
77 Copyright information for SCOWL and the wordlists used in creating it is
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
78 reproduced below.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
79
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
80 The affix file is identical to the MySpell English (United States) affix file.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
81 It is a heavily modified version of the original english.aff file which was
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
82 released as part of Geoff Kuenning's Ispell and as such is covered by his BSD
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
83 license.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
84
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
85 ---
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
86
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
87 COPYRIGHT, SOURCES, and CREDITS from SCOWL readme file:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
88
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
89 The collective work is Copyright 2000 by Kevin Atkinson as well as any
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
90 of the copyrights mentioned below:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
91
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
92 Copyright 2000 by Kevin Atkinson
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
93
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
94 Permission to use, copy, modify, distribute and sell these word
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
95 lists, the associated scripts, the output created from the scripts,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
96 and its documentation for any purpose is hereby granted without fee,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
97 provided that the above copyright notice appears in all copies and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
98 that both that copyright notice and this permission notice appear in
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
99 supporting documentation. Kevin Atkinson makes no representations
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
100 about the suitability of this array for any purpose. It is provided
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
101 "as is" without express or implied warranty.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
102
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
103 Alan Beale <biljir@pobox.com> also deserves special credit as he has,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
104 in addition to providing the 12Dicts package and being a major
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
105 contributor to the ENABLE word list, given me an incredible amount of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
106 feedback and created a number of special lists (those found in the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
107 Supplement) in order to help improve the overall quality of SCOWL.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
108
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
109 The 10 level includes the 1000 most common English words (according to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
110 the Moby (TM) Words II [MWords] package), a subset of the 1000 most
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
111 common words on the Internet (again, according to Moby Words II), and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
112 frequently class 16 from Brian Kelk's "UK English Wordlist
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
113 with Frequency Classification".
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
114
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
115 The MWords package was explicitly placed in the public domain:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
116
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
117 The Moby lexicon project is complete and has
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
118 been place into the public domain. Use, sell,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
119 rework, excerpt and use in any way on any platform.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
120
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
121 Placing this material on internal or public servers is
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
122 also encouraged. The compiler is not aware of any
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
123 export restrictions so freely distribute world-wide.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
124
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
125 You can verify the public domain status by contacting
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
126
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
127 Grady Ward
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
128 3449 Martha Ct.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
129 Arcata, CA 95521-4884
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
130
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
131 grady@netcom.com
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
132 grady@northcoast.com
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
133
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
134 The "UK English Wordlist With Frequency Classification" is also in the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
135 Public Domain:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
136
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
137 Date: Sat, 08 Jul 2000 20:27:21 +0100
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
138 From: Brian Kelk <Brian.Kelk@cl.cam.ac.uk>
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
139
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
140 > I was wondering what the copyright status of your "UK English
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
141 > Wordlist With Frequency Classification" word list as it seems to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
142 > be lacking any copyright notice.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
143
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
144 There were many many sources in total, but any text marked
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
145 "copyright" was avoided. Locally-written documentation was one
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
146 source. An earlier version of the list resided in a filespace called
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
147 PUBLIC on the University mainframe, because it was considered public
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
148 domain.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
149
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
150 Date: Tue, 11 Jul 2000 19:31:34 +0100
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
151
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
152 > So are you saying your word list is also in the public domain?
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
153
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
154 That is the intention.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
155
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
156 The 20 level includes frequency classes 7-15 from Brian's word list.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
157
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
158 The 35 level includes frequency classes 2-6 and words appearing in at
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
159 least 11 of 12 dictionaries as indicated in the 12Dicts package. All
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
160 words from the 12Dicts package have had likely inflections added via
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
161 my inflection database.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
162
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
163 The 12Dicts package and Supplement is in the Public Domain.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
164
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
165 The WordNet database, which was used in the creation of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
166 Inflections database, is under the following copyright:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
167
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
168 This software and database is being provided to you, the LICENSEE,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
169 by Princeton University under the following license. By obtaining,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
170 using and/or copying this software and database, you agree that you
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
171 have read, understood, and will comply with these terms and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
172 conditions.:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
173
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
174 Permission to use, copy, modify and distribute this software and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
175 database and its documentation for any purpose and without fee or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
176 royalty is hereby granted, provided that you agree to comply with
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
177 the following copyright notice and statements, including the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
178 disclaimer, and that the same appear on ALL copies of the software,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
179 database and documentation, including modifications that you make
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
180 for internal use or for distribution.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
181
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
182 WordNet 1.6 Copyright 1997 by Princeton University. All rights
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
183 reserved.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
184
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
185 THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
186 UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
187 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
188 UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
189 ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
190 LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT INFRINGE ANY
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
191 THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
192
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
193 The name of Princeton University or Princeton may not be used in
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
194 advertising or publicity pertaining to distribution of the software
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
195 and/or database. Title to copyright in this software, database and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
196 any associated documentation shall at all times remain with
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
197 Princeton University and LICENSEE agrees to preserve same.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
198
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
199 The 50 level includes Brian's frequency class 1, words words appearing
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
200 in at least 5 of 12 of the dictionaries as indicated in the 12Dicts
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
201 package, and uppercase words in at least 4 of the previous 12
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
202 dictionaries. A decent number of proper names is also included: The
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
203 top 1000 male, female, and Last names from the 1990 Census report; a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
204 list of names sent to me by Alan Beale; and a few names that I added
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
205 myself. Finally a small list of abbreviations not commonly found in
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
206 other word lists is included.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
207
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
208 The name files form the Census report is a government document which I
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
209 don't think can be copyrighted.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
210
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
211 The name list from Alan Beale is also derived from the linux words
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
212 list, which is derived from the DEC list. He also added a bunch of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
213 miscellaneous names to the list, which he released to the Public Domain.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
214
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
215 The DEC Word list doesn't have a formal name. It is labeled as "FILE:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
216 english.words; VERSION: DEC-SRC-92-04-05" and was put together by Jorge
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
217 Stolfi <stolfi@src.dec.com> DEC Systems Research Center. The DEC Word
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
218 list has the following copyright statement:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
219
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
220 (NON-)COPYRIGHT STATUS
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
221
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
222 To the best of my knowledge, all the files I used to build these
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
223 wordlists were available for public distribution and use, at least
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
224 for non-commercial purposes. I have confirmed this assumption with
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
225 the authors of the lists, whenever they were known.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
226
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
227 Therefore, it is safe to assume that the wordlists in this package
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
228 can also be freely copied, distributed, modified, and used for
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
229 personal, educational, and research purposes. (Use of these files in
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
230 commercial products may require written permission from DEC and/or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
231 the authors of the original lists.)
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
232
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
233 Whenever you distribute any of these wordlists, please distribute
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
234 also the accompanying README file. If you distribute a modified
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
235 copy of one of these wordlists, please include the original README
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
236 file with a note explaining your modifications. Your users will
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
237 surely appreciate that.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
238
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
239 (NO-)WARRANTY DISCLAIMER
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
240
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
241 These files, like the original wordlists on which they are based,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
242 are still very incomplete, uneven, and inconsitent, and probably
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
243 contain many errors. They are offered "as is" without any warranty
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
244 of correctness or fitness for any particular purpose. Neither I nor
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
245 my employer can be held responsible for any losses or damages that
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
246 may result from their use.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
247
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
248 However since this Word List is used in the linux.words package which
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
249 the author claims is free of any copyright I assume it is OK to use
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
250 for most purposes. If you want to use this in a commercial project
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
251 and this concerns you the information from the DEC word list can
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
252 easily be removed without much sacrifice in quality as only the name
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
253 lists were used.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
254
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
255 The file special-jargon.50 uses common.lst and word.lst from the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
256 "Unofficial Jargon File Word Lists" which is derived from "The Jargon
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
257 File". All of which is in the Public Domain. This file also contain
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
258 a few extra UNIX terms which are found in the file "unix-terms" in the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
259 special/ directory.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
260
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
261 The 60 level includes Brian's frequency class 0 and all words
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
262 appearing in at least 2 of the 12 dictionaries as indicated by the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
263 12Dicts package. A large number of names are also included: The 4,946
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
264 female names and 3,897 male names from the MWords package and the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
265 files "computer.names", "misc.names", and "org.names" from the DEC
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
266 package.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
267
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
268 The 65 level includes words found in the Ispell "medium" word list.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
269 The Ispell word lists are under the same copyright of Ispell itself
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
270 which is:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
271
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
272 Copyright 1993, Geoff Kuenning, Granada Hills, CA
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
273 All rights reserved.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
274
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
275 Redistribution and use in source and binary forms, with or without
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
276 modification, are permitted provided that the following conditions
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
277 are met:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
278
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
279 1. Redistributions of source code must retain the above copyright
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
280 notice, this list of conditions and the following disclaimer.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
281 2. Redistributions in binary form must reproduce the above copyright
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
282 notice, this list of conditions and the following disclaimer in the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
283 documentation and/or other materials provided with the distribution.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
284 3. All modifications to the source code must be clearly marked as
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
285 such. Binary redistributions based on modified source code
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
286 must be clearly marked as modified versions in the documentation
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
287 and/or other materials provided with the distribution.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
288 4. All advertising materials mentioning features or use of this software
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
289 must display the following acknowledgment:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
290 This product includes software developed by Geoff Kuenning and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
291 other unpaid contributors.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
292 5. The name of Geoff Kuenning may not be used to endorse or promote
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
293 products derived from this software without specific prior
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
294 written permission.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
295
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
296 THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
297 IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
298 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
299 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GEOFF
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
300 KUENNING OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
301 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
302 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
303 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
304 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
305 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
306 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
307 POSSIBILITY OF SUCH DAMAGE.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
308
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
309 The 70 level includes the 74,550 common dictionary words and the 21,986 names
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
310 list from the MWords package. The common dictionary words, like those
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
311 from the 12Dicts package, have had all likely inflections added.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
312
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
313 The 80 level includes the ENABLE word list, all the lists in the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
314 ENABLE supplement package (except for ABLE), the "UK Advanced Cryptics
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
315 Dictionary" (UKACD), the list of signature words in from YAWL package,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
316 and the 10,196 places list from the MWords package.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
317
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
318 The ENABLE package, mainted by M\Cooper <thegrendel@theriver.com>,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
319 is in the Public Domain:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
320
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
321 The ENABLE master word list, WORD.LST, is herewith formally released
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
322 into the Public Domain. Anyone is free to use it or distribute it in
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
323 any manner they see fit. No fee or registration is required for its
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
324 use nor are "contributions" solicited (if you feel you absolutely
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
325 must contribute something for your own peace of mind, the authors of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
326 the ENABLE list ask that you make a donation on their behalf to your
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
327 favorite charity). This word list is our gift to the Scrabble
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
328 community, as an alternate to "official" word lists. Game designers
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
329 may feel free to incorporate the WORD.LST into their games. Please
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
330 mention the source and credit us as originators of the list. Note
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
331 that if you, as a game designer, use the WORD.LST in your product,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
332 you may still copyright and protect your product, but you may *not*
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
333 legally copyright or in any way restrict redistribution of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
334 WORD.LST portion of your product. This *may* under law restrict your
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
335 rights to restrict your users' rights, but that is only fair.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
336
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
337 UKACD, by J Ross Beresford <ross@bryson.demon.co.uk>, is under the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
338 following copyright:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
339
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
340 Copyright (c) J Ross Beresford 1993-1999. All Rights Reserved.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
341
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
342 The following restriction is placed on the use of this publication:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
343 if The UK Advanced Cryptics Dictionary is used in a software package
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
344 or redistributed in any form, the copyright notice must be
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
345 prominently displayed and the text of this document must be included
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
346 verbatim.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
347
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
348 There are no other restrictions: I would like to see the list
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
349 distributed as widely as possible.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
350
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
351 The 95 level includes the 354,984 single words and 256,772 compound
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
352 words from the MWords package, ABLE.LST from the ENABLE Supplement,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
353 and some additional words found in my part-of-speech database that
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
354 were not found anywhere else.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
355
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
356 Accent information was taken from UKACD.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
357
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
358 My VARCON package was used to create the American, British, and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
359 Canadian word list.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
360
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
361 Since the original word lists used used in the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
362 VARCON package came from the Ispell distribution they are under the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
363 Ispell copyright.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
364
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
365 The variant word lists were created from a list of variants found in
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
366 the 12dicts supplement package as well as a list of variants I created
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
367 myself.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
368
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
369 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
370 en_GB
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
371
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
372 This dictionary was initially based on a subset of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
373 original English wordlist created by Kevin Atkinson for
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
374 Pspell and Aspell and thus is covered by his original
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
375 LGPL licence.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
376
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
377 It has been extensively updated by David Bartlett, Brian Kelk
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
378 and Andrew Brown:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
379 - numerous Americanism have been removed
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
380 - numerous American spellings have been corrected
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
381 - missing words have been added
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
382 - many errors have been corrected
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
383 - compound hyphenated words have been added where appropriate
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
384
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
385 Valuable inputs to this process were received from many other
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
386 people - far too numerous to name. Serious thanks to you all
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
387 for your greatly appreciated help.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
388
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
389 This word list is intended to be a good representation of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
390 current modern British English and thus it should be a good
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
391 basis for Commonwealth English in most countries of the world
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
392 outside North America.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
393
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
394 The affix file has been created completely from scratch
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
395 by David Bartlett and Andrew Brown, based on the published
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
396 rules for MySpell and is also provided under the LGPL.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
397
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
398 In creating the affix rules an attempt has been made to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
399 reproduce the most general rules for English word
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
400 formation, rather than merely use it as a means to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
401 compress the size of the dictionary. It is hoped that this
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
402 will facilitate future localisation to other variants of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
403 English.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
404
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
405 Please let David Bartlett <dbartlett@iee.org> know of any
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
406 errors that you find.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
407
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
408 The current release is R 1.14, 15/12/02 or later
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
409
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
410 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
411 en_NZ
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
412
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
413 I. Copyright
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
414 II. Copying (Licence)
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
415 ----------------------------
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
416
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
417 I. Copyright
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
418
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
419 NZ English Dictionary v0.9 beta - Build 06SEP03
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
420 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
421 NB This is an initial version, please check:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
422 http://lingucomponent.openoffice.org/download_dictionary.html
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
423 or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
424 http://www.girlza.com/dictionary/download.html
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
425 for a final version, after a little while (no hurry).
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
426
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
427 This dictionary is based on the en_GB Myspell dictionary
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
428 which in turn was initially based on a subset of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
429 original English wordlist created by Kevin Atkinson for
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
430 Pspell and Aspell and thus is covered by his original
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
431 LGPL licence.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
432
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
433
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
434 Introduction
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
435 ~~~~~~~~~~~~
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
436 en_NZ.dic has been altered to include New Zealand places,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
437 including major cities and towns, and major suburbs. It
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
438 also contains NZ words, organisations and expressions.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
439
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
440 en_NZ.aff has had a few REPlace strings added, but is
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
441 basically unchanged.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
442
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
443
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
444 Acknowledgements
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
445 ~~~~~~~~~~~~~~~~
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
446 Thanks must go to the original creators of the British
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
447 dictionary, David Bartlett, Brian Kelk and Andrew Brown.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
448
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
449 I wouldn't have started this without seeing the Australian
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
450 dictionary, thanks Kelvin Eldridge, Jean Hollis Weber and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
451 David Wilson.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
452
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
453 And thank you to all who've contributed to OpenOffice.org.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
454
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
455
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
456 License
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
457 ~~~~~~~
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
458 This dictionary is covered by the GNU Lesser General Public
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
459 License, viewable at http://www.gnu.org/copyleft/lesser.html
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
460
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
461
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
462 Issues
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
463 ~~~~~~
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
464 Many of the proper nouns already in the dictionary do not have
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
465 an affix for 's.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
466 All my new words start after the z's of the original dictionary.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
467
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
468
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
469 Contact
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
470 ~~~~~~~
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
471 Contact Tristan Burtenshaw (hooty@slingshot.co.nz) with any words,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
472 places or other suggestions for the dictionary.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
473
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
474
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
475
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
476 II. Copying
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
477
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
478 GNU LESSER GENERAL PUBLIC LICENSE
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
479 Version 2.1, February 1999
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
480
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
481 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
482 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
483 Everyone is permitted to copy and distribute verbatim copies
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
484 of this license document, but changing it is not allowed.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
485
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
486 [This is the first released version of the Lesser GPL. It also counts
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
487 as the successor of the GNU Library Public License, version 2, hence
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
488 the version number 2.1.]
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
489
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
490 Preamble
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
491
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
492 The licenses for most software are designed to take away your
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
493 freedom to share and change it. By contrast, the GNU General Public
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
494 Licenses are intended to guarantee your freedom to share and change
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
495 free software--to make sure the software is free for all its users.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
496
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
497 This license, the Lesser General Public License, applies to some
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
498 specially designated software packages--typically libraries--of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
499 Free Software Foundation and other authors who decide to use it. You
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
500 can use it too, but we suggest you first think carefully about whether
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
501 this license or the ordinary General Public License is the better
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
502 strategy to use in any particular case, based on the explanations below.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
503
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
504 When we speak of free software, we are referring to freedom of use,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
505 not price. Our General Public Licenses are designed to make sure that
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
506 you have the freedom to distribute copies of free software (and charge
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
507 for this service if you wish); that you receive source code or can get
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
508 it if you want it; that you can change the software and use pieces of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
509 it in new free programs; and that you are informed that you can do
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
510 these things.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
511
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
512 To protect your rights, we need to make restrictions that forbid
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
513 distributors to deny you these rights or to ask you to surrender these
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
514 rights. These restrictions translate to certain responsibilities for
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
515 you if you distribute copies of the library or if you modify it.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
516
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
517 For example, if you distribute copies of the library, whether gratis
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
518 or for a fee, you must give the recipients all the rights that we gave
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
519 you. You must make sure that they, too, receive or can get the source
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
520 code. If you link other code with the library, you must provide
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
521 complete object files to the recipients, so that they can relink them
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
522 with the library after making changes to the library and recompiling
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
523 it. And you must show them these terms so they know their rights.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
524
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
525 We protect your rights with a two-step method: (1) we copyright the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
526 library, and (2) we offer you this license, which gives you legal
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
527 permission to copy, distribute and/or modify the library.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
528
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
529 To protect each distributor, we want to make it very clear that
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
530 there is no warranty for the free library. Also, if the library is
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
531 modified by someone else and passed on, the recipients should know
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
532 that what they have is not the original version, so that the original
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
533 author's reputation will not be affected by problems that might be
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
534 introduced by others.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
535
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
536 Finally, software patents pose a constant threat to the existence of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
537 any free program. We wish to make sure that a company cannot
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
538 effectively restrict the users of a free program by obtaining a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
539 restrictive license from a patent holder. Therefore, we insist that
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
540 any patent license obtained for a version of the library must be
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
541 consistent with the full freedom of use specified in this license.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
542
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
543 Most GNU software, including some libraries, is covered by the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
544 ordinary GNU General Public License. This license, the GNU Lesser
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
545 General Public License, applies to certain designated libraries, and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
546 is quite different from the ordinary General Public License. We use
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
547 this license for certain libraries in order to permit linking those
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
548 libraries into non-free programs.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
549
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
550 When a program is linked with a library, whether statically or using
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
551 a shared library, the combination of the two is legally speaking a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
552 combined work, a derivative of the original library. The ordinary
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
553 General Public License therefore permits such linking only if the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
554 entire combination fits its criteria of freedom. The Lesser General
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
555 Public License permits more lax criteria for linking other code with
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
556 the library.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
557
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
558 We call this license the "Lesser" General Public License because it
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
559 does Less to protect the user's freedom than the ordinary General
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
560 Public License. It also provides other free software developers Less
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
561 of an advantage over competing non-free programs. These disadvantages
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
562 are the reason we use the ordinary General Public License for many
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
563 libraries. However, the Lesser license provides advantages in certain
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
564 special circumstances.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
565
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
566 For example, on rare occasions, there may be a special need to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
567 encourage the widest possible use of a certain library, so that it becomes
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
568 a de-facto standard. To achieve this, non-free programs must be
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
569 allowed to use the library. A more frequent case is that a free
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
570 library does the same job as widely used non-free libraries. In this
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
571 case, there is little to gain by limiting the free library to free
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
572 software only, so we use the Lesser General Public License.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
573
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
574 In other cases, permission to use a particular library in non-free
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
575 programs enables a greater number of people to use a large body of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
576 free software. For example, permission to use the GNU C Library in
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
577 non-free programs enables many more people to use the whole GNU
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
578 operating system, as well as its variant, the GNU/Linux operating
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
579 system.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
580
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
581 Although the Lesser General Public License is Less protective of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
582 users' freedom, it does ensure that the user of a program that is
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
583 linked with the Library has the freedom and the wherewithal to run
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
584 that program using a modified version of the Library.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
585
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
586 The precise terms and conditions for copying, distribution and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
587 modification follow. Pay close attention to the difference between a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
588 "work based on the library" and a "work that uses the library". The
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
589 former contains code derived from the library, whereas the latter must
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
590 be combined with the library in order to run.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
591
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
592 GNU LESSER GENERAL PUBLIC LICENSE
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
593 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
594
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
595 0. This License Agreement applies to any software library or other
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
596 program which contains a notice placed by the copyright holder or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
597 other authorized party saying it may be distributed under the terms of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
598 this Lesser General Public License (also called "this License").
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
599 Each licensee is addressed as "you".
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
600
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
601 A "library" means a collection of software functions and/or data
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
602 prepared so as to be conveniently linked with application programs
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
603 (which use some of those functions and data) to form executables.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
604
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
605 The "Library", below, refers to any such software library or work
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
606 which has been distributed under these terms. A "work based on the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
607 Library" means either the Library or any derivative work under
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
608 copyright law: that is to say, a work containing the Library or a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
609 portion of it, either verbatim or with modifications and/or translated
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
610 straightforwardly into another language. (Hereinafter, translation is
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
611 included without limitation in the term "modification".)
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
612
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
613 "Source code" for a work means the preferred form of the work for
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
614 making modifications to it. For a library, complete source code means
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
615 all the source code for all modules it contains, plus any associated
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
616 interface definition files, plus the scripts used to control compilation
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
617 and installation of the library.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
618
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
619 Activities other than copying, distribution and modification are not
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
620 covered by this License; they are outside its scope. The act of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
621 running a program using the Library is not restricted, and output from
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
622 such a program is covered only if its contents constitute a work based
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
623 on the Library (independent of the use of the Library in a tool for
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
624 writing it). Whether that is true depends on what the Library does
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
625 and what the program that uses the Library does.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
626
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
627 1. You may copy and distribute verbatim copies of the Library's
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
628 complete source code as you receive it, in any medium, provided that
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
629 you conspicuously and appropriately publish on each copy an
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
630 appropriate copyright notice and disclaimer of warranty; keep intact
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
631 all the notices that refer to this License and to the absence of any
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
632 warranty; and distribute a copy of this License along with the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
633 Library.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
634
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
635 You may charge a fee for the physical act of transferring a copy,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
636 and you may at your option offer warranty protection in exchange for a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
637 fee.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
638
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
639 2. You may modify your copy or copies of the Library or any portion
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
640 of it, thus forming a work based on the Library, and copy and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
641 distribute such modifications or work under the terms of Section 1
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
642 above, provided that you also meet all of these conditions:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
643
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
644 a) The modified work must itself be a software library.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
645
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
646 b) You must cause the files modified to carry prominent notices
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
647 stating that you changed the files and the date of any change.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
648
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
649 c) You must cause the whole of the work to be licensed at no
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
650 charge to all third parties under the terms of this License.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
651
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
652 d) If a facility in the modified Library refers to a function or a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
653 table of data to be supplied by an application program that uses
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
654 the facility, other than as an argument passed when the facility
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
655 is invoked, then you must make a good faith effort to ensure that,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
656 in the event an application does not supply such function or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
657 table, the facility still operates, and performs whatever part of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
658 its purpose remains meaningful.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
659
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
660 (For example, a function in a library to compute square roots has
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
661 a purpose that is entirely well-defined independent of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
662 application. Therefore, Subsection 2d requires that any
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
663 application-supplied function or table used by this function must
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
664 be optional: if the application does not supply it, the square
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
665 root function must still compute square roots.)
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
666
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
667 These requirements apply to the modified work as a whole. If
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
668 identifiable sections of that work are not derived from the Library,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
669 and can be reasonably considered independent and separate works in
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
670 themselves, then this License, and its terms, do not apply to those
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
671 sections when you distribute them as separate works. But when you
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
672 distribute the same sections as part of a whole which is a work based
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
673 on the Library, the distribution of the whole must be on the terms of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
674 this License, whose permissions for other licensees extend to the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
675 entire whole, and thus to each and every part regardless of who wrote
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
676 it.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
677
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
678 Thus, it is not the intent of this section to claim rights or contest
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
679 your rights to work written entirely by you; rather, the intent is to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
680 exercise the right to control the distribution of derivative or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
681 collective works based on the Library.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
682
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
683 In addition, mere aggregation of another work not based on the Library
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
684 with the Library (or with a work based on the Library) on a volume of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
685 a storage or distribution medium does not bring the other work under
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
686 the scope of this License.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
687
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
688 3. You may opt to apply the terms of the ordinary GNU General Public
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
689 License instead of this License to a given copy of the Library. To do
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
690 this, you must alter all the notices that refer to this License, so
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
691 that they refer to the ordinary GNU General Public License, version 2,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
692 instead of to this License. (If a newer version than version 2 of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
693 ordinary GNU General Public License has appeared, then you can specify
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
694 that version instead if you wish.) Do not make any other change in
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
695 these notices.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
696
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
697 Once this change is made in a given copy, it is irreversible for
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
698 that copy, so the ordinary GNU General Public License applies to all
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
699 subsequent copies and derivative works made from that copy.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
700
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
701 This option is useful when you wish to copy part of the code of
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
702 the Library into a program that is not a library.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
703
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
704 4. You may copy and distribute the Library (or a portion or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
705 derivative of it, under Section 2) in object code or executable form
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
706 under the terms of Sections 1 and 2 above provided that you accompany
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
707 it with the complete corresponding machine-readable source code, which
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
708 must be distributed under the terms of Sections 1 and 2 above on a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
709 medium customarily used for software interchange.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
710
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
711 If distribution of object code is made by offering access to copy
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
712 from a designated place, then offering equivalent access to copy the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
713 source code from the same place satisfies the requirement to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
714 distribute the source code, even though third parties are not
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
715 compelled to copy the source along with the object code.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
716
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
717 5. A program that contains no derivative of any portion of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
718 Library, but is designed to work with the Library by being compiled or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
719 linked with it, is called a "work that uses the Library". Such a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
720 work, in isolation, is not a derivative work of the Library, and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
721 therefore falls outside the scope of this License.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
722
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
723 However, linking a "work that uses the Library" with the Library
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
724 creates an executable that is a derivative of the Library (because it
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
725 contains portions of the Library), rather than a "work that uses the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
726 library". The executable is therefore covered by this License.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
727 Section 6 states terms for distribution of such executables.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
728
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
729 When a "work that uses the Library" uses material from a header file
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
730 that is part of the Library, the object code for the work may be a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
731 derivative work of the Library even though the source code is not.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
732 Whether this is true is especially significant if the work can be
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
733 linked without the Library, or if the work is itself a library. The
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
734 threshold for this to be true is not precisely defined by law.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
735
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
736 If such an object file uses only numerical parameters, data
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
737 structure layouts and accessors, and small macros and small inline
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
738 functions (ten lines or less in length), then the use of the object
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
739 file is unrestricted, regardless of whether it is legally a derivative
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
740 work. (Executables containing this object code plus portions of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
741 Library will still fall under Section 6.)
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
742
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
743 Otherwise, if the work is a derivative of the Library, you may
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
744 distribute the object code for the work under the terms of Section 6.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
745 Any executables containing that work also fall under Section 6,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
746 whether or not they are linked directly with the Library itself.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
747
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
748 6. As an exception to the Sections above, you may also combine or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
749 link a "work that uses the Library" with the Library to produce a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
750 work containing portions of the Library, and distribute that work
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
751 under terms of your choice, provided that the terms permit
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
752 modification of the work for the customer's own use and reverse
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
753 engineering for debugging such modifications.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
754
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
755 You must give prominent notice with each copy of the work that the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
756 Library is used in it and that the Library and its use are covered by
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
757 this License. You must supply a copy of this License. If the work
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
758 during execution displays copyright notices, you must include the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
759 copyright notice for the Library among them, as well as a reference
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
760 directing the user to the copy of this License. Also, you must do one
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
761 of these things:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
762
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
763 a) Accompany the work with the complete corresponding
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
764 machine-readable source code for the Library including whatever
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
765 changes were used in the work (which must be distributed under
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
766 Sections 1 and 2 above); and, if the work is an executable linked
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
767 with the Library, with the complete machine-readable "work that
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
768 uses the Library", as object code and/or source code, so that the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
769 user can modify the Library and then relink to produce a modified
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
770 executable containing the modified Library. (It is understood
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
771 that the user who changes the contents of definitions files in the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
772 Library will not necessarily be able to recompile the application
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
773 to use the modified definitions.)
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
774
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
775 b) Use a suitable shared library mechanism for linking with the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
776 Library. A suitable mechanism is one that (1) uses at run time a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
777 copy of the library already present on the user's computer system,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
778 rather than copying library functions into the executable, and (2)
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
779 will operate properly with a modified version of the library, if
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
780 the user installs one, as long as the modified version is
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
781 interface-compatible with the version that the work was made with.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
782
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
783 c) Accompany the work with a written offer, valid for at
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
784 least three years, to give the same user the materials
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
785 specified in Subsection 6a, above, for a charge no more
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
786 than the cost of performing this distribution.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
787
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
788 d) If distribution of the work is made by offering access to copy
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
789 from a designated place, offer equivalent access to copy the above
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
790 specified materials from the same place.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
791
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
792 e) Verify that the user has already received a copy of these
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
793 materials or that you have already sent this user a copy.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
794
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
795 For an executable, the required form of the "work that uses the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
796 Library" must include any data and utility programs needed for
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
797 reproducing the executable from it. However, as a special exception,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
798 the materials to be distributed need not include anything that is
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
799 normally distributed (in either source or binary form) with the major
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
800 components (compiler, kernel, and so on) of the operating system on
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
801 which the executable runs, unless that component itself accompanies
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
802 the executable.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
803
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
804 It may happen that this requirement contradicts the license
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
805 restrictions of other proprietary libraries that do not normally
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
806 accompany the operating system. Such a contradiction means you cannot
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
807 use both them and the Library together in an executable that you
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
808 distribute.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
809
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
810 7. You may place library facilities that are a work based on the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
811 Library side-by-side in a single library together with other library
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
812 facilities not covered by this License, and distribute such a combined
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
813 library, provided that the separate distribution of the work based on
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
814 the Library and of the other library facilities is otherwise
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
815 permitted, and provided that you do these two things:
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
816
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
817 a) Accompany the combined library with a copy of the same work
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
818 based on the Library, uncombined with any other library
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
819 facilities. This must be distributed under the terms of the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
820 Sections above.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
821
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
822 b) Give prominent notice with the combined library of the fact
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
823 that part of it is a work based on the Library, and explaining
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
824 where to find the accompanying uncombined form of the same work.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
825
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
826 8. You may not copy, modify, sublicense, link with, or distribute
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
827 the Library except as expressly provided under this License. Any
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
828 attempt otherwise to copy, modify, sublicense, link with, or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
829 distribute the Library is void, and will automatically terminate your
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
830 rights under this License. However, parties who have received copies,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
831 or rights, from you under this License will not have their licenses
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
832 terminated so long as such parties remain in full compliance.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
833
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
834 9. You are not required to accept this License, since you have not
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
835 signed it. However, nothing else grants you permission to modify or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
836 distribute the Library or its derivative works. These actions are
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
837 prohibited by law if you do not accept this License. Therefore, by
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
838 modifying or distributing the Library (or any work based on the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
839 Library), you indicate your acceptance of this License to do so, and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
840 all its terms and conditions for copying, distributing or modifying
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
841 the Library or works based on it.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
842
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
843 10. Each time you redistribute the Library (or any work based on the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
844 Library), the recipient automatically receives a license from the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
845 original licensor to copy, distribute, link with or modify the Library
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
846 subject to these terms and conditions. You may not impose any further
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
847 restrictions on the recipients' exercise of the rights granted herein.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
848 You are not responsible for enforcing compliance by third parties with
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
849 this License.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
850
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
851 11. If, as a consequence of a court judgment or allegation of patent
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
852 infringement or for any other reason (not limited to patent issues),
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
853 conditions are imposed on you (whether by court order, agreement or
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
854 otherwise) that contradict the conditions of this License, they do not
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
855 excuse you from the conditions of this License. If you cannot
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
856 distribute so as to satisfy simultaneously your obligations under this
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
857 License and any other pertinent obligations, then as a consequence you
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
858 may not distribute the Library at all. For example, if a patent
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
859 license would not permit royalty-free redistribution of the Library by
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
860 all those who receive copies directly or indirectly through you, then
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
861 the only way you could satisfy both it and this License would be to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
862 refrain entirely from distribution of the Library.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
863
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
864 If any portion of this section is held invalid or unenforceable under any
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
865 particular circumstance, the balance of the section is intended to apply,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
866 and the section as a whole is intended to apply in other circumstances.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
867
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
868 It is not the purpose of this section to induce you to infringe any
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
869 patents or other property right claims or to contest validity of any
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
870 such claims; this section has the sole purpose of protecting the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
871 integrity of the free software distribution system which is
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
872 implemented by public license practices. Many people have made
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
873 generous contributions to the wide range of software distributed
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
874 through that system in reliance on consistent application of that
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
875 system; it is up to the author/donor to decide if he or she is willing
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
876 to distribute software through any other system and a licensee cannot
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
877 impose that choice.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
878
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
879 This section is intended to make thoroughly clear what is believed to
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
880 be a consequence of the rest of this License.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
881
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
882 12. If the distribution and/or use of the Library is restricted in
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
883 certain countries either by patents or by copyrighted interfaces, the
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
884 original copyright holder who places the Library under this License may add
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
885 an explicit geographical distribution limitation excluding those countries,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
886 so that distribution is permitted only in or among countries not thus
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
887 excluded. In such case, this License incorporates the limitation as if
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
888 written in the body of this License.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
889
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
890 13. The Free Software Foundation may publish revised and/or new
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
891 versions of the Lesser General Public License from time to time.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
892 Such new versions will be similar in spirit to the present version,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
893 but may differ in detail to address new problems or concerns.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
894
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
895 Each version is given a distinguishing version number. If the Library
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
896 specifies a version number of this License which applies to it and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
897 "any later version", you have the option of following the terms and
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
898 conditions either of that version or of any later version published by
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
899 the Free Software Foundation. If the Library does not specify a
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
900 license version number, you may choose any version ever published by
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
901 the Free Software Foundation.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
902
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
903 14. If you wish to incorporate parts of the Library into other free
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
904 programs whose distribution conditions are incompatible with these,
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
905 write to the author to ask for permission. For software which is
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
906 copyrighted by the Free Software Foundation, write to the Free
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
907 Software Foundation; we sometimes make exceptions for this. Our
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
908 decision will be guided by the two goals of preserving the free status
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
909 of all derivatives of our free software and of promoting the sharing
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
910 and reuse of software generally.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
911
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
912 NO WARRANTY
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
913
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
914 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
915 WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
916 EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
917 OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
918 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
919 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
920 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
921 LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
922 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
923
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
924 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
925 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
926 AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
927 FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
928 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
929 LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
930 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
931 FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
932 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
933 DAMAGES.
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
934
4707450c2b33 updated for version 7.0066
vimboss
parents:
diff changeset
935 END OF TERMS AND CONDITIONS