root / LICENSE

View | Annotate | Download (34.3 KB)

1 c27cc05f Andreas
                     GNU GENERAL PUBLIC LICENSE
2 c27cc05f Andreas
                        Version 3, 29 June 2007
3 c27cc05f Andreas
4 c27cc05f Andreas
  Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5 c27cc05f Andreas
  Everyone is permitted to copy and distribute verbatim copies
6 c27cc05f Andreas
  of this license document, but changing it is not allowed.
7 c27cc05f Andreas
8 c27cc05f Andreas
                             Preamble
9 c27cc05f Andreas
10 c27cc05f Andreas
   The GNU General Public License is a free, copyleft license for
11 c27cc05f Andreas
 software and other kinds of works.
12 c27cc05f Andreas
13 c27cc05f Andreas
   The licenses for most software and other practical works are designed
14 c27cc05f Andreas
 to take away your freedom to share and change the works.  By contrast,
15 c27cc05f Andreas
 the GNU General Public License is intended to guarantee your freedom to
16 c27cc05f Andreas
 share and change all versions of a program--to make sure it remains free
17 c27cc05f Andreas
 software for all its users.  We, the Free Software Foundation, use the
18 c27cc05f Andreas
 GNU General Public License for most of our software; it applies also to
19 c27cc05f Andreas
 any other work released this way by its authors.  You can apply it to
20 c27cc05f Andreas
 your programs, too.
21 c27cc05f Andreas
22 c27cc05f Andreas
   When we speak of free software, we are referring to freedom, not
23 c27cc05f Andreas
 price.  Our General Public Licenses are designed to make sure that you
24 c27cc05f Andreas
 have the freedom to distribute copies of free software (and charge for
25 c27cc05f Andreas
 them if you wish), that you receive source code or can get it if you
26 c27cc05f Andreas
 want it, that you can change the software or use pieces of it in new
27 c27cc05f Andreas
 free programs, and that you know you can do these things.
28 c27cc05f Andreas
29 c27cc05f Andreas
   To protect your rights, we need to prevent others from denying you
30 c27cc05f Andreas
 these rights or asking you to surrender the rights.  Therefore, you have
31 c27cc05f Andreas
 certain responsibilities if you distribute copies of the software, or if
32 c27cc05f Andreas
 you modify it: responsibilities to respect the freedom of others.
33 c27cc05f Andreas
34 c27cc05f Andreas
   For example, if you distribute copies of such a program, whether
35 c27cc05f Andreas
 gratis or for a fee, you must pass on to the recipients the same
36 c27cc05f Andreas
 freedoms that you received.  You must make sure that they, too, receive
37 c27cc05f Andreas
 or can get the source code.  And you must show them these terms so they
38 c27cc05f Andreas
 know their rights.
39 c27cc05f Andreas
40 c27cc05f Andreas
   Developers that use the GNU GPL protect your rights with two steps:
41 c27cc05f Andreas
 (1) assert copyright on the software, and (2) offer you this License
42 c27cc05f Andreas
 giving you legal permission to copy, distribute and/or modify it.
43 c27cc05f Andreas
44 c27cc05f Andreas
   For the developers' and authors' protection, the GPL clearly explains
45 c27cc05f Andreas
 that there is no warranty for this free software.  For both users' and
46 c27cc05f Andreas
 authors' sake, the GPL requires that modified versions be marked as
47 c27cc05f Andreas
 changed, so that their problems will not be attributed erroneously to
48 c27cc05f Andreas
 authors of previous versions.
49 c27cc05f Andreas
50 c27cc05f Andreas
   Some devices are designed to deny users access to install or run
51 c27cc05f Andreas
 modified versions of the software inside them, although the manufacturer
52 c27cc05f Andreas
 can do so.  This is fundamentally incompatible with the aim of
53 c27cc05f Andreas
 protecting users' freedom to change the software.  The systematic
54 c27cc05f Andreas
 pattern of such abuse occurs in the area of products for individuals to
55 c27cc05f Andreas
 use, which is precisely where it is most unacceptable.  Therefore, we
56 c27cc05f Andreas
 have designed this version of the GPL to prohibit the practice for those
57 c27cc05f Andreas
 products.  If such problems arise substantially in other domains, we
58 c27cc05f Andreas
 stand ready to extend this provision to those domains in future versions
59 c27cc05f Andreas
 of the GPL, as needed to protect the freedom of users.
60 c27cc05f Andreas
61 c27cc05f Andreas
   Finally, every program is threatened constantly by software patents.
62 c27cc05f Andreas
 States should not allow patents to restrict development and use of
63 c27cc05f Andreas
 software on general-purpose computers, but in those that do, we wish to
64 c27cc05f Andreas
 avoid the special danger that patents applied to a free program could
65 c27cc05f Andreas
 make it effectively proprietary.  To prevent this, the GPL assures that
66 c27cc05f Andreas
 patents cannot be used to render the program non-free.
67 c27cc05f Andreas
68 c27cc05f Andreas
   The precise terms and conditions for copying, distribution and
69 c27cc05f Andreas
 modification follow.
70 c27cc05f Andreas
71 c27cc05f Andreas
                        TERMS AND CONDITIONS
72 c27cc05f Andreas
73 c27cc05f Andreas
   0. Definitions.
74 c27cc05f Andreas
75 c27cc05f Andreas
   "This License" refers to version 3 of the GNU General Public License.
76 c27cc05f Andreas
77 c27cc05f Andreas
   "Copyright" also means copyright-like laws that apply to other kinds of
78 c27cc05f Andreas
 works, such as semiconductor masks.
79 c27cc05f Andreas
80 c27cc05f Andreas
   "The Program" refers to any copyrightable work licensed under this
81 c27cc05f Andreas
 License.  Each licensee is addressed as "you".  "Licensees" and
82 c27cc05f Andreas
 "recipients" may be individuals or organizations.
83 c27cc05f Andreas
84 c27cc05f Andreas
   To "modify" a work means to copy from or adapt all or part of the work
