bio-samtools 0.5.3 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/bio-samtools.gemspec +12 -15
- data/doc/Bio.html +7 -7
- data/doc/Bio/DB.html +2 -2
- data/doc/Bio/DB/Alignment.html +6 -6
- data/doc/Bio/DB/Pileup.html +190 -7
- data/doc/Bio/DB/SAM.html +58 -22
- data/doc/Bio/DB/SAM/Library.html +7 -7
- data/doc/Bio/DB/SAM/Tools.html +2 -2
- data/doc/Bio/DB/SAM/Tools/Bam1CoreT.html +2 -2
- data/doc/Bio/DB/SAM/Tools/Bam1T.html +2 -2
- data/doc/Bio/DB/SAM/Tools/BamHeaderT.html +2 -2
- data/doc/Bio/DB/SAM/Tools/BamPileup1T.html +2 -2
- data/doc/Bio/DB/SAM/Tools/SamfileT.html +2 -2
- data/doc/Bio/DB/SAM/Tools/SamfileTX.html +2 -2
- data/doc/Bio/DB/SAMException.html +3 -3
- data/doc/Bio/DB/Tag.html +3 -3
- data/doc/Bio/DB/Vcf.html +5 -5
- data/doc/LICENSE_txt.html +58 -55
- data/doc/LibC.html +2 -2
- data/doc/created.rid +7 -7
- data/doc/index.html +1 -1
- data/doc/js/search_index.js +1 -1
- data/doc/lib/bio/db/pileup_rb.html +5 -5
- data/doc/table_of_contents.html +19 -9
- data/lib/bio/db/pileup.rb +113 -3
- data/lib/bio/db/sam.rb +8 -2
- data/test/test_basic.rb +9 -0
- metadata +67 -22
data/doc/Bio/DB/SAM/Library.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>module Bio::DB::SAM::Library - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -175,17 +175,17 @@ operating system</p>
|
|
|
175
175
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier">filename</span>
|
|
176
176
|
<span class="ruby-comment">#TODO refactor this piece of code in all the files</span>
|
|
177
177
|
<span class="ruby-identifier">lib_os</span> = <span class="ruby-keyword">case</span> <span class="ruby-constant">RUBY_PLATFORM</span>
|
|
178
|
-
<span class="ruby-keyword">when</span> <span class="ruby-regexp"
|
|
178
|
+
<span class="ruby-keyword">when</span> <span class="ruby-regexp">%rlinux/</span>
|
|
179
179
|
<span class="ruby-string">'so.1'</span>
|
|
180
|
-
<span class="ruby-keyword">when</span> <span class="ruby-regexp"
|
|
180
|
+
<span class="ruby-keyword">when</span> <span class="ruby-regexp">%rdarwin/</span>
|
|
181
181
|
<span class="ruby-string">'1.dylib'</span>
|
|
182
|
-
<span class="ruby-keyword">when</span> <span class="ruby-regexp"
|
|
182
|
+
<span class="ruby-keyword">when</span> <span class="ruby-regexp">%rwindows/</span>
|
|
183
183
|
<span class="ruby-string">'dll'</span>
|
|
184
184
|
<span class="ruby-keyword">else</span>
|
|
185
185
|
<span class="ruby-keyword">case</span> <span class="ruby-constant">RUBY_DESCRIPTION</span>
|
|
186
|
-
<span class="ruby-keyword">when</span> <span class="ruby-regexp"
|
|
186
|
+
<span class="ruby-keyword">when</span> <span class="ruby-regexp">%rdarwin.*java/</span>
|
|
187
187
|
<span class="ruby-string">'1.dylib'</span>
|
|
188
|
-
<span class="ruby-keyword">when</span> <span class="ruby-regexp"
|
|
188
|
+
<span class="ruby-keyword">when</span> <span class="ruby-regexp">%rlinux.*java/</span>
|
|
189
189
|
<span class="ruby-string">'so.1'</span>
|
|
190
190
|
<span class="ruby-keyword">end</span>
|
|
191
191
|
<span class="ruby-keyword">end</span>
|
|
@@ -211,7 +211,7 @@ operating system</p>
|
|
|
211
211
|
|
|
212
212
|
<footer id="validator-badges">
|
|
213
213
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
214
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
214
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
215
215
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
216
216
|
</footer>
|
|
217
217
|
|
data/doc/Bio/DB/SAM/Tools.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>module Bio::DB::SAM::Tools - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
|
|
326
326
|
<footer id="validator-badges">
|
|
327
327
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
328
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
328
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
329
329
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
330
330
|
</footer>
|
|
331
331
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>class Bio::DB::SAM::Tools::Bam1CoreT - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
|
|
154
154
|
<footer id="validator-badges">
|
|
155
155
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
156
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
156
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
157
157
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
158
158
|
</footer>
|
|
159
159
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>class Bio::DB::SAM::Tools::Bam1T - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
|
|
215
215
|
<footer id="validator-badges">
|
|
216
216
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
217
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
217
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
218
218
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
219
219
|
</footer>
|
|
220
220
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>class Bio::DB::SAM::Tools::BamHeaderT - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -243,7 +243,7 @@ char *text;</pre>
|
|
|
243
243
|
|
|
244
244
|
<footer id="validator-badges">
|
|
245
245
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
246
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
246
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
247
247
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
248
248
|
</footer>
|
|
249
249
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>class Bio::DB::SAM::Tools::BamPileup1T - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
|
|
154
154
|
<footer id="validator-badges">
|
|
155
155
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
156
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
156
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
157
157
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
158
158
|
</footer>
|
|
159
159
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>class Bio::DB::SAM::Tools::SamfileT - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -165,7 +165,7 @@ bam_header_t *header;</pre>
|
|
|
165
165
|
|
|
166
166
|
<footer id="validator-badges">
|
|
167
167
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
168
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
168
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
169
169
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
170
170
|
</footer>
|
|
171
171
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>class Bio::DB::SAM::Tools::SamfileTX - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
|
|
154
154
|
<footer id="validator-badges">
|
|
155
155
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
156
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
156
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
157
157
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
158
158
|
</footer>
|
|
159
159
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>class Bio::DB::SAMException - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
<div class="method-source-code" id="new-source">
|
|
179
|
-
<pre><span class="ruby-comment"># File lib/bio/db/sam.rb, line
|
|
179
|
+
<pre><span class="ruby-comment"># File lib/bio/db/sam.rb, line 645</span>
|
|
180
180
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>()
|
|
181
181
|
|
|
182
182
|
<span class="ruby-keyword">end</span></pre>
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
|
|
200
200
|
<footer id="validator-badges">
|
|
201
201
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
202
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
202
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
203
203
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
204
204
|
</footer>
|
|
205
205
|
|
data/doc/Bio/DB/Tag.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>class Bio::DB::Tag - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
|
|
223
223
|
|
|
224
224
|
<div class="method-source-code" id="set-source">
|
|
225
|
-
<pre><span class="ruby-comment"># File lib/bio/db/sam.rb, line
|
|
225
|
+
<pre><span class="ruby-comment"># File lib/bio/db/sam.rb, line 546</span>
|
|
226
226
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier">set</span>(<span class="ruby-identifier">str</span>)
|
|
227
227
|
<span class="ruby-identifier">v</span> = <span class="ruby-identifier">str</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">":"</span>)
|
|
228
228
|
<span class="ruby-ivar">@tag</span> = <span class="ruby-identifier">v</span>[<span class="ruby-value">0</span>]
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
|
|
249
249
|
<footer id="validator-badges">
|
|
250
250
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
251
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
251
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
252
252
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
253
253
|
</footer>
|
|
254
254
|
|
data/doc/Bio/DB/Vcf.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>
|
|
7
|
+
<title>class Bio::DB::Vcf - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -313,9 +313,9 @@
|
|
|
313
313
|
<div class="method-description">
|
|
314
314
|
|
|
315
315
|
<p>create the vcf object, use the ordered list of sample names to label
|
|
316
|
-
samples if provided [‘A’, ‘B’, ‘C’], otherwise uses, 1,2,3 etc
|
|
317
|
-
Bio::DB::Vcf(“19 111 . A C 9.6 . .
|
|
318
|
-
0|0:10,10 0|0:10,10 0/1:3,3”)</p>
|
|
316
|
+
samples if provided [‘A’, ‘B’, ‘C’], otherwise uses, 1,2,3 etc
|
|
317
|
+
vcf = Bio::DB::Vcf(“19 111 . A C 9.6 . .
|
|
318
|
+
GT:HQ 0|0:10,10 0|0:10,10 0/1:3,3”)</p>
|
|
319
319
|
|
|
320
320
|
|
|
321
321
|
|
|
@@ -461,7 +461,7 @@ setting the attributes</p>
|
|
|
461
461
|
|
|
462
462
|
<footer id="validator-badges">
|
|
463
463
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
464
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
464
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
465
465
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
466
466
|
</footer>
|
|
467
467
|
|
data/doc/LICENSE_txt.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
6
|
|
|
7
|
-
<title>LICENSE</title>
|
|
7
|
+
<title>LICENSE - Pileup</title>
|
|
8
8
|
|
|
9
9
|
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
|
10
10
|
|
|
@@ -106,17 +106,18 @@
|
|
|
106
106
|
<p>Copyright © 2011 Raoul J.P. Bonnal</p>
|
|
107
107
|
|
|
108
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
|
-
to deal in the Software without restriction, including
|
|
111
|
-
the rights to use, copy, modify, merge, publish,
|
|
112
|
-
and/or sell copies of the Software, and to permit
|
|
113
|
-
Software is furnished to do so, subject to the
|
|
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>
|
|
114
115
|
|
|
115
116
|
<p>The above copyright notice and this permission notice shall be included in
|
|
116
117
|
all copies or substantial portions of the Software.</p>
|
|
117
118
|
|
|
118
|
-
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
119
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
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,
|
|
120
121
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
121
122
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
122
123
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
@@ -142,10 +143,11 @@ of this license document, but changing it is not allowed.
|
|
|
142
143
|
|
|
143
144
|
<p>to take away your freedom to share and change the works. By contrast, the
|
|
144
145
|
GNU General Public License is intended to guarantee your freedom to share
|
|
145
|
-
and change all versions of a program–to make sure it remains free
|
|
146
|
-
for all its users. We, the Free Software Foundation, use the GNU
|
|
147
|
-
Public License for most of our software; it applies also to any
|
|
148
|
-
released this way by its authors. You can apply it to your
|
|
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>
|
|
149
151
|
|
|
150
152
|
<pre>When we speak of free software, we are referring to freedom, not</pre>
|
|
151
153
|
|
|
@@ -256,8 +258,8 @@ list meets this criterion.</p>
|
|
|
256
258
|
|
|
257
259
|
The "source code" for a work means the preferred form of the work</pre>
|
|
258
260
|
|
|
259
|
-
<p>for making modifications to it. “Object code” means any non-source
|
|
260
|
-
a work.</p>
|
|
261
|
+
<p>for making modifications to it. “Object code” means any non-source
|
|
262
|
+
form of a work.</p>
|
|
261
263
|
|
|
262
264
|
<pre>A "Standard Interface" means an interface that either is an official</pre>
|
|
263
265
|
|
|
@@ -271,11 +273,11 @@ widely used among developers working in that language.</p>
|
|
|
271
273
|
packaging a Major Component, but which is not part of that Major Component,
|
|
272
274
|
and (b) serves only to enable use of the work with that Major Component, or
|
|
273
275
|
to implement a Standard Interface for which an implementation is available
|
|
274
|
-
to the public in source code form. A “Major Component”, in this
|
|
275
|
-
means a major essential component (kernel, window system, and so
|
|
276
|
-
specific operating system (if any) on which the executable work
|
|
277
|
-
compiler used to produce the work, or an object code interpreter
|
|
278
|
-
run it.</p>
|
|
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>
|
|
279
281
|
|
|
280
282
|
<pre>The "Corresponding Source" for a work in object code form means all</pre>
|
|
281
283
|
|
|
@@ -339,8 +341,8 @@ prohibiting or restricting circumvention of such measures.</p>
|
|
|
339
341
|
<p>circumvention of technological measures to the extent such circumvention is
|
|
340
342
|
effected by exercising rights under this License with respect to the
|
|
341
343
|
covered work, and you disclaim any intention to limit operation or
|
|
342
|
-
modification of the work as a means of enforcing, against the work’s
|
|
343
|
-
your or third parties’ legal rights to forbid circumvention of
|
|
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
|
|
344
346
|
technological measures.</p>
|
|
345
347
|
|
|
346
348
|
<pre>4. Conveying Verbatim Copies.
|
|
@@ -390,11 +392,11 @@ A compilation of a covered work with other separate and independent</pre>
|
|
|
390
392
|
|
|
391
393
|
<p>works, which are not by their nature extensions of the covered work, and
|
|
392
394
|
which are not combined with it such as to form a larger program, in or on a
|
|
393
|
-
volume of a storage or distribution medium, is called an “aggregate” if
|
|
394
|
-
compilation and its resulting copyright are not used to limit the
|
|
395
|
-
legal rights of the compilation’s users beyond what the
|
|
396
|
-
permit. Inclusion of a covered work in an aggregate does
|
|
397
|
-
License to apply to the other parts of the aggregate.</p>
|
|
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>
|
|
398
400
|
|
|
399
401
|
<pre>6. Conveying Non-Source Forms.
|
|
400
402
|
|
|
@@ -456,13 +458,13 @@ conveying the object code work.</p>
|
|
|
456
458
|
household purposes, or (2) anything designed or sold for incorporation into
|
|
457
459
|
a dwelling. In determining whether a product is a consumer product,
|
|
458
460
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
|
459
|
-
product received by a particular user, “normally used” refers to a
|
|
460
|
-
or common use of that class of product, regardless of the status of
|
|
461
|
-
particular user or of the way in which the particular user actually
|
|
462
|
-
or expects or is expected to use, the product. A product is a
|
|
463
|
-
product regardless of whether the product has substantial
|
|
464
|
-
industrial or non-consumer uses, unless such uses represent the
|
|
465
|
-
significant mode of use of the product.</p>
|
|
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>
|
|
466
468
|
|
|
467
469
|
<pre>"Installation Information" for a User Product means any methods,</pre>
|
|
468
470
|
|
|
@@ -669,9 +671,9 @@ the contents of its contributor version.</p>
|
|
|
669
671
|
|
|
670
672
|
<p>agreement or commitment, however denominated, not to enforce a patent (such
|
|
671
673
|
as an express permission to practice a patent or covenant not to sue for
|
|
672
|
-
patent infringement). To “grant” such a patent license to a party
|
|
673
|
-
make such an agreement or commitment not to enforce a patent
|
|
674
|
-
party.</p>
|
|
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>
|
|
675
677
|
|
|
676
678
|
<pre>If you convey a covered work, knowingly relying on a patent license,</pre>
|
|
677
679
|
|
|
@@ -682,10 +684,10 @@ you must either (1) cause the Corresponding Source to be so available, or
|
|
|
682
684
|
(2) arrange to deprive yourself of the benefit of the patent license for
|
|
683
685
|
this particular work, or (3) arrange, in a manner consistent with the
|
|
684
686
|
requirements of this License, to extend the patent license to downstream
|
|
685
|
-
recipients. “Knowingly relying” means you have actual knowledge that,
|
|
686
|
-
for the patent license, your conveying the covered work in a country,
|
|
687
|
-
your recipient’s use of the covered work in a country, would infringe
|
|
688
|
-
or more identifiable patents in that country that you have reason to
|
|
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
|
|
689
691
|
believe are valid.</p>
|
|
690
692
|
|
|
691
693
|
<pre>If, pursuant to or in connection with a single transaction or</pre>
|
|
@@ -762,9 +764,9 @@ Foundation.</p>
|
|
|
762
764
|
|
|
763
765
|
<pre>If the Program specifies that a proxy can decide which future</pre>
|
|
764
766
|
|
|
765
|
-
<p>versions of the GNU General Public License can be used, that proxy’s
|
|
766
|
-
statement of acceptance of a version permanently authorizes you to
|
|
767
|
-
that version for the Program.</p>
|
|
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>
|
|
768
770
|
|
|
769
771
|
<pre>Later license versions may give you additional or different</pre>
|
|
770
772
|
|
|
@@ -776,12 +778,12 @@ or copyright holder as a result of your choosing to follow a later version.</p>
|
|
|
776
778
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY</pre>
|
|
777
779
|
|
|
778
780
|
<p>APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
779
|
-
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT
|
|
780
|
-
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
|
|
781
|
-
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
782
|
-
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
|
|
783
|
-
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
|
|
784
|
-
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p>
|
|
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>
|
|
785
787
|
|
|
786
788
|
<pre>16. Limitation of Liability.
|
|
787
789
|
|
|
@@ -848,14 +850,15 @@ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
|
848
850
|
This is free software, and you are welcome to redistribute it
|
|
849
851
|
under certain conditions; type `show c' for details.</pre>
|
|
850
852
|
|
|
851
|
-
<p>The hypothetical commands `show w’ and `show c’ should show the
|
|
852
|
-
parts of the General Public License. Of course, your
|
|
853
|
-
might be different; for a GUI interface, you would use
|
|
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>
|
|
854
857
|
|
|
855
858
|
<pre>You should also get your employer (if you work as a programmer) or school,</pre>
|
|
856
859
|
|
|
857
|
-
<p>if any, to sign a “copyright disclaimer” for the program, if necessary.
|
|
858
|
-
more information on this, and how to apply and follow the GNU GPL, see
|
|
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
|
|
859
862
|
<<a href="http://www.gnu.org/licenses/">www.gnu.org/licenses/</a>>.</p>
|
|
860
863
|
|
|
861
864
|
<pre>The GNU General Public License does not permit incorporating your program</pre>
|
|
@@ -872,7 +875,7 @@ href="http://www.gnu.org/philosophy/why-not-lgpl.html">www.gnu.org/philosophy/wh
|
|
|
872
875
|
|
|
873
876
|
<footer id="validator-badges">
|
|
874
877
|
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
875
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.
|
|
878
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
876
879
|
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
877
880
|
</footer>
|
|
878
881
|
|