rubinius-compiler 2.3.1 → 3.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.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubinius/code/compiler.rb +10 -0
  3. data/lib/rubinius/{compiler → code/compiler}/compiled_file.rb +0 -0
  4. data/lib/rubinius/{compiler → code/compiler}/compiler.rb +0 -0
  5. data/lib/rubinius/{compiler → code/compiler}/evaluator.rb +0 -0
  6. data/lib/rubinius/{compiler → code/compiler}/generator.rb +0 -0
  7. data/lib/rubinius/{compiler → code/compiler}/generator_methods.rb +0 -0
  8. data/lib/rubinius/{compiler → code/compiler}/iseq.rb +0 -0
  9. data/lib/rubinius/{compiler → code/compiler}/locals.rb +0 -0
  10. data/lib/rubinius/{compiler → code/compiler}/opcodes.rb +0 -0
  11. data/lib/rubinius/{compiler → code/compiler}/printers.rb +0 -0
  12. data/lib/rubinius/{compiler → code/compiler}/stages.rb +0 -0
  13. data/lib/rubinius/{compiler → code/compiler}/version.rb +1 -1
  14. metadata +23 -271
  15. data/.gitignore +0 -17
  16. data/.travis.yml +0 -8
  17. data/Gemfile +0 -4
  18. data/LICENSE +0 -25
  19. data/README.md +0 -29
  20. data/Rakefile +0 -1
  21. data/lib/rubinius/compiler.rb +0 -10
  22. data/rubinius-compiler.gemspec +0 -28
  23. data/spec/alias_spec.rb +0 -39
  24. data/spec/and_spec.rb +0 -44
  25. data/spec/array_spec.rb +0 -110
  26. data/spec/attrasgn_spec.rb +0 -186
  27. data/spec/back_ref_spec.rb +0 -11
  28. data/spec/call_spec.rb +0 -580
  29. data/spec/case_spec.rb +0 -576
  30. data/spec/cdecl_spec.rb +0 -70
  31. data/spec/class_spec.rb +0 -120
  32. data/spec/colon2_spec.rb +0 -8
  33. data/spec/colon3_spec.rb +0 -8
  34. data/spec/const_spec.rb +0 -7
  35. data/spec/custom/guards/profiler.rb +0 -18
  36. data/spec/custom/helpers/generator.rb +0 -828
  37. data/spec/custom/matchers/compile_as.rb +0 -46
  38. data/spec/custom/mspec.rb +0 -15
  39. data/spec/custom/runner/actions/debug.rb +0 -10
  40. data/spec/custom/runner/actions/gcstats.rb +0 -17
  41. data/spec/custom/runner/actions/memory.rb +0 -11
  42. data/spec/custom/runner/actions/parser.rb +0 -14
  43. data/spec/custom/runner/actions/profiler.rb +0 -19
  44. data/spec/custom/runner/relates.rb +0 -86
  45. data/spec/custom/utils/options.rb +0 -40
  46. data/spec/custom/utils/script.rb +0 -50
  47. data/spec/cvar_spec.rb +0 -39
  48. data/spec/cvasgn_spec.rb +0 -33
  49. data/spec/cvdecl_spec.rb +0 -17
  50. data/spec/defined_spec.rb +0 -616
  51. data/spec/defn_spec.rb +0 -732
  52. data/spec/defs_spec.rb +0 -113
  53. data/spec/dot2_spec.rb +0 -16
  54. data/spec/dot3_spec.rb +0 -17
  55. data/spec/dregx_spec.rb +0 -160
  56. data/spec/dstr_spec.rb +0 -424
  57. data/spec/dsym_spec.rb +0 -18
  58. data/spec/dxstr_spec.rb +0 -24
  59. data/spec/ensure_spec.rb +0 -196
  60. data/spec/false_spec.rb +0 -7
  61. data/spec/flip2_spec.rb +0 -21
  62. data/spec/flip3_spec.rb +0 -12
  63. data/spec/for_spec.rb +0 -228
  64. data/spec/gasgn_spec.rb +0 -15
  65. data/spec/generator/encode_spec.rb +0 -34
  66. data/spec/gvar_spec.rb +0 -37
  67. data/spec/hash_spec.rb +0 -108
  68. data/spec/iasgn_spec.rb +0 -26
  69. data/spec/if_spec.rb +0 -415
  70. data/spec/iter_spec.rb +0 -1011
  71. data/spec/lasgn_spec.rb +0 -561
  72. data/spec/lit_spec.rb +0 -61
  73. data/spec/masgn_spec.rb +0 -1558
  74. data/spec/match2_spec.rb +0 -42
  75. data/spec/match3_spec.rb +0 -54
  76. data/spec/match_spec.rb +0 -29
  77. data/spec/module_spec.rb +0 -73
  78. data/spec/nil_spec.rb +0 -7
  79. data/spec/not_spec.rb +0 -47
  80. data/spec/nth_ref_spec.rb +0 -7
  81. data/spec/op_asgn_spec.rb +0 -563
  82. data/spec/or_spec.rb +0 -126
  83. data/spec/postexe_spec.rb +0 -11
  84. data/spec/preexe_spec.rb +0 -21
  85. data/spec/regex_spec.rb +0 -54
  86. data/spec/rescue_spec.rb +0 -763
  87. data/spec/return_spec.rb +0 -152
  88. data/spec/sclass_spec.rb +0 -138
  89. data/spec/spec_helper.rb +0 -12
  90. data/spec/str_spec.rb +0 -118
  91. data/spec/super_spec.rb +0 -170
  92. data/spec/transforms/assembly_spec.rb +0 -195
  93. data/spec/transforms/block_given_spec.rb +0 -75
  94. data/spec/transforms/fast_coerce_spec.rb +0 -112
  95. data/spec/transforms/fast_new_spec.rb +0 -255
  96. data/spec/transforms/invoke_primitive_spec.rb +0 -14
  97. data/spec/transforms/kernel_methods_spec.rb +0 -29
  98. data/spec/transforms/primitive_spec.rb +0 -33
  99. data/spec/transforms/privately_spec.rb +0 -24
  100. data/spec/true_spec.rb +0 -7
  101. data/spec/undef_spec.rb +0 -133
  102. data/spec/until_spec.rb +0 -254
  103. data/spec/valias_spec.rb +0 -11
  104. data/spec/while_spec.rb +0 -494
  105. data/spec/xstr_spec.rb +0 -10
  106. data/spec/yield_spec.rb +0 -92
  107. data/spec/zsuper_spec.rb +0 -63
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba898ecc2e33de1d1ff5b76ee6eda9d082cbdaa0
4
- data.tar.gz: 97c39a56216229a514ed73291a40b7d9c466e1d1
3
+ metadata.gz: 9ecd639ecb8ece6c73e7efa3bc1cc00935fc9b7b
4
+ data.tar.gz: 2a94f8d9566acfe173b06968539bfecade261cf6
5
5
  SHA512:
