dock_genius_api_ruby_client 0.1.1.pre.g582ac6 → 0.1.2.pre.ge30447

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 (62) hide show
  1. checksums.yaml +4 -4
  2. data/config.json +10 -0
  3. data/dg-api-gem +1 -0
  4. data/swagger.yml +3075 -0
  5. metadata +170 -78
  6. data/LICENSE +0 -201
  7. data/README.md +0 -200
  8. data/dock_genius_api_ruby_client.gemspec +0 -55
  9. data/docs/AccessToken.md +0 -11
  10. data/docs/Address.md +0 -16
  11. data/docs/Customer.md +0 -22
  12. data/docs/CustomerApi.md +0 -1938
  13. data/docs/Dock.md +0 -20
  14. data/docs/DockApi.md +0 -1112
  15. data/docs/EmailAddress.md +0 -9
  16. data/docs/GeoPoint.md +0 -9
  17. data/docs/InlineResponse200.md +0 -8
  18. data/docs/InlineResponse2001.md +0 -8
  19. data/docs/InlineResponse2002.md +0 -8
  20. data/docs/ListingAgent.md +0 -12
  21. data/docs/Marina.md +0 -15
  22. data/docs/MarinaApi.md +0 -1602
  23. data/docs/Phone.md +0 -9
  24. data/git_push.sh +0 -67
  25. data/lib/dock_genius_api_ruby_client.rb +0 -65
  26. data/lib/dock_genius_api_ruby_client/api/customer_api.rb +0 -2363
  27. data/lib/dock_genius_api_ruby_client/api/dock_api.rb +0 -1352
  28. data/lib/dock_genius_api_ruby_client/api/marina_api.rb +0 -1945
  29. data/lib/dock_genius_api_ruby_client/api_client.rb +0 -378
  30. data/lib/dock_genius_api_ruby_client/api_error.rb +0 -47
  31. data/lib/dock_genius_api_ruby_client/configuration.rb +0 -207
  32. data/lib/dock_genius_api_ruby_client/models/access_token.rb +0 -230
  33. data/lib/dock_genius_api_ruby_client/models/address.rb +0 -281
  34. data/lib/dock_genius_api_ruby_client/models/customer.rb +0 -330
  35. data/lib/dock_genius_api_ruby_client/models/dock.rb +0 -327
  36. data/lib/dock_genius_api_ruby_client/models/email_address.rb +0 -208
  37. data/lib/dock_genius_api_ruby_client/models/geo_point.rb +0 -208
  38. data/lib/dock_genius_api_ruby_client/models/inline_response_200.rb +0 -199
  39. data/lib/dock_genius_api_ruby_client/models/inline_response_200_1.rb +0 -200
  40. data/lib/dock_genius_api_ruby_client/models/inline_response_200_2.rb +0 -199
  41. data/lib/dock_genius_api_ruby_client/models/listing_agent.rb +0 -239
  42. data/lib/dock_genius_api_ruby_client/models/marina.rb +0 -263
  43. data/lib/dock_genius_api_ruby_client/models/phone.rb +0 -209
  44. data/lib/dock_genius_api_ruby_client/version.rb +0 -26
  45. data/spec/api/customer_api_spec.rb +0 -551
  46. data/spec/api/dock_api_spec.rb +0 -332
  47. data/spec/api/marina_api_spec.rb +0 -461
  48. data/spec/api_client_spec.rb +0 -237
  49. data/spec/configuration_spec.rb +0 -53
  50. data/spec/models/access_token_spec.rb +0 -71
  51. data/spec/models/address_spec.rb +0 -101
  52. data/spec/models/customer_spec.rb +0 -137
  53. data/spec/models/dock_spec.rb +0 -125
  54. data/spec/models/email_address_spec.rb +0 -59
  55. data/spec/models/geo_point_spec.rb +0 -59
  56. data/spec/models/inline_response_200_1_spec.rb +0 -53
  57. data/spec/models/inline_response_200_2_spec.rb +0 -53
  58. data/spec/models/inline_response_200_spec.rb +0 -53
  59. data/spec/models/listing_agent_spec.rb +0 -77
  60. data/spec/models/marina_spec.rb +0 -95
  61. data/spec/models/phone_spec.rb +0 -59
  62. data/spec/spec_helper.rb +0 -122
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dock_genius_api_ruby_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.pre.g582ac6
4
+ version: 0.1.2.pre.ge30447
5
5
  platform: ruby