85 c27cc05f Andreas
 in a fashion requiring copyright permission, other than the making of an
86 c27cc05f Andreas
 exact copy.  The resulting work is called a "modified version" of the
87 c27cc05f Andreas
 earlier work or a work "based on" the earlier work.
88 c27cc05f Andreas
89 c27cc05f Andreas
   A "covered work" means either the unmodified Program or a work based
90 c27cc05f Andreas
 on the Program.
91 c27cc05f Andreas
92 c27cc05f Andreas
   To "propagate" a work means to do anything with it that, without
93 c27cc05f Andreas
 permission, would make you directly or secondarily liable for
94 c27cc05f Andreas
 infringement under applicable copyright law, except executing it on a
95 c27cc05f Andreas
 computer or modifying a private copy.  Propagation includes copying,
96 c27cc05f Andreas
 distribution (with or without modification), making available to the
97 c27cc05f Andreas
 public, and in some countries other activities as well.
98 c27cc05f Andreas
99 c27cc05f Andreas
   To "convey" a work means any kind of propagation that enables other
100 c27cc05f Andreas
 parties to make or receive copies.  Mere interaction with a user through
101 c27cc05f Andreas
 a computer network, with no transfer of a copy, is not conveying.
102 c27cc05f Andreas
103 c27cc05f Andreas
   An interactive user interface displays "Appropriate Legal Notices"
104 c27cc05f Andreas
 to the extent that it includes a convenient and prominently visible
105 c27cc05f Andreas
 feature that (1) displays an appropriate copyright notice, and (2)
106 c27cc05f Andreas
 tells the user that there is no warranty for the work (except to the
107 c27cc05f Andreas
 extent that warranties are provided), that licensees may convey the
108 c27cc05f Andreas
 work under this License, and how to view a copy of this License.  If
109 c27cc05f Andreas
 the interface presents a list of user commands or options, such as a
110 c27cc05f Andreas
 menu, a prominent item in the list meets this criterion.
111 c27cc05f Andreas
112 c27cc05f Andreas
   1. Source Code.
113 c27cc05f Andreas
114 c27cc05f Andreas
   The "source code" for a work means the preferred form of the work
115 c27cc05f Andreas
 for making modifications to it.  "Object code" means any non-source
116 c27cc05f Andreas
 form of a work.
117 c27cc05f Andreas
118 c27cc05f Andreas
   A "Standard Interface" means an interface that either is an official
119 c27cc05f Andreas
 standard defined by a recognized standards body, or, in the case of
120 c27cc05f Andreas
 interfaces specified for a particular programming language, one that
121 c27cc05f Andreas
 is widely used among developers working in that language.
122 c27cc05f Andreas
123 c27cc05f Andreas
   The "System Libraries" of an executable work include anything, other
124 c27cc05f Andreas
 than the work as a whole, that (a) is included in the normal form of
125 c27cc05f Andreas
 packaging a Major Component, but which is not part of that Major
126 c27cc05f Andreas
 Component, and (b) serves only to enable use of the work with that
127 c27cc05f Andreas
 Major Component, or to implement a Standard Interface for which an
128 c27cc05f Andreas
 implementation is available to the public in source code form.  A
129 c27cc05f Andreas
 "Major Component", in this context, means a major essential component
130 c27cc05f Andreas
 (kernel, window system, and so on) of the specific operating system
131 c27cc05f Andreas
 (if any) on which the executable work runs, or a compiler used to
132 c27cc05f Andreas
 produce the work, or an object code interpreter used to run it.
133 c27cc05f Andreas
134 c27cc05f Andreas
   The "Corresponding Source" for a work in object code form means all
135 c27cc05f Andreas
 the source code needed to generate, install, and (for an executable
136 c27cc05f Andreas
 work) run the object code and to modify the work, including scripts to
137 c27cc05f Andreas
 control those activities.  However, it does not include the work's
138 c27cc05f Andreas
 System Libraries, or general-purpose tools or generally available free
139 c27cc05f Andreas
 programs which are used unmodified in performing those activities but
140 c27cc05f Andreas
 which are not part of the work.  For example, Corresponding Source
141 c27cc05f Andreas
 includes interface definition files associated with source files for
142 c27cc05f Andreas
 the work, and the source code for shared libraries and dynamically
143 c27cc05f Andreas
 linked subprograms that the work is specifically designed to require,
144 c27cc05f Andreas
 such as by intimate data communication or control flow between those
145 c27cc05f Andreas
 subprograms and other parts of the work.
146 c27cc05f Andreas
147 c27cc05f Andreas
   The Corresponding Source need not include anything that users
148 c27cc05f Andreas
 can regenerate automatically from other parts of the Corresponding
149 c27cc05f Andreas
 Source.
150 c27cc05f Andreas
151 c27cc05f Andreas
   The Corresponding Source for a work in source code form is that
152 c27cc05f Andreas
 same work.
153 c27cc05f Andreas
154 c27cc05f Andreas
   2. Basic Permissions.
155 c27cc05f Andreas
156 c27cc05f Andreas
   All rights granted under this License are granted for the term of
157 c27cc05f Andreas
 copyright on the Program, and are irrevocable provided the stated
158 c27cc05f Andreas
 conditions are met.  This License explicitly affirms your unlimited
159 c27cc05f Andreas
 permission to run the unmodified Program.  The output from running a
160 c27cc05f Andreas
 covered work is covered by this License only if the output, given its
161 c27cc05f Andreas
 content, constitutes a covered work.  This License acknowledges your
162 c27cc05f Andreas
 rights of fair use or other equivalent, as provided by copyright law.
163 c27cc05f Andreas
164 c27cc05f Andreas
   You may make, run and propagate covered works that you do not
165 c27cc05f Andreas
 convey, without conditions so long as your license otherwise remains
166 c27cc05f Andreas
 in force.  You may convey covered works to others for the sole purpose
167 c27cc05f Andreas
 of having them make modifications exclusively for you, or provide you