6
- metadata.gz: 7f7a27ecf11dc46a463404291fab62386617cbf2b7cd8aabffdd446ff1db42e157cba8d544e042a918ac34db2c013e094f2db78f95150f6236ed52f494bbf420
7
- data.tar.gz: 096827fdb5d87dfe68bef1665503b5858fbc7491e636105ae8644433753d6105f764a510e5ac49a2d94dd702244af1702095bd7721fb96826fd0137debca520b
6
+ metadata.gz: 6e0de7bf813d9f51aa51f9199abfb8c33b8d14e4ea1a5ea826c844e5d7ebe3d4d777834b8a0bb4841a292b6e39ed8cce698b3dedcda636135ec91aa20bfdafca
7
+ data.tar.gz: c85988f396cf7ca836fda46446202d0235b06e24462f4be31f5904f3fffc527d550386ed0e94503391fb403e5e82245043769f7526d68b798e1df86b85d41bbd
@@ -0,0 +1,10 @@
1
+ require "rubinius/code/compiler/compiler"
2
+ require "rubinius/code/compiler/stages"
3
+ require "rubinius/code/compiler/locals"
4
+ require "rubinius/code/compiler/generator_methods"
5
+ require "rubinius/code/compiler/generator"
6
+ require "rubinius/code/compiler/iseq"
7
+ require "rubinius/code/compiler/opcodes"
8
+ require "rubinius/code/compiler/compiled_file"
9
+ require "rubinius/code/compiler/evaluator"
10
+ require "rubinius/code/compiler/printers"
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module CodeTools
2
2
  class Compiler
3
- VERSION = "2.3.1"
3
+ VERSION = "3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubinius-compiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: '3.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-30 00:00:00.000000000 Z
11
+ date: 2016-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -17,8 +17,8 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
- type: :development
21
20
  prerelease: false