6
6
  authors:
7
7
  - The DockGenius Engineering Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-24 00:00:00.000000000 Z
11
+ date: 2016-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -197,63 +197,173 @@ executables: []
197
197
  extensions: []
198
198
  extra_rdoc_files: []
199
199
  files:
200
- - LICENSE
201
- - README.md
202
- - dock_genius_api_ruby_client.gemspec
203
- - docs/AccessToken.md
204
- - docs/Address.md
205
- - docs/Customer.md
206
- - docs/CustomerApi.md
207
- - docs/Dock.md
208
- - docs/DockApi.md
209
- - docs/EmailAddress.md
210
- - docs/GeoPoint.md
211
- - docs/InlineResponse200.md
212
- - docs/InlineResponse2001.md
213
- - docs/InlineResponse2002.md
214
- - docs/ListingAgent.md
215
- - docs/Marina.md
216
- - docs/MarinaApi.md
217
- - docs/Phone.md
218
- - git_push.sh
219
- - lib/dock_genius_api_ruby_client.rb
220
- - lib/dock_genius_api_ruby_client/api/customer_api.rb
221
- - lib/dock_genius_api_ruby_client/api/dock_api.rb
222
- - lib/dock_genius_api_ruby_client/api/marina_api.rb
223
- - lib/dock_genius_api_ruby_client/api_client.rb
224
- - lib/dock_genius_api_ruby_client/api_error.rb
225
- - lib/dock_genius_api_ruby_client/configuration.rb
226
- - lib/dock_genius_api_ruby_client/models/access_token.rb
227
- - lib/dock_genius_api_ruby_client/models/address.rb
228
- - lib/dock_genius_api_ruby_client/models/customer.rb
229
- - lib/dock_genius_api_ruby_client/models/dock.rb
230
- - lib/dock_genius_api_ruby_client/models/email_address.rb
231
- - lib/dock_genius_api_ruby_client/models/geo_point.rb
232
- - lib/dock_genius_api_ruby_client/models/inline_response_200.rb
233
- - lib/dock_genius_api_ruby_client/models/inline_response_200_1.rb
234
- - lib/dock_genius_api_ruby_client/models/inline_response_200_2.rb
235
- - lib/dock_genius_api_ruby_client/models/listing_agent.rb
236
- - lib/dock_genius_api_ruby_client/models/marina.rb
237
- - lib/dock_genius_api_ruby_client/models/phone.rb
238
- - lib/dock_genius_api_ruby_client/version.rb
239
- - spec/api/customer_api_spec.rb
240
- - spec/api/dock_api_spec.rb
241
- - spec/api/marina_api_spec.rb
242
- - spec/api_client_spec.rb
243
- - spec/configuration_spec.rb
244
- - spec/models/access_token_spec.rb
245
- - spec/models/address_spec.rb
246
- - spec/models/customer_spec.rb
247
- - spec/models/dock_spec.rb
248
- - spec/models/email_address_spec.rb
249
- - spec/models/geo_point_spec.rb
250
- - spec/models/inline_response_200_1_spec.rb
251
- - spec/models/inline_response_200_2_spec.rb
252
- - spec/models/inline_response_200_spec.rb
253
- - spec/models/listing_agent_spec.rb
254
- - spec/models/marina_spec.rb
255
- - spec/models/phone_spec.rb
256
- - spec/spec_helper.rb
200
+ - config.json
201
+ - dg-api-gem/.git/HEAD
202
+ - dg-api-gem/.git/config
203
+ - dg-api-gem/.git/description
204
+ - dg-api-gem/.git/hooks/applypatch-msg.sample
205
+ - dg-api-gem/.git/hooks/commit-msg.sample
206
+ - dg-api-gem/.git/hooks/post-update.sample
207
+ - dg-api-gem/.git/hooks/pre-applypatch.sample
208
+ - dg-api-gem/.git/hooks/pre-commit.sample
209
+ - dg-api-gem/.git/hooks/pre-push.sample
210
+ - dg-api-gem/.git/hooks/pre-rebase.sample
211
+ - dg-api-gem/.git/hooks/prepare-commit-msg.sample
212
+ - dg-api-gem/.git/hooks/update.sample
213
+ - dg-api-gem/.git/index
214
+ - dg-api-gem/.git/info/exclude
215
+ - dg-api-gem/.git/logs/HEAD
216
+ - dg-api-gem/.git/logs/refs/heads/master
217
+ - dg-api-gem/.git/logs/refs/remotes/origin/HEAD
218
+ - dg-api-gem/.git/objects/00/0bf2136d3179234ddfecb13b26554f9e2f4c90
219
+ - dg-api-gem/.git/objects/03/251f753635b5302d85ffa2b7681623f1f21542
220
+ - dg-api-gem/.git/objects/0a/5c33a52fbb06520d06bbc5f4b124ed1a9528f6
221
+ - dg-api-gem/.git/objects/0f/7798223856c806d373ea8da2ecfb127ab097f4
222
+ - dg-api-gem/.git/objects/10/7ee96a08afe27a4dbe411d6b7ac7274c584dff
223
+ - dg-api-gem/.git/objects/18/2ba7055e1aeb4216346152e66e65bddb4c0cf9
224
+ - dg-api-gem/.git/objects/19/1bf6a3c7f96f990c9d13c896a93f3c1d9f20c9
225
+ - dg-api-gem/.git/objects/19/b847fbc31f64ac4362d110c32fe9bbac30b096
226
+ - dg-api-gem/.git/objects/1a/825f63ae485ff56b4faf701ba522bcc0561f78
227
+ - dg-api-gem/.git/objects/1d/691d2d0dbb43d184a96fa3cdb1d3c00a1f4f38
228
+ - dg-api-gem/.git/objects/23/9dbff8bc51ff15a56d0faa3c02e63fed5fcb2c
229
+ - dg-api-gem/.git/objects/26/3386d2358171da7acc57031821ab5f4d05f2b2
230
+ - dg-api-gem/.git/objects/2e/c238e03b0fe3c4de9a778eae988047d90adedb
231
+ - dg-api-gem/.git/objects/36/1530690b4e5068a46af4e84ffcffcc05fdc4e9
232
+ - dg-api-gem/.git/objects/39/851c468e61c40e98dd367a58130bf03da54049
233
+ - dg-api-gem/.git/objects/3a/1638bae7dad86132067c651430a23e0bd00e94
234
+ - dg-api-gem/.git/objects/3f/dd745b1670cfd8137ed8d9601576c4c55011ca
235
+ - dg-api-gem/.git/objects/40/7a612dc315ab5a363898a2f26c5f40406509c3
236
+ - dg-api-gem/.git/objects/44/b1fa84f3fdb596e5aa3be4842fafa6d4265007
237
+ - dg-api-gem/.git/objects/45/3cc136420e8bf8c26ad9a87676e684d011ff8f
238
+ - dg-api-gem/.git/objects/4a/ac7c8a0faa701839f79f09f55a7d1087973b2a
239
+ - dg-api-gem/.git/objects/4d/389bcc61ad278452415941088a4b5dce2d9e0d
240
+ - dg-api-gem/.git/objects/52/2134fcdd3a3416faa5a8d1f1d7cf7eed7614a6
241
+ - dg-api-gem/.git/objects/53/e744e7af409f7e3dbbd67104da92c4fb0af2cd
242
+ - dg-api-gem/.git/objects/59/832d27043d158a93887128fa62d436e6baf984
243
+ - dg-api-gem/.git/objects/63/965c44c0baa07e6398ed661798c4cdab144a51
244
+ - dg-api-gem/.git/objects/67/0889ef241c30f1eaa968ce274bb30c4ef2c04a
245
+ - dg-api-gem/.git/objects/6e/8ed714c65008dbe2d96f1c7c95701ec628687d
246
+ - dg-api-gem/.git/objects/7c/5ec222d1a0d401230d65a4f4c95932b6a4b103
247
+ - dg-api-gem/.git/objects/7d/e4768355b175138f4f328f538172371ff899b1
248
+ - dg-api-gem/.git/objects/7e/44b9aade1a985405320127e7b8c87731e2eb47
249
+ - dg-api-gem/.git/objects/83/e16f80447460c937aeaa44a64d743b27863077
250
+ - dg-api-gem/.git/objects/84/c03b075cc3e55d7c9c7a6408a479a432177ca1
251
+ - dg-api-gem/.git/objects/86/b79fcbf184cf40d3762feaa411e60971c9e4e3
252
+ - dg-api-gem/.git/objects/87/7efadd49fbd5ceeaa984d04ace0ff9929e544d
253
+ - dg-api-gem/.git/objects/89/6ed529d66fa93deb04e710c6783813865b6c9a
254
+ - dg-api-gem/.git/objects/8d/ada3edaf50dbc082c9a125058f25def75e625a
255
+ - dg-api-gem/.git/objects/8e/d5d3491bfa2cba6c326f7c4c39e7ae3ac293fd
256
+ - dg-api-gem/.git/objects/8f/a369451059baeee34e63568bdf97fa6649b417
257
+ - dg-api-gem/.git/objects/90/0bf41963dbe86e075fb6b2faa712ff54f06b31
258
+ - dg-api-gem/.git/objects/9b/5962c43f3c1628136292953e48ade70023fad1
259
+ - dg-api-gem/.git/objects/9c/3aa7b315f9f3501dbf48e049d87edaa4adfa7a
260
+ - dg-api-gem/.git/objects/9e/22e96e9a55c296ac7111f034728eb06138985a
261
+ - dg-api-gem/.git/objects/a0/1e0717b62bac403347a6de50cdbbfc7d00807e
262
+ - dg-api-gem/.git/objects/a7/1cc8489d2347a27ea0f9e16f515394cbc13e0d
263
+ - dg-api-gem/.git/objects/a8/4b30dba8dab3b105c6f730e46e4b75c25dfbcc
264
+ - dg-api-gem/.git/objects/ab/a4ce8ed5919657e2645381b0b7ef9249f53fe1
265
+ - dg-api-gem/.git/objects/ac/398d23b9a339730fc96b080f971ac907c7182e
266
+ - dg-api-gem/.git/objects/b0/a30dc2224d9fe5a8e2f676564df60d969d6d4e
267
+ - dg-api-gem/.git/objects/b1/4d886e6905ad18c7c760475534846b3834c932
268
+ - dg-api-gem/.git/objects/b4/367529bfbbd23d20fd7288ab76af25069d7be7
269
+ - dg-api-gem/.git/objects/b5/f9c09bc0be51297f7e5eba90e95589467ed2ca
270
+ - dg-api-gem/.git/objects/b5/fdfa522d17775e3341e8d233e8e4f55251808b
271
+ - dg-api-gem/.git/objects/bd/0b6f2d0c50fcf68aa3d43d0562514ed7c11839
272
+ - dg-api-gem/.git/objects/c5/021ce290feadd7ddb909b63666817ea783870b
273
+ - dg-api-gem/.git/objects/c5/fa491b4c557bf997d5dd21797de782545dc9e5
274
+ - dg-api-gem/.git/objects/c6/64a5c35f3b1cf84fc1cfb022636e53c87f49a9
275
+ - dg-api-gem/.git/objects/ca/5c84f7caed579535ec2ebb73ceacdf041290d8
276
+ - dg-api-gem/.git/objects/ca/838f54c26c102dae6df4ef6c1beeebac477596
277
+ - dg-api-gem/.git/objects/d3/8f460818b162c188f9636fffe6f6a157fbc095
278
+ - dg-api-gem/.git/objects/dc/8e7a8f5fba4cca72485aa7a1028987ef59c031
279
+ - dg-api-gem/.git/objects/dd/d925f300d40fcf0cbf2b59f4b11ccb730d4864
280
+ - dg-api-gem/.git/objects/df/1709db06c3bea79dee47248616a7f567afa30a
281
+ - dg-api-gem/.git/objects/e1/9985758c5d7a2b54e202f423037f2a6b604ce5
282
+ - dg-api-gem/.git/objects/e8/45e5428feb9d46ae1e008ac949956899959d11
283
+ - dg-api-gem/.git/objects/ec/f75a817b10d82816a6d63748ebc5b72998cefa
284
+ - dg-api-gem/.git/objects/f0/c34e8b8e645810912715da0e2bde549714076b
285
+ - dg-api-gem/.git/objects/f5/86703d84a4a48f2e867b60438f62c2b0d9bbfb
286
+ - dg-api-gem/.git/objects/fb/f7ae21827a758fd71109af06f5ec641dd235d7
287
+ - dg-api-gem/.git/objects/ff/f26559d7a990d7527cc4791b091a541df33dc4
288
+ - dg-api-gem/.git/packed-refs
289
+ - dg-api-gem/.git/refs/heads/master
290
+ - dg-api-gem/.git/refs/remotes/origin/HEAD
291
+ - dg-api-gem/.gitignore
292
+ - dg-api-gem/.rspec
293
+ - dg-api-gem/.swagger-codegen-ignore
294
+ - dg-api-gem/LICENSE
295
+ - dg-api-gem/README.md
296
+ - dg-api-gem/dock_genius_api_ruby_client.gemspec
297
+ - dg-api-gem/docs/AccessToken.md
298
+ - dg-api-gem/docs/Address.md
299
+ - dg-api-gem/docs/Customer.md
300
+ - dg-api-gem/docs/CustomerApi.md
301
+ - dg-api-gem/docs/Dock.md
302
+ - dg-api-gem/docs/DockApi.md
303
+ - dg-api-gem/docs/EmailAddress.md
304
+ - dg-api-gem/docs/GeoPoint.md
305
+ - dg-api-gem/docs/InlineResponse200.md
306
+ - dg-api-gem/docs/InlineResponse2001.md
307
+ - dg-api-gem/docs/InlineResponse2002.md
308
+ - dg-api-gem/docs/ListingAgent.md
309
+ - dg-api-gem/docs/Marina.md
310
+ - dg-api-gem/docs/MarinaApi.md
311
+ - dg-api-gem/docs/Parameter.md
312
+ - dg-api-gem/docs/ParameterApi.md
313
+ - dg-api-gem/docs/ParameterAssignment.md
314
+ - dg-api-gem/docs/Phone.md
315
+ - dg-api-gem/docs/UnitOfMeasurement.md
316
+ - dg-api-gem/docs/UnitOfMeasurementApi.md
317
+ - dg-api-gem/git_push.sh
318
+ - dg-api-gem/lib/dock_genius_api_ruby_client.rb
319
+ - dg-api-gem/lib/dock_genius_api_ruby_client/api/customer_api.rb
320
+ - dg-api-gem/lib/dock_genius_api_ruby_client/api/dock_api.rb
321
+ - dg-api-gem/lib/dock_genius_api_ruby_client/api/marina_api.rb
322
+ - dg-api-gem/lib/dock_genius_api_ruby_client/api/parameter_api.rb
323
+ - dg-api-gem/lib/dock_genius_api_ruby_client/api/unit_of_measurement_api.rb
324
+ - dg-api-gem/lib/dock_genius_api_ruby_client/api_client.rb
325
+ - dg-api-gem/lib/dock_genius_api_ruby_client/api_error.rb
326
+ - dg-api-gem/lib/dock_genius_api_ruby_client/configuration.rb
327
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/access_token.rb
328
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/address.rb
329
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/customer.rb
330
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/dock.rb
331
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/email_address.rb
332
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/geo_point.rb
333
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/inline_response_200.rb
334
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/inline_response_200_1.rb
335
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/inline_response_200_2.rb
336
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/listing_agent.rb
337
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/marina.rb
338
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/parameter.rb
339
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/parameter_assignment.rb
340
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/phone.rb
341
+ - dg-api-gem/lib/dock_genius_api_ruby_client/models/unit_of_measurement.rb
342
+ - dg-api-gem/lib/dock_genius_api_ruby_client/version.rb
343
+ - dg-api-gem/spec/api/customer_api_spec.rb
344
+ - dg-api-gem/spec/api/dock_api_spec.rb
345
+ - dg-api-gem/spec/api/marina_api_spec.rb
346
+ - dg-api-gem/spec/api/parameter_api_spec.rb
347
+ - dg-api-gem/spec/api/unit_of_measurement_api_spec.rb
348
+ - dg-api-gem/spec/api_client_spec.rb
349
+ - dg-api-gem/spec/configuration_spec.rb
350
+ - dg-api-gem/spec/models/access_token_spec.rb
351
+ - dg-api-gem/spec/models/address_spec.rb
352
+ - dg-api-gem/spec/models/customer_spec.rb
353
+ - dg-api-gem/spec/models/dock_spec.rb
354
+ - dg-api-gem/spec/models/email_address_spec.rb
355
+ - dg-api-gem/spec/models/geo_point_spec.rb
356
+ - dg-api-gem/spec/models/inline_response_200_1_spec.rb
357
+ - dg-api-gem/spec/models/inline_response_200_2_spec.rb
358
+ - dg-api-gem/spec/models/inline_response_200_spec.rb
359
+ - dg-api-gem/spec/models/listing_agent_spec.rb
360
+ - dg-api-gem/spec/models/marina_spec.rb
361
+ - dg-api-gem/spec/models/parameter_assignment_spec.rb
362
+ - dg-api-gem/spec/models/parameter_spec.rb
363
+ - dg-api-gem/spec/models/phone_spec.rb
364
+ - dg-api-gem/spec/models/unit_of_measurement_spec.rb
365
+ - dg-api-gem/spec/spec_helper.rb
366
+ - swagger.yml
257
367
  homepage: https://github.com/swagger-api/swagger-codegen
258
368
  licenses:
259
369
  - Nonstandard
@@ -278,22 +388,4 @@ rubygems_version: 2.5.2
278
388
  signing_key:
279
389
  specification_version: 4
280
390
  summary: A ruby gem for the DockGenius API
281
- test_files:
282
- - spec/api/customer_api_spec.rb
283
- - spec/api/dock_api_spec.rb
284
- - spec/api/marina_api_spec.rb
285
- - spec/api_client_spec.rb
286
- - spec/configuration_spec.rb
287
- - spec/models/access_token_spec.rb
288
- - spec/models/address_spec.rb
289
- - spec/models/customer_spec.rb
290
- - spec/models/dock_spec.rb
291
- - spec/models/email_address_spec.rb
292
- - spec/models/geo_point_spec.rb
293
- - spec/models/inline_response_200_1_spec.rb
294
- - spec/models/inline_response_200_2_spec.rb
295
- - spec/models/inline_response_200_spec.rb
296
- - spec/models/listing_agent_spec.rb
297
- - spec/models/marina_spec.rb
298
- - spec/models/phone_spec.rb
299
- - spec/spec_helper.rb
391
+ test_files: []
data/LICENSE DELETED
@@ -1,201 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "{}"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright {yyyy} {name of copyright owner}
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.