168 c27cc05f Andreas
 with facilities for running those works, provided that you comply with
169 c27cc05f Andreas
 the terms of this License in conveying all material for which you do
170 c27cc05f Andreas
 not control copyright.  Those thus making or running the covered works
171 c27cc05f Andreas
 for you must do so exclusively on your behalf, under your direction
172 c27cc05f Andreas
 and control, on terms that prohibit them from making any copies of
173 c27cc05f Andreas
 your copyrighted material outside their relationship with you.
174 c27cc05f Andreas
175 c27cc05f Andreas
   Conveying under any other circumstances is permitted solely under
176 c27cc05f Andreas
 the conditions stated below.  Sublicensing is not allowed; section 10
177 c27cc05f Andreas
 makes it unnecessary.
178 c27cc05f Andreas
179 c27cc05f Andreas
   3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180 c27cc05f Andreas
181 c27cc05f Andreas
   No covered work shall be deemed part of an effective technological
182 c27cc05f Andreas
 measure under any applicable law fulfilling obligations under article
183 c27cc05f Andreas
 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184 c27cc05f Andreas
 similar laws prohibiting or restricting circumvention of such
185 c27cc05f Andreas
 measures.
186 c27cc05f Andreas
187 c27cc05f Andreas
   When you convey a covered work, you waive any legal power to forbid
188 c27cc05f Andreas
 circumvention of technological measures to the extent such circumvention
189 c27cc05f Andreas
 is effected by exercising rights under this License with respect to
190 c27cc05f Andreas
 the covered work, and you disclaim any intention to limit operation or
191 c27cc05f Andreas
 modification of the work as a means of enforcing, against the work's
192 c27cc05f Andreas
 users, your or third parties' legal rights to forbid circumvention of
193 c27cc05f Andreas
 technological measures.
194 c27cc05f Andreas
195 c27cc05f Andreas
   4. Conveying Verbatim Copies.
196 c27cc05f Andreas
197 c27cc05f Andreas
   You may convey verbatim copies of the Program's source code as you
198 c27cc05f Andreas
 receive it, in any medium, provided that you conspicuously and
199 c27cc05f Andreas
 appropriately publish on each copy an appropriate copyright notice;
200 c27cc05f Andreas
 keep intact all notices stating that this License and any
201 c27cc05f Andreas
 non-permissive terms added in accord with section 7 apply to the code;
202 c27cc05f Andreas
 keep intact all notices of the absence of any warranty; and give all
203 c27cc05f Andreas
 recipients a copy of this License along with the Program.
204 c27cc05f Andreas
205 c27cc05f Andreas
   You may charge any price or no price for each copy that you convey,
206 c27cc05f Andreas
 and you may offer support or warranty protection for a fee.
207 c27cc05f Andreas
208 c27cc05f Andreas
   5. Conveying Modified Source Versions.
209 c27cc05f Andreas
210 c27cc05f Andreas
   You may convey a work based on the Program, or the modifications to
211 c27cc05f Andreas
 produce it from the Program, in the form of source code under the
212 c27cc05f Andreas
 terms of section 4, provided that you also meet all of these conditions:
213 c27cc05f Andreas
214 c27cc05f Andreas
     a) The work must carry prominent notices stating that you modified
215 c27cc05f Andreas
     it, and giving a relevant date.
216 c27cc05f Andreas
217 c27cc05f Andreas
     b) The work must carry prominent notices stating that it is
218 c27cc05f Andreas
     released under this License and any conditions added under section
219 c27cc05f Andreas
     7.  This requirement modifies the requirement in section 4 to
220 c27cc05f Andreas
     "keep intact all notices".
221 c27cc05f Andreas
222 c27cc05f Andreas
     c) You must license the entire work, as a whole, under this
223 c27cc05f Andreas
     License to anyone who comes into possession of a copy.  This
224 c27cc05f Andreas
     License will therefore apply, along with any applicable section 7
225 c27cc05f Andreas
     additional terms, to the whole of the work, and all its parts,
226 c27cc05f Andreas
     regardless of how they are packaged.  This License gives no
227 c27cc05f Andreas
     permission to license the work in any other way, but it does not
228 c27cc05f Andreas
     invalidate such permission if you have separately received it.
229 c27cc05f Andreas
230 c27cc05f Andreas
     d) If the work has interactive user interfaces, each must display
231 c27cc05f Andreas
     Appropriate Legal Notices; however, if the Program has interactive
232 c27cc05f Andreas
     interfaces that do not display Appropriate Legal Notices, your
233 c27cc05f Andreas
     work need not make them do so.
234 c27cc05f Andreas
235 c27cc05f Andreas
   A compilation of a covered work with other separate and independent
236 c27cc05f Andreas
 works, which are not by their nature extensions of the covered work,
237 c27cc05f Andreas
 and which are not combined with it such as to form a larger program,
238 c27cc05f Andreas
 in or on a volume of a storage or distribution medium, is called an
239 c27cc05f Andreas
 "aggregate" if the compilation and its resulting copyright are not
240 c27cc05f Andreas
 used to limit the access or legal rights of the compilation's users
241 c27cc05f Andreas
 beyond what the individual works permit.  Inclusion of a covered work
242 c27cc05f Andreas
 in an aggregate does not cause this License to apply to the other
243 c27cc05f Andreas
 parts of the aggregate.
244 c27cc05f Andreas
245 c27cc05f Andreas
   6. Conveying Non-Source Forms.
246 c27cc05f Andreas
247 c27cc05f Andreas
   You may convey a covered work in object code form under the terms
248 c27cc05f Andreas
 of sections 4 and 5, provided that you also convey the
249 c27cc05f Andreas
 machine-readable Corresponding Source under the terms of this License,
250 c27cc05f Andreas
 in one of these ways:
251 c27cc05f Andreas
252 c27cc05f Andreas
     a) Convey the object code in, or embodied in, a physical product
253 c27cc05f Andreas
     (including a physical distribution medium), accompanied by the