21
+ type: :development
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
@@ -31,197 +31,35 @@ dependencies:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '10.0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '10.0'
41
- - !ruby/object:Gem::Dependency
42
- name: mspec
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: '1.5'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: '1.5'
55
- - !ruby/object:Gem::Dependency
56
- name: rubinius-processor
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '2.0'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - "~>"
67
- - !ruby/object:Gem::Version
68
- version: '2.0'
69
- - !ruby/object:Gem::Dependency
70
- name: rubinius-ast
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - "~>"
74
- - !ruby/object:Gem::Version
75
- version: '2.0'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - "~>"
81
- - !ruby/object:Gem::Version
82
- version: '2.0'
83
- - !ruby/object:Gem::Dependency
84
- name: rubinius-bridge
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: '1.0'
90
- type: :development
91
34
  prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - "~>"
95
- - !ruby/object:Gem::Version
96
- version: '1.0'
97
- - !ruby/object:Gem::Dependency
98
- name: redcard
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '1.0'
104
35
  type: :development
105
- prerelease: false
106
36
  version_requirements: !ruby/object:Gem::Requirement
107
37
  requirements:
108
38
  - - "~>"
109
39
  - !ruby/object:Gem::Version
110
- version: '1.0'
111
- description: Rubinius bytecode compiler.
40
+ version: '10.0'
41
+ description: A Bytecode compiler for the Rubinius language platform.
112
42
  email:
113
43
  - brixen@gmail.com
114
44
  executables: []
115
45
  extensions: []
116
46
  extra_rdoc_files: []
117
47
  files:
