bio-samtools 0.4.1 → 0.4.2

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