254 c27cc05f Andreas
     Corresponding Source fixed on a durable physical medium
255 c27cc05f Andreas
     customarily used for software interchange.
256 c27cc05f Andreas
257 c27cc05f Andreas
     b) Convey the object code in, or embodied in, a physical product
258 c27cc05f Andreas
     (including a physical distribution medium), accompanied by a
259 c27cc05f Andreas
     written offer, valid for at least three years and valid for as
260 c27cc05f Andreas
     long as you offer spare parts or customer support for that product
261 c27cc05f Andreas
     model, to give anyone who possesses the object code either (1) a
262 c27cc05f Andreas
     copy of the Corresponding Source for all the software in the
263 c27cc05f Andreas
     product that is covered by this License, on a durable physical
264 c27cc05f Andreas
     medium customarily used for software interchange, for a price no
265 c27cc05f Andreas
     more than your reasonable cost of physically performing this
266 c27cc05f Andreas
     conveying of source, or (2) access to copy the
267 c27cc05f Andreas
     Corresponding Source from a network server at no charge.
268 c27cc05f Andreas
269 c27cc05f Andreas
     c) Convey individual copies of the object code with a copy of the
270 c27cc05f Andreas
     written offer to provide the Corresponding Source.  This
271 c27cc05f Andreas
     alternative is allowed only occasionally and noncommercially, and
272 c27cc05f Andreas
     only if you received the object code with such an offer, in accord
273 c27cc05f Andreas
     with subsection 6b.
274 c27cc05f Andreas
275 c27cc05f Andreas
     d) Convey the object code by offering access from a designated
276 c27cc05f Andreas
     place (gratis or for a charge), and offer equivalent access to the
277 c27cc05f Andreas
     Corresponding Source in the same way through the same place at no
278 c27cc05f Andreas
     further charge.  You need not require recipients to copy the
279 c27cc05f Andreas
     Corresponding Source along with the object code.  If the place to
280 c27cc05f Andreas
     copy the object code is a network server, the Corresponding Source
281 c27cc05f Andreas
     may be on a different server (operated by you or a third party)
282 c27cc05f Andreas
     that supports equivalent copying facilities, provided you maintain
283 c27cc05f Andreas
     clear directions next to the object code saying where to find the
284 c27cc05f Andreas
     Corresponding Source.  Regardless of what server hosts the
285 c27cc05f Andreas
     Corresponding Source, you remain obligated to ensure that it is
286 c27cc05f Andreas
     available for as long as needed to satisfy these requirements.
287 c27cc05f Andreas
288 c27cc05f Andreas
     e) Convey the object code using peer-to-peer transmission, provided
289 c27cc05f Andreas
     you inform other peers where the object code and Corresponding
290 c27cc05f Andreas
     Source of the work are being offered to the general public at no
291 c27cc05f Andreas
     charge under subsection 6d.
292 c27cc05f Andreas
293 c27cc05f Andreas
   A separable portion of the object code, whose source code is excluded
294 c27cc05f Andreas
 from the Corresponding Source as a System Library, need not be
295 c27cc05f Andreas
 included in conveying the object code work.
296 c27cc05f Andreas
297 c27cc05f Andreas
   A "User Product" is either (1) a "consumer product", which means any
298 c27cc05f Andreas
 tangible personal property which is normally used for personal, family,
299 c27cc05f Andreas
 or household purposes, or (2) anything designed or sold for incorporation
300 c27cc05f Andreas
 into a dwelling.  In determining whether a product is a consumer product,
301 c27cc05f Andreas
 doubtful cases shall be resolved in favor of coverage.  For a particular
302 c27cc05f Andreas
 product received by a particular user, "normally used" refers to a
303 c27cc05f Andreas
 typical or common use of that class of product, regardless of the status
304 c27cc05f Andreas
 of the particular user or of the way in which the particular user
305 c27cc05f Andreas
 actually uses, or expects or is expected to use, the product.  A product
306 c27cc05f Andreas
 is a consumer product regardless of whether the product has substantial
307 c27cc05f Andreas
 commercial, industrial or non-consumer uses, unless such uses represent
308 c27cc05f Andreas
 the only significant mode of use of the product.
309 c27cc05f Andreas
310 c27cc05f Andreas
   "Installation Information" for a User Product means any methods,
311 c27cc05f Andreas
 procedures, authorization keys, or other information required to install
312 c27cc05f Andreas
 and execute modified versions of a covered work in that User Product from
313 c27cc05f Andreas
 a modified version of its Corresponding Source.  The information must
314 c27cc05f Andreas
 suffice to ensure that the continued functioning of the modified object
315 c27cc05f Andreas
 code is in no case prevented or interfered with solely because
316 c27cc05f Andreas
 modification has been made.
317 c27cc05f Andreas
318 c27cc05f Andreas
   If you convey an object code work under this section in, or with, or
319 c27cc05f Andreas
 specifically for use in, a User Product, and the conveying occurs as
320 c27cc05f Andreas
 part of a transaction in which the right of possession and use of the
321 c27cc05f Andreas
 User Product is transferred to the recipient in perpetuity or for a
322 c27cc05f Andreas
 fixed term (regardless of how the transaction is characterized), the
323 c27cc05f Andreas
 Corresponding Source conveyed under this section must be accompanied
324 c27cc05f Andreas
 by the Installation Information.  But this requirement does not apply
325 c27cc05f Andreas
 if neither you nor any third party retains the ability to install
326 c27cc05f Andreas
 modified object code on the User Product (for example, the work has
327 c27cc05f Andreas
 been installed in ROM).
328 c27cc05f Andreas
329 c27cc05f Andreas
   The requirement to provide Installation Information does not include a
330 c27cc05f Andreas
 requirement to continue to provide support service, warranty, or updates
331 c27cc05f Andreas
 for a work that has been modified or installed by the recipient, or for
332 c27cc05f Andreas
 the User Product in which it has been modified or installed.  Access to a
333 c27cc05f Andreas
 network may be denied when the modification itself materially and