118
- - ".gitignore"
119
- - ".travis.yml"
120
- - Gemfile
121
- - LICENSE
122
- - README.md
123
- - Rakefile
124
- - lib/rubinius/compiler.rb
125
- - lib/rubinius/compiler/compiled_file.rb
126
- - lib/rubinius/compiler/compiler.rb
127
- - lib/rubinius/compiler/evaluator.rb
128
- - lib/rubinius/compiler/generator.rb
129
- - lib/rubinius/compiler/generator_methods.rb
130
- - lib/rubinius/compiler/iseq.rb
131
- - lib/rubinius/compiler/locals.rb
132
- - lib/rubinius/compiler/opcodes.rb
133
- - lib/rubinius/compiler/printers.rb
134
- - lib/rubinius/compiler/stages.rb
135
- - lib/rubinius/compiler/version.rb
136
- - rubinius-compiler.gemspec
137
- - spec/alias_spec.rb
138
- - spec/and_spec.rb
139
- - spec/array_spec.rb
140
- - spec/attrasgn_spec.rb
141
- - spec/back_ref_spec.rb
142
- - spec/call_spec.rb
143
- - spec/case_spec.rb
144
- - spec/cdecl_spec.rb
145
- - spec/class_spec.rb
146
- - spec/colon2_spec.rb
147
- - spec/colon3_spec.rb
148
- - spec/const_spec.rb
149
- - spec/custom/guards/profiler.rb
150
- - spec/custom/helpers/generator.rb
151
- - spec/custom/matchers/compile_as.rb
152
- - spec/custom/mspec.rb
153
- - spec/custom/runner/actions/debug.rb
154
- - spec/custom/runner/actions/gcstats.rb
155
- - spec/custom/runner/actions/memory.rb
156
- - spec/custom/runner/actions/parser.rb
157
- - spec/custom/runner/actions/profiler.rb
158
- - spec/custom/runner/relates.rb
159
- - spec/custom/utils/options.rb
160
- - spec/custom/utils/script.rb
161
- - spec/cvar_spec.rb
162
- - spec/cvasgn_spec.rb
163
- - spec/cvdecl_spec.rb
164
- - spec/defined_spec.rb
165
- - spec/defn_spec.rb
166
- - spec/defs_spec.rb
167
- - spec/dot2_spec.rb
168
- - spec/dot3_spec.rb
169
- - spec/dregx_spec.rb
170
- - spec/dstr_spec.rb
171
- - spec/dsym_spec.rb
172
- - spec/dxstr_spec.rb
173
- - spec/ensure_spec.rb
174
- - spec/false_spec.rb
175
- - spec/flip2_spec.rb
176
- - spec/flip3_spec.rb
177
- - spec/for_spec.rb
178
- - spec/gasgn_spec.rb
179
- - spec/generator/encode_spec.rb
180
- - spec/gvar_spec.rb
181
- - spec/hash_spec.rb
182
- - spec/iasgn_spec.rb
183
- - spec/if_spec.rb
184
- - spec/iter_spec.rb
185
- - spec/lasgn_spec.rb
186
- - spec/lit_spec.rb
187
- - spec/masgn_spec.rb
188
- - spec/match2_spec.rb
189
- - spec/match3_spec.rb
190
- - spec/match_spec.rb
191
- - spec/module_spec.rb
192
- - spec/nil_spec.rb
193
- - spec/not_spec.rb
194
- - spec/nth_ref_spec.rb
195
- - spec/op_asgn_spec.rb
196
- - spec/or_spec.rb
197
- - spec/postexe_spec.rb
198
- - spec/preexe_spec.rb
199
- - spec/regex_spec.rb
200
- - spec/rescue_spec.rb
201
- - spec/return_spec.rb
202
- - spec/sclass_spec.rb
203
- - spec/spec_helper.rb
204
- - spec/str_spec.rb
205
- - spec/super_spec.rb
206
- - spec/transforms/assembly_spec.rb
207
- - spec/transforms/block_given_spec.rb
208
- - spec/transforms/fast_coerce_spec.rb
209
- - spec/transforms/fast_new_spec.rb
210
- - spec/transforms/invoke_primitive_spec.rb
211
- - spec/transforms/kernel_methods_spec.rb
212
- - spec/transforms/primitive_spec.rb
213
- - spec/transforms/privately_spec.rb
214
- - spec/true_spec.rb
215
- - spec/undef_spec.rb
216
- - spec/until_spec.rb
217
- - spec/valias_spec.rb
218
- - spec/while_spec.rb
219
- - spec/xstr_spec.rb
220
- - spec/yield_spec.rb
221
- - spec/zsuper_spec.rb
222
- homepage: https://github.com/rubinius/rubinius-compiler
48
+ - lib/rubinius/code/compiler.rb
49
+ - lib/rubinius/code/compiler/compiled_file.rb
50
+ - lib/rubinius/code/compiler/compiler.rb
51
+ - lib/rubinius/code/compiler/evaluator.rb
52
+ - lib/rubinius/code/compiler/generator.rb
53
+ - lib/rubinius/code/compiler/generator_methods.rb
54
+ - lib/rubinius/code/compiler/iseq.rb
55
+ - lib/rubinius/code/compiler/locals.rb
56
+ - lib/rubinius/code/compiler/opcodes.rb
57
+ - lib/rubinius/code/compiler/printers.rb
58
+ - lib/rubinius/code/compiler/stages.rb
59
+ - lib/rubinius/code/compiler/version.rb
60
+ homepage: https://github.com/rubinius/rubinius-code
223
61
  licenses:
224
- - BSD
62
+ - MPL-2.0
225
63
  metadata: {}
226
64
  post_install_message:
227
65
  rdoc_options: []
@@ -231,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
231
69
  requirements:
232
70
  - - ">="
233
71
  - !ruby/object:Gem::Version
234
- version: 1.9.2
72
+ version: '0'
235
73
  required_rubygems_version: !ruby/object:Gem::Requirement
236
74
  requirements:
237
75
  - - ">="
@@ -239,94 +77,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
77
  version: '0'
240
78
  requirements: []
241
79
  rubyforge_project:
242
- rubygems_version: 2.4.5
80
+ rubygems_version: 2.5.1
243
81
  signing_key:
244
82
  specification_version: 4
