Documentation/LICENSE.GPL3

Sat, 31 Dec 2016 14:36:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 31 Dec 2016 14:36:53 +0100
changeset 22
2ddf63b734a9
parent 1
a1e4eb168c29
permissions
-rw-r--r--

Update for the PyQt 4.12.0 and 5.7.1 release.

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

eric ide

mercurial