334 c27cc05f Andreas
 adversely affects the operation of the network or violates the rules and
335 c27cc05f Andreas
 protocols for communication across the network.
336 c27cc05f Andreas
337 c27cc05f Andreas
   Corresponding Source conveyed, and Installation Information provided,
338 c27cc05f Andreas
 in accord with this section must be in a format that is publicly
339 c27cc05f Andreas
 documented (and with an implementation available to the public in
340 c27cc05f Andreas
 source code form), and must require no special password or key for
341 c27cc05f Andreas
 unpacking, reading or copying.
342 c27cc05f Andreas
343 c27cc05f Andreas
   7. Additional Terms.
344 c27cc05f Andreas
345 c27cc05f Andreas
   "Additional permissions" are terms that supplement the terms of this
346 c27cc05f Andreas
 License by making exceptions from one or more of its conditions.
347 c27cc05f Andreas
 Additional permissions that are applicable to the entire Program shall
348 c27cc05f Andreas
 be treated as though they were included in this License, to the extent
349 c27cc05f Andreas
 that they are valid under applicable law.  If additional permissions
350 c27cc05f Andreas
 apply only to part of the Program, that part may be used separately
351 c27cc05f Andreas
 under those permissions, but the entire Program remains governed by
352 c27cc05f Andreas
 this License without regard to the additional permissions.
353 c27cc05f Andreas
354 c27cc05f Andreas
   When you convey a copy of a covered work, you may at your option
355 c27cc05f Andreas
 remove any additional permissions from that copy, or from any part of
356 c27cc05f Andreas
 it.  (Additional permissions may be written to require their own
357 c27cc05f Andreas
 removal in certain cases when you modify the work.)  You may place
358 c27cc05f Andreas
 additional permissions on material, added by you to a covered work,
359 c27cc05f Andreas
 for which you have or can give appropriate copyright permission.
360 c27cc05f Andreas
361 c27cc05f Andreas
   Notwithstanding any other provision of this License, for material you
362 c27cc05f Andreas
 add to a covered work, you may (if authorized by the copyright holders of
363 c27cc05f Andreas
 that material) supplement the terms of this License with terms:
364 c27cc05f Andreas
365 c27cc05f Andreas
     a) Disclaiming warranty or limiting liability differently from the
366 c27cc05f Andreas
     terms of sections 15 and 16 of this License; or
367 c27cc05f Andreas
368 c27cc05f Andreas
     b) Requiring preservation of specified reasonable legal notices or
369 c27cc05f Andreas
     author attributions in that material or in the Appropriate Legal
370 c27cc05f Andreas
     Notices displayed by works containing it; or
371 c27cc05f Andreas
372 c27cc05f Andreas
     c) Prohibiting misrepresentation of the origin of that material, or
373 c27cc05f Andreas
     requiring that modified versions of such material be marked in
374 c27cc05f Andreas
     reasonable ways as different from the original version; or
375 c27cc05f Andreas
376 c27cc05f Andreas
     d) Limiting the use for publicity purposes of names of licensors or
377 c27cc05f Andreas
     authors of the material; or
378 c27cc05f Andreas
379 c27cc05f Andreas
     e) Declining to grant rights under trademark law for use of some
380 c27cc05f Andreas
     trade names, trademarks, or service marks; or
381 c27cc05f Andreas
382 c27cc05f Andreas
     f) Requiring indemnification of licensors and authors of that
383 c27cc05f Andreas
     material by anyone who conveys the material (or modified versions of
384 c27cc05f Andreas
     it) with contractual assumptions of liability to the recipient, for
385 c27cc05f Andreas
     any liability that these contractual assumptions directly impose on
386 c27cc05f Andreas
     those licensors and authors.
387 c27cc05f Andreas
388 c27cc05f Andreas
   All other non-permissive additional terms are considered "further
389 c27cc05f Andreas
 restrictions" within the meaning of section 10.  If the Program as you
390 c27cc05f Andreas
 received it, or any part of it, contains a notice stating that it is
391 c27cc05f Andreas
 governed by this License along with a term that is a further
392 c27cc05f Andreas
 restriction, you may remove that term.  If a license document contains
393 c27cc05f Andreas
 a further restriction but permits relicensing or conveying under this
394 c27cc05f Andreas
 License, you may add to a covered work material governed by the terms
395 c27cc05f Andreas
 of that license document, provided that the further restriction does
396 c27cc05f Andreas
 not survive such relicensing or conveying.
397 c27cc05f Andreas
398 c27cc05f Andreas
   If you add terms to a covered work in accord with this section, you
399 c27cc05f Andreas
 must place, in the relevant source files, a statement of the
400 c27cc05f Andreas
 additional terms that apply to those files, or a notice indicating
401 c27cc05f Andreas
 where to find the applicable terms.
402 c27cc05f Andreas
403 c27cc05f Andreas
   Additional terms, permissive or non-permissive, may be stated in the
404 c27cc05f Andreas
 form of a separately written license, or stated as exceptions;
405 c27cc05f Andreas
 the above requirements apply either way.
406 c27cc05f Andreas
407 c27cc05f Andreas
   8. Termination.
408 c27cc05f Andreas
409 c27cc05f Andreas
   You may not propagate or modify a covered work except as expressly
410 c27cc05f Andreas
 provided under this License.  Any attempt otherwise to propagate or
411 c27cc05f Andreas
 modify it is void, and will automatically terminate your rights under
412 c27cc05f Andreas
 this License (including any patent licenses granted under the third
413 c27cc05f Andreas
 paragraph of section 11).
414 c27cc05f Andreas
415 c27cc05f Andreas
   However, if you cease all violation of this License, then your
416 c27cc05f Andreas
 license from a particular copyright holder is reinstated (a)
417 c27cc05f Andreas
 provisionally, unless and until the copyright holder explicitly and
418 c27cc05f Andreas
 finally terminates your license, and (b) permanently, if the copyright