245
- summary: Rubinius bytecode compiler.
246
- test_files:
247
- - spec/alias_spec.rb
248
- - spec/and_spec.rb
249
- - spec/array_spec.rb
250
- - spec/attrasgn_spec.rb
251
- - spec/back_ref_spec.rb
252
- - spec/call_spec.rb
253
- - spec/case_spec.rb
254
- - spec/cdecl_spec.rb
255
- - spec/class_spec.rb
256
- - spec/colon2_spec.rb
257
- - spec/colon3_spec.rb
258
- - spec/const_spec.rb
259
- - spec/custom/guards/profiler.rb
260
- - spec/custom/helpers/generator.rb
261
- - spec/custom/matchers/compile_as.rb
262
- - spec/custom/mspec.rb
263
- - spec/custom/runner/actions/debug.rb
264
- - spec/custom/runner/actions/gcstats.rb
265
- - spec/custom/runner/actions/memory.rb
266
- - spec/custom/runner/actions/parser.rb
267
- - spec/custom/runner/actions/profiler.rb
268
- - spec/custom/runner/relates.rb
269
- - spec/custom/utils/options.rb
270
- - spec/custom/utils/script.rb
271
- - spec/cvar_spec.rb
272
- - spec/cvasgn_spec.rb
273
- - spec/cvdecl_spec.rb
274
- - spec/defined_spec.rb
275
- - spec/defn_spec.rb
276
- - spec/defs_spec.rb
277
- - spec/dot2_spec.rb
278
- - spec/dot3_spec.rb
279
- - spec/dregx_spec.rb
280
- - spec/dstr_spec.rb
281
- - spec/dsym_spec.rb
282
- - spec/dxstr_spec.rb
283
- - spec/ensure_spec.rb
284
- - spec/false_spec.rb
285
- - spec/flip2_spec.rb
286
- - spec/flip3_spec.rb
287
- - spec/for_spec.rb
288
- - spec/gasgn_spec.rb
289
- - spec/generator/encode_spec.rb
290
- - spec/gvar_spec.rb
291
- - spec/hash_spec.rb
292
- - spec/iasgn_spec.rb
293
- - spec/if_spec.rb
294
- - spec/iter_spec.rb
295
- - spec/lasgn_spec.rb
296
- - spec/lit_spec.rb
297
- - spec/masgn_spec.rb
298
- - spec/match2_spec.rb
299
- - spec/match3_spec.rb
300
- - spec/match_spec.rb
301
- - spec/module_spec.rb
302
- - spec/nil_spec.rb
303
- - spec/not_spec.rb
304
- - spec/nth_ref_spec.rb
305
- - spec/op_asgn_spec.rb
306
- - spec/or_spec.rb
307
- - spec/postexe_spec.rb
308
- - spec/preexe_spec.rb
309
- - spec/regex_spec.rb
310
- - spec/rescue_spec.rb
311
- - spec/return_spec.rb
312
- - spec/sclass_spec.rb
313
- - spec/spec_helper.rb
314
- - spec/str_spec.rb
315
- - spec/super_spec.rb
316
- - spec/transforms/assembly_spec.rb
317
- - spec/transforms/block_given_spec.rb
318
- - spec/transforms/fast_coerce_spec.rb
319
- - spec/transforms/fast_new_spec.rb
320
- - spec/transforms/invoke_primitive_spec.rb
321
- - spec/transforms/kernel_methods_spec.rb
322
- - spec/transforms/primitive_spec.rb
323
- - spec/transforms/privately_spec.rb
324
- - spec/true_spec.rb
325
- - spec/undef_spec.rb
326
- - spec/until_spec.rb
327
- - spec/valias_spec.rb
328
- - spec/while_spec.rb
329
- - spec/xstr_spec.rb
330
- - spec/yield_spec.rb
331
- - spec/zsuper_spec.rb
332
- has_rdoc:
83
+ summary: A Bytecode compiler for the Rubinius language platform.
84
+ test_files: []
data/.gitignore DELETED
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
data/.travis.yml DELETED
@@ -1,8 +0,0 @@
1
- language: ruby
2
- env:
3
- - RUBYLIB=lib:.
4
- before_install: gem install rubinius-toolset
5
- script: mspec -r spec/spec_helper spec
6
- rvm:
7
- - 2.1.0
8
- - rbx-2
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in rubinius-compiler.gemspec
4
- gemspec
data/LICENSE DELETED
@@ -1,25 +0,0 @@
1
- Copyright (c) 2013, Brian Shirai
2
- All rights reserved.
3
-
4
- Redistribution and use in source and binary forms, with or without
5
- modification, are permitted provided that the following conditions are met:
6
-
7
- 1. Redistributions of source code must retain the above copyright notice, this
8
- list of conditions and the following disclaimer.
9
- 2. Redistributions in binary form must reproduce the above copyright notice,
10
- this list of conditions and the following disclaimer in the documentation
11
- and/or other materials provided with the distribution.
12
- 3. Neither the name of the library nor the names of its contributors may be
13
- used to endorse or promote products derived from this software without
14
- specific prior written permission.
15
-
16
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
- DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY DIRECT,
20
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
23
- OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
24
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
25
- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.