419 c27cc05f Andreas
 holder fails to notify you of the violation by some reasonable means
420 c27cc05f Andreas
 prior to 60 days after the cessation.
421 c27cc05f Andreas
422 c27cc05f Andreas
   Moreover, your license from a particular copyright holder is
423 c27cc05f Andreas
 reinstated permanently if the copyright holder notifies you of the
424 c27cc05f Andreas
 violation by some reasonable means, this is the first time you have
425 c27cc05f Andreas
 received notice of violation of this License (for any work) from that
426 c27cc05f Andreas
 copyright holder, and you cure the violation prior to 30 days after
427 c27cc05f Andreas
 your receipt of the notice.
428 c27cc05f Andreas
429 c27cc05f Andreas
   Termination of your rights under this section does not terminate the
430 c27cc05f Andreas
 licenses of parties who have received copies or rights from you under
431 c27cc05f Andreas
 this License.  If your rights have been terminated and not permanently
432 c27cc05f Andreas
 reinstated, you do not qualify to receive new licenses for the same
433 c27cc05f Andreas
 material under section 10.
434 c27cc05f Andreas
435 c27cc05f Andreas
   9. Acceptance Not Required for Having Copies.
436 c27cc05f Andreas
437 c27cc05f Andreas
   You are not required to accept this License in order to receive or
438 c27cc05f Andreas
 run a copy of the Program.  Ancillary propagation of a covered work
439 c27cc05f Andreas
 occurring solely as a consequence of using peer-to-peer transmission
440 c27cc05f Andreas
 to receive a copy likewise does not require acceptance.  However,
441 c27cc05f Andreas
 nothing other than this License grants you permission to propagate or
442 c27cc05f Andreas
 modify any covered work.  These actions infringe copyright if you do
443 c27cc05f Andreas
 not accept this License.  Therefore, by modifying or propagating a
444 c27cc05f Andreas
 covered work, you indicate your acceptance of this License to do so.
445 c27cc05f Andreas
446 c27cc05f Andreas
   10. Automatic Licensing of Downstream Recipients.
447 c27cc05f Andreas
448 c27cc05f Andreas
   Each time you convey a covered work, the recipient automatically
449 c27cc05f Andreas
 receives a license from the original licensors, to run, modify and
450 c27cc05f Andreas
 propagate that work, subject to this License.  You are not responsible
451 c27cc05f Andreas
 for enforcing compliance by third parties with this License.
452 c27cc05f Andreas
453 c27cc05f Andreas
   An "entity transaction" is a transaction transferring control of an
454 c27cc05f Andreas
 organization, or substantially all assets of one, or subdividing an
455 c27cc05f Andreas
 organization, or merging organizations.  If propagation of a covered
456 c27cc05f Andreas
 work results from an entity transaction, each party to that
457 c27cc05f Andreas
 transaction who receives a copy of the work also receives whatever
458 c27cc05f Andreas
 licenses to the work the party's predecessor in interest had or could
459 c27cc05f Andreas
 give under the previous paragraph, plus a right to possession of the
460 c27cc05f Andreas
 Corresponding Source of the work from the predecessor in interest, if
461 c27cc05f Andreas
 the predecessor has it or can get it with reasonable efforts.
462 c27cc05f Andreas
463 c27cc05f Andreas
   You may not impose any further restrictions on the exercise of the
464 c27cc05f Andreas
 rights granted or affirmed under this License.  For example, you may
465 c27cc05f Andreas
 not impose a license fee, royalty, or other charge for exercise of
466 c27cc05f Andreas
 rights granted under this License, and you may not initiate litigation
467 c27cc05f Andreas
 (including a cross-claim or counterclaim in a lawsuit) alleging that
468 c27cc05f Andreas
 any patent claim is infringed by making, using, selling, offering for
469 c27cc05f Andreas
 sale, or importing the Program or any portion of it.
470 c27cc05f Andreas
471 c27cc05f Andreas
   11. Patents.
472 c27cc05f Andreas
473 c27cc05f Andreas
   A "contributor" is a copyright holder who authorizes use under this
474 c27cc05f Andreas
 License of the Program or a work on which the Program is based.  The
475 c27cc05f Andreas
 work thus licensed is called the contributor's "contributor version".
476 c27cc05f Andreas
477 c27cc05f Andreas
   A contributor's "essential patent claims" are all patent claims
478 c27cc05f Andreas
 owned or controlled by the contributor, whether already acquired or
479 c27cc05f Andreas
 hereafter acquired, that would be infringed by some manner, permitted
480 c27cc05f Andreas
 by this License, of making, using, or selling its contributor version,
481 c27cc05f Andreas
 but do not include claims that would be infringed only as a
482 c27cc05f Andreas
 consequence of further modification of the contributor version.  For
483 c27cc05f Andreas
 purposes of this definition, "control" includes the right to grant
484 c27cc05f Andreas
 patent sublicenses in a manner consistent with the requirements of
485 c27cc05f Andreas
 this License.
486 c27cc05f Andreas
487 c27cc05f Andreas
   Each contributor grants you a non-exclusive, worldwide, royalty-free
488 c27cc05f Andreas
 patent license under the contributor's essential patent claims, to
489 c27cc05f Andreas
 make, use, sell, offer for sale, import and otherwise run, modify and
490 c27cc05f Andreas
 propagate the contents of its contributor version.
491 c27cc05f Andreas
492 c27cc05f Andreas
   In the following three paragraphs, a "patent license" is any express
493 c27cc05f Andreas
 agreement or commitment, however denominated, not to enforce a patent
494 c27cc05f Andreas
 (such as an express permission to practice a patent or covenant not to
495 c27cc05f Andreas
 sue for patent infringement).  To "grant" such a patent license to a
496 c27cc05f Andreas
 party means to make such an agreement or commitment not to enforce a
497 c27cc05f Andreas
 patent against the party.
498 c27cc05f Andreas
499 c27cc05f Andreas
   If you convey a covered work, knowingly relying on a patent license,
500 c27cc05f Andreas
 and the Corresponding Source of the work is not available for anyone
501 c27cc05f Andreas
 to copy, free of charge and under the terms of this License, through a
502 c27cc05f Andreas
 publicly available network server or other readily accessible means,
503 c27cc05f Andreas
 then you must either (1) cause the Corresponding Source to be so
504 c27cc05f Andreas
 available, or (2) arrange to deprive yourself of the benefit of the
505 c27cc05f Andreas
 patent license for this particular work, or (3) arrange, in a manner
506 c27cc05f Andreas
 consistent with the requirements of this License, to extend the patent
507 c27cc05f Andreas
 license to downstream recipients.  "Knowingly relying" means you have
508 c27cc05f Andreas
 actual knowledge that, but for the patent license, your conveying the
509 c27cc05f Andreas
 covered work in a country, or your recipient's use of the covered work
510 c27cc05f Andreas
 in a country, would infringe one or more identifiable patents in that
511 c27cc05f Andreas
 country that you have reason to believe are valid.
512 c27cc05f Andreas
513 c27cc05f Andreas
   If, pursuant to or in connection with a single transaction or
514 c27cc05f Andreas
 arrangement, you convey, or propagate by procuring conveyance of, a
515 c27cc05f Andreas
 covered work, and grant a patent license to some of the parties
516 c27cc05f Andreas
 receiving the covered work authorizing them to use, propagate, modify
517 c27cc05f Andreas
 or convey a specific copy of the covered work, then the patent license
518 c27cc05f Andreas
 you grant is automatically extended to all recipients of the covered
519 c27cc05f Andreas
 work and works based on it.
520 c27cc05f Andreas
521 c27cc05f Andreas
   A patent license is "discriminatory" if it does not include within
522 c27cc05f Andreas
 the scope of its coverage, prohibits the exercise of, or is
523 c27cc05f Andreas
 conditioned on the non-exercise of one or more of the rights that are
524 c27cc05f Andreas
 specifically granted under this License.  You may not convey a covered
525 c27cc05f Andreas
 work if you are a party to an arrangement with a third party that is
526 c27cc05f Andreas
 in the business of distributing software, under which you make payment
527 c27cc05f Andreas
 to the third party based on the extent of your activity of conveying
528 c27cc05f Andreas
 the work, and under which the third party grants, to any of the
529 c27cc05f Andreas
 parties who would receive the covered work from you, a discriminatory
530 c27cc05f Andreas
 patent license (a) in connection with copies of the covered work
531 c27cc05f Andreas
 conveyed by you (or copies made from those copies), or (b) primarily
532 c27cc05f Andreas
 for and in connection with specific products or compilations that
533 c27cc05f Andreas
 contain the covered work, unless you entered into that arrangement,
534 c27cc05f Andreas
 or that patent license was granted, prior to 28 March 2007.
535 c27cc05f Andreas
536 c27cc05f Andreas
   Nothing in this License shall be construed as excluding or limiting
537 c27cc05f Andreas
 any implied license or other defenses to infringement that may
538 c27cc05f Andreas
 otherwise be available to you under applicable patent law.
539 c27cc05f Andreas
540 c27cc05f Andreas
   12. No Surrender of Others' Freedom.
541 c27cc05f Andreas
542 c27cc05f Andreas
   If conditions are imposed on you (whether by court order, agreement or
543 c27cc05f Andreas
 otherwise) that contradict the conditions of this License, they do not
544 c27cc05f Andreas
 excuse you from the conditions of this License.  If you cannot convey a
545 c27cc05f Andreas
 covered work so as to satisfy simultaneously your obligations under this
546 c27cc05f Andreas
 License and any other pertinent obligations, then as a consequence you may
547 c27cc05f Andreas
 not convey it at all.  For example, if you agree to terms that obligate you
548 c27cc05f Andreas
 to collect a royalty for further conveying from those to whom you convey
549 c27cc05f Andreas
 the Program, the only way you could satisfy both those terms and this
550 c27cc05f Andreas
 License would be to refrain entirely from conveying the Program.
551 c27cc05f Andreas
552 c27cc05f Andreas
   13. Use with the GNU Affero General Public License.
553 c27cc05f Andreas
554 c27cc05f Andreas
   Notwithstanding any other provision of this License, you have
555 c27cc05f Andreas
 permission to link or combine any covered work with a work licensed
556 c27cc05f Andreas
 under version 3 of the GNU Affero General Public License into a single
557 c27cc05f Andreas
 combined work, and to convey the resulting work.  The terms of this
558 c27cc05f Andreas
 License will continue to apply to the part which is the covered work,
559 c27cc05f Andreas
 but the special requirements of the GNU Affero General Public License,
560 c27cc05f Andreas
 section 13, concerning interaction through a network will apply to the
561 c27cc05f Andreas
 combination as such.
562 c27cc05f Andreas
563 c27cc05f Andreas
   14. Revised Versions of this License.
564 c27cc05f Andreas
565 c27cc05f Andreas
   The Free Software Foundation may publish revised and/or new versions of
566 c27cc05f Andreas
 the GNU General Public License from time to time.  Such new versions will
567 c27cc05f Andreas
 be similar in spirit to the present version, but may differ in detail to
568 c27cc05f Andreas
 address new problems or concerns.
569 c27cc05f Andreas
570 c27cc05f Andreas
   Each version is given a distinguishing version number.  If the
571 c27cc05f Andreas
 Program specifies that a certain numbered version of the GNU General
572 c27cc05f Andreas
 Public License "or any later version" applies to it, you have the
573 c27cc05f Andreas
 option of following the terms and conditions either of that numbered
574 c27cc05f Andreas
 version or of any later version published by the Free Software
575 c27cc05f Andreas
 Foundation.  If the Program does not specify a version number of the
576 c27cc05f Andreas
 GNU General Public License, you may choose any version ever published
577 c27cc05f Andreas
 by the Free Software Foundation.
578 c27cc05f Andreas
579 c27cc05f Andreas
   If the Program specifies that a proxy can decide which future
580 c27cc05f Andreas
 versions of the GNU General Public License can be used, that proxy's
581 c27cc05f Andreas
 public statement of acceptance of a version permanently authorizes you
582 c27cc05f Andreas
 to choose that version for the Program.
583 c27cc05f Andreas
584 c27cc05f Andreas
   Later license versions may give you additional or different
585 c27cc05f Andreas
 permissions.  However, no additional obligations are imposed on any
586 c27cc05f Andreas
 author or copyright holder as a result of your choosing to follow a
587 c27cc05f Andreas
 later version.
588 c27cc05f Andreas
589 c27cc05f Andreas
   15. Disclaimer of Warranty.
590 c27cc05f Andreas
591 c27cc05f Andreas
   THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592 c27cc05f Andreas
 APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593 c27cc05f Andreas
 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594 c27cc05f Andreas
 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595 c27cc05f Andreas
 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596 c27cc05f Andreas
 PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597 c27cc05f Andreas
 IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598 c27cc05f Andreas
 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599 c27cc05f Andreas
600 c27cc05f Andreas
   16. Limitation of Liability.
601 c27cc05f Andreas
602 c27cc05f Andreas
   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603 c27cc05f Andreas
 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604 c27cc05f Andreas
 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605 c27cc05f Andreas
 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606 c27cc05f Andreas
 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607 c27cc05f Andreas
 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608 c27cc05f Andreas
 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609 c27cc05f Andreas
 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610 c27cc05f Andreas
 SUCH DAMAGES.
611 c27cc05f Andreas
612 c27cc05f Andreas
   17. Interpretation of Sections 15 and 16.
613 c27cc05f Andreas
614 c27cc05f Andreas
   If the disclaimer of warranty and limitation of liability provided
615 c27cc05f Andreas
 above cannot be given local legal effect according to their terms,
616 c27cc05f Andreas
 reviewing courts shall apply local law that most closely approximates
617 c27cc05f Andreas
 an absolute waiver of all civil liability in connection with the
618 c27cc05f Andreas
 Program, unless a warranty or assumption of liability accompanies a
619 c27cc05f Andreas
 copy of the Program in return for a fee.
620 c27cc05f Andreas
621 c27cc05f Andreas
                      END OF TERMS AND CONDITIONS
622 c27cc05f Andreas
623 c27cc05f Andreas
             How to Apply These Terms to Your New Programs
624 c27cc05f Andreas
625 c27cc05f Andreas
   If you develop a new program, and you want it to be of the greatest
626 c27cc05f Andreas
 possible use to the public, the best way to achieve this is to make it
627 c27cc05f Andreas
 free software which everyone can redistribute and change under these terms.
628 c27cc05f Andreas
629 c27cc05f Andreas
   To do so, attach the following notices to the program.  It is safest
630 c27cc05f Andreas
 to attach them to the start of each source file to most effectively
631 c27cc05f Andreas
 state the exclusion of warranty; and each file should have at least
632 c27cc05f Andreas
 the "copyright" line and a pointer to where the full notice is found.
633 c27cc05f Andreas
634 c27cc05f Andreas
     <one line to give the program's name and a brief idea of what it does.>
635 c27cc05f Andreas
     Copyright (C) <year>  <name of author>
636 c27cc05f Andreas
637 c27cc05f Andreas
     This program is free software: you can redistribute it and/or modify
638 c27cc05f Andreas
     it under the terms of the GNU General Public License as published by
639 c27cc05f Andreas
     the Free Software Foundation, either version 3 of the License, or
640 c27cc05f Andreas
     (at your option) any later version.
641 c27cc05f Andreas
642 c27cc05f Andreas
     This program is distributed in the hope that it will be useful,
643 c27cc05f Andreas
     but WITHOUT ANY WARRANTY; without even the implied warranty of
644 c27cc05f Andreas
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
645 c27cc05f Andreas
     GNU General Public License for more details.
646 c27cc05f Andreas
647 c27cc05f Andreas
     You should have received a copy of the GNU General Public License
648 c27cc05f Andreas
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
649 c27cc05f Andreas
650 c27cc05f Andreas
 Also add information on how to contact you by electronic and paper mail.
651 c27cc05f Andreas
652 c27cc05f Andreas
   If the program does terminal interaction, make it output a short
653 c27cc05f Andreas
 notice like this when it starts in an interactive mode:
654 c27cc05f Andreas
655 c27cc05f Andreas
     <program>  Copyright (C) <year>  <name of author>
656 c27cc05f Andreas
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657 c27cc05f Andreas
     This is free software, and you are welcome to redistribute it
658 c27cc05f Andreas
     under certain conditions; type `show c' for details.
659 c27cc05f Andreas
660 c27cc05f Andreas
 The hypothetical commands `show w' and `show c' should show the appropriate
661 c27cc05f Andreas
 parts of the General Public License.  Of course, your program's commands
662 c27cc05f Andreas
 might be different; for a GUI interface, you would use an "about box".
663 c27cc05f Andreas
664 c27cc05f Andreas
   You should also get your employer (if you work as a programmer) or school,
665 c27cc05f Andreas
 if any, to sign a "copyright disclaimer" for the program, if necessary.
666 c27cc05f Andreas
 For more information on this, and how to apply and follow the GNU GPL, see
667 c27cc05f Andreas
 <http://www.gnu.org/licenses/>.
668 c27cc05f Andreas
669 c27cc05f Andreas
   The GNU General Public License does not permit incorporating your program
670 c27cc05f Andreas
 into proprietary programs.  If your program is a subroutine library, you
671 c27cc05f Andreas
 may consider it more useful to permit linking proprietary applications with
672 c27cc05f Andreas
 the library.  If this is what you want to do, use the GNU Lesser General
673 c27cc05f Andreas
 Public License instead of this License.  But first, please read
674 c27cc05f Andreas
 <http://www.gnu.org/philosophy/why-not-lgpl.html>.