neo4j_server 1.8.1

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 (87) hide show
  1. data/LICENSE +20 -0
  2. data/README.rdoc +5 -0
  3. data/Rakefile +4 -0
  4. data/bin/neo4j_server +53 -0
  5. data/lib/neo4j_server/java.rb +8 -0
  6. data/lib/neo4j_server/server.rb +96 -0
  7. data/lib/neo4j_server/tasks.rb +18 -0
  8. data/lib/neo4j_server/version.rb +3 -0
  9. data/neo4j/CHANGES.txt +618 -0
  10. data/neo4j/LICENSE.txt +695 -0
  11. data/neo4j/LICENSES.txt +2614 -0
  12. data/neo4j/NOTICE.txt +220 -0
  13. data/neo4j/README.txt +62 -0
  14. data/neo4j/UPGRADE.txt +167 -0
  15. data/neo4j/conf/README.txt +16 -0
  16. data/neo4j/conf/logging.properties +73 -0
  17. data/neo4j/conf/neo4j-http-logging.xml +37 -0
  18. data/neo4j/conf/neo4j-server.properties +85 -0
  19. data/neo4j/conf/neo4j-wrapper.conf +38 -0
  20. data/neo4j/conf/neo4j.properties +30 -0
  21. data/neo4j/conf/windows-wrapper-logging.properties +73 -0
  22. data/neo4j/lib/README.txt +16 -0
  23. data/neo4j/lib/geronimo-jta_1.1_spec-1.1.1.jar +0 -0
  24. data/neo4j/lib/lucene-core-3.5.0.jar +0 -0
  25. data/neo4j/lib/neo4j-cypher-1.8.1.jar +0 -0
  26. data/neo4j/lib/neo4j-graph-algo-1.8.1.jar +0 -0
  27. data/neo4j/lib/neo4j-graph-matching-1.8.1.jar +0 -0
  28. data/neo4j/lib/neo4j-jmx-1.8.1.jar +0 -0
  29. data/neo4j/lib/neo4j-kernel-1.8.1.jar +0 -0
  30. data/neo4j/lib/neo4j-lucene-index-1.8.1.jar +0 -0
  31. data/neo4j/lib/neo4j-shell-1.8.1.jar +0 -0
  32. data/neo4j/lib/neo4j-udc-1.8.1.jar +0 -0
  33. data/neo4j/lib/org.apache.servicemix.bundles.jline-0.9.94_1.jar +0 -0
  34. data/neo4j/lib/scala-library-2.9.1-1.jar +0 -0
  35. data/neo4j/lib/server-api-1.8.1.jar +0 -0
  36. data/neo4j/plugins/README.txt +13 -0
  37. data/neo4j/system/README.txt +9 -0
  38. data/neo4j/system/lib/README.txt +7 -0
  39. data/neo4j/system/lib/antlr-2.7.7.jar +0 -0
  40. data/neo4j/system/lib/asm-3.1.jar +0 -0
  41. data/neo4j/system/lib/asm-analysis-3.2.jar +0 -0
  42. data/neo4j/system/lib/asm-commons-3.2.jar +0 -0
  43. data/neo4j/system/lib/asm-tree-3.2.jar +0 -0
  44. data/neo4j/system/lib/asm-util-3.2.jar +0 -0
  45. data/neo4j/system/lib/bcprov-jdk16-140.jar +0 -0
  46. data/neo4j/system/lib/blueprints-core-1.2.jar +0 -0
  47. data/neo4j/system/lib/blueprints-neo4j-graph-1.2.jar +0 -0
  48. data/neo4j/system/lib/commons-beanutils-1.8.0.jar +0 -0
  49. data/neo4j/system/lib/commons-beanutils-core-1.8.0.jar +0 -0
  50. data/neo4j/system/lib/commons-collections-3.2.1.jar +0 -0
  51. data/neo4j/system/lib/commons-configuration-1.6.jar +0 -0
  52. data/neo4j/system/lib/commons-digester-1.8.1.jar +0 -0
  53. data/neo4j/system/lib/commons-io-1.4.jar +0 -0
  54. data/neo4j/system/lib/commons-lang-2.4.jar +0 -0
  55. data/neo4j/system/lib/commons-logging-1.1.1.jar +0 -0
  56. data/neo4j/system/lib/concurrentlinkedhashmap-lru-1.3.1.jar +0 -0
  57. data/neo4j/system/lib/gremlin-groovy-1.5.jar +0 -0
  58. data/neo4j/system/lib/gremlin-java-1.5.jar +0 -0
  59. data/neo4j/system/lib/groovy-1.8.5.jar +0 -0
  60. data/neo4j/system/lib/jackson-core-asl-1.9.7.jar +0 -0
  61. data/neo4j/system/lib/jackson-jaxrs-1.9.7.jar +0 -0
  62. data/neo4j/system/lib/jackson-mapper-asl-1.9.7.jar +0 -0
  63. data/neo4j/system/lib/janino-2.5.10.jar +0 -0
  64. data/neo4j/system/lib/jansi-1.5.jar +0 -0
  65. data/neo4j/system/lib/jcl-over-slf4j-1.6.1.jar +0 -0
  66. data/neo4j/system/lib/jersey-core-1.9.jar +0 -0
  67. data/neo4j/system/lib/jersey-multipart-1.9.jar +0 -0
  68. data/neo4j/system/lib/jersey-server-1.9.jar +0 -0
  69. data/neo4j/system/lib/jettison-1.3.jar +0 -0
  70. data/neo4j/system/lib/jetty-6.1.25.jar +0 -0
  71. data/neo4j/system/lib/jetty-util-6.1.25.jar +0 -0
  72. data/neo4j/system/lib/jsr311-api-1.1.2.r612.jar +0 -0
  73. data/neo4j/system/lib/logback-access-0.9.30.jar +0 -0
  74. data/neo4j/system/lib/logback-classic-0.9.30.jar +0 -0
  75. data/neo4j/system/lib/logback-core-0.9.30.jar +0 -0
  76. data/neo4j/system/lib/mimepull-1.6.jar +0 -0
  77. data/neo4j/system/lib/neo4j-cypher-plugin-1.8.1.jar +0 -0
  78. data/neo4j/system/lib/neo4j-gremlin-plugin-1.8.1.jar +0 -0
  79. data/neo4j/system/lib/neo4j-server-1.8.1-static-web.jar +0 -0
  80. data/neo4j/system/lib/neo4j-server-1.8.1.jar +0 -0
  81. data/neo4j/system/lib/pipes-1.0.jar +0 -0
  82. data/neo4j/system/lib/rrd4j-2.0.7.jar +0 -0
  83. data/neo4j/system/lib/servlet-api-2.5-20081211.jar +0 -0
  84. data/neo4j/system/lib/slf4j-api-1.6.2.jar +0 -0
  85. data/neo4j/system/lib/stax-api-1.0.1.jar +0 -0
  86. data/neo4j_server.gemspec +32 -0
  87. metadata +138 -0
@@ -0,0 +1,2614 @@
1
+ This file contains the full license text of the included third party
2
+ libraries. For an overview of the licenses see the NOTICE.txt file.
3
+
4
+ ------------------------------------------------------------------------------
5
+ ASM License
6
+ ASM Core
7
+ ------------------------------------------------------------------------------
8
+
9
+ Copyright (c) 2000-2011 INRIA, France Telecom
10
+ All rights reserved.
11
+
12
+ Redistribution and use in source and binary forms, with or without
13
+ modification, are permitted provided that the following conditions
14
+ are met:
15
+
16
+ 1. Redistributions of source code must retain the above copyright
17
+ notice, this list of conditions and the following disclaimer.
18
+
19
+ 2. Redistributions in binary form must reproduce the above copyright
20
+ notice, this list of conditions and the following disclaimer in the
21
+ documentation and/or other materials provided with the distribution.
22
+
23
+ 3. Neither the name of the copyright holders nor the names of its
24
+ contributors may be used to endorse or promote products derived from
25
+ this software without specific prior written permission.
26
+
27
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
31
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
37
+ THE POSSIBILITY OF SUCH DAMAGE.
38
+
39
+
40
+ ------------------------------------------------------------------------------
41
+ Academic Free License version 3.0
42
+ Pure Feature Detection Library (has.js)
43
+ ------------------------------------------------------------------------------
44
+
45
+ Academic Free License ("AFL") v. 3.0
46
+
47
+ This Academic Free License (the "License") applies to any original work of
48
+ authorship (the "Original Work") whose owner (the "Licensor") has placed the
49
+ following licensing notice adjacent to the copyright notice for the Original
50
+ Work:
51
+
52
+ Licensed under the Academic Free License version 3.0
53
+
54
+ 1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free,
55
+ non-exclusive, sublicensable license, for the duration of the copyright, to do
56
+ the following:
57
+
58
+ a) to reproduce the Original Work in copies, either alone or as part of a
59
+ collective work;
60
+
61
+ b) to translate, adapt, alter, transform, modify, or arrange the Original Work,
62
+ thereby creating derivative works ("Derivative Works") based upon the Original
63
+ Work;
64
+
65
+ c) to distribute or communicate copies of the Original Work and Derivative Works
66
+ to the public, under any license of your choice that does not contradict the
67
+ terms and conditions, including Licensor's reserved rights and remedies, in this
68
+ Academic Free License;
69
+
70
+ d) to perform the Original Work publicly; and
71
+
72
+ e) to display the Original Work publicly.
73
+
74
+ 2) Grant of Patent License. Licensor grants You a worldwide, royalty-free,
75
+ non-exclusive, sublicensable license, under patent claims owned or controlled by
76
+ the Licensor that are embodied in the Original Work as furnished by the
77
+ Licensor, for the duration of the patents, to make, use, sell, offer for sale,
78
+ have made, and import the Original Work and Derivative Works.
79
+
80
+ 3) Grant of Source Code License. The term "Source Code" means the preferred form
81
+ of the Original Work for making modifications to it and all available
82
+ documentation describing how to modify the Original Work. Licensor agrees to
83
+ provide a machine-readable copy of the Source Code of the Original Work along
84
+ with each copy of the Original Work that Licensor distributes. Licensor reserves
85
+ the right to satisfy this obligation by placing a machine-readable copy of the
86
+ Source Code in an information repository reasonably calculated to permit
87
+ inexpensive and convenient access by You for as long as Licensor continues to
88
+ distribute the Original Work.
89
+
90
+ 4) Exclusions From License Grant. Neither the names of Licensor, nor the names
91
+ of any contributors to the Original Work, nor any of their trademarks or service
92
+ marks, may be used to endorse or promote products derived from this Original
93
+ Work without express prior permission of the Licensor. Except as expressly
94
+ stated herein, nothing in this License grants any license to Licensor's
95
+ trademarks, copyrights, patents, trade secrets or any other intellectual
96
+ property. No patent license is granted to make, use, sell, offer for sale, have
97
+ made, or import embodiments of any patent claims other than the licensed claims
98
+ defined in Section 2. No license is granted to the trademarks of Licensor even
99
+ if such marks are included in the Original Work. Nothing in this License shall
100
+ be interpreted to prohibit Licensor from licensing under terms different from
101
+ this License any Original Work that Licensor otherwise would have a right to
102
+ license.
103
+
104
+ 5) External Deployment. The term "External Deployment" means the use,
105
+ distribution, or communication of the Original Work or Derivative Works in any
106
+ way such that the Original Work or Derivative Works may be used by anyone other
107
+ than You, whether those works are distributed or communicated to those persons
108
+ or made available as an application intended for use over a network. As an
109
+ express condition for the grants of license hereunder, You must treat any
110
+ External Deployment by You of the Original Work or a Derivative Work as a
111
+ distribution under section 1(c).
112
+
113
+ 6) Attribution Rights. You must retain, in the Source Code of any Derivative
114
+ Works that You create, all copyright, patent, or trademark notices from the
115
+ Source Code of the Original Work, as well as any notices of licensing and any
116
+ descriptive text identified therein as an "Attribution Notice." You must cause
117
+ the Source Code for any Derivative Works that You create to carry a prominent
118
+ Attribution Notice reasonably calculated to inform recipients that You have
119
+ modified the Original Work.
120
+
121
+ 7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the
122
+ copyright in and to the Original Work and the patent rights granted herein by
123
+ Licensor are owned by the Licensor or are sublicensed to You under the terms of
124
+ this License with the permission of the contributor(s) of those copyrights and
125
+ patent rights. Except as expressly stated in the immediately preceding sentence,
126
+ the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT
127
+ WARRANTY, either express or implied, including, without limitation, the
128
+ warranties of non-infringement, merchantability or fitness for a particular
129
+ purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU.
130
+ This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No
131
+ license to the Original Work is granted by this License except under this
132
+ disclaimer.
133
+
134
+ 8) Limitation of Liability. Under no circumstances and under no legal theory,
135
+ whether in tort (including negligence), contract, or otherwise, shall the
136
+ Licensor be liable to anyone for any indirect, special, incidental, or
137
+ consequential damages of any character arising as a result of this License or
138
+ the use of the Original Work including, without limitation, damages for loss of
139
+ goodwill, work stoppage, computer failure or malfunction, or any and all other
140
+ commercial damages or losses. This limitation of liability shall not apply to
141
+ the extent applicable law prohibits such limitation.
142
+
143
+ 9) Acceptance and Termination. If, at any time, You expressly assented to this
144
+ License, that assent indicates your clear and irrevocable acceptance of this
145
+ License and all of its terms and conditions. If You distribute or communicate
146
+ copies of the Original Work or a Derivative Work, You must make a reasonable
147
+ effort under the circumstances to obtain the express assent of recipients to the
148
+ terms of this License. This License conditions your rights to undertake the
149
+ activities listed in Section 1, including your right to create Derivative Works
150
+ based upon the Original Work, and doing so without honoring these terms and
151
+ conditions is prohibited by copyright law and international treaty. Nothing in
152
+ this License is intended to affect copyright exceptions and limitations
153
+ (including "fair use" or "fair dealing"). This License shall terminate
154
+ immediately and You may no longer exercise any of the rights granted to You by
155
+ this License upon your failure to honor the conditions in Section 1(c).
156
+
157
+ 10) Termination for Patent Action. This License shall terminate automatically
158
+ and You may no longer exercise any of the rights granted to You by this License
159
+ as of the date You commence an action, including a cross-claim or counterclaim,
160
+ against Licensor or any licensee alleging that the Original Work infringes a
161
+ patent. This termination provision shall not apply for an action alleging patent
162
+ infringement by combinations of the Original Work with other software or
163
+ hardware.
164
+
165
+ 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
166
+ License may be brought only in the courts of a jurisdiction wherein the Licensor
167
+ resides or in which Licensor conducts its primary business, and under the laws
168
+ of that jurisdiction excluding its conflict-of-law provisions. The application
169
+ of the United Nations Convention on Contracts for the International Sale of
170
+ Goods is expressly excluded. Any use of the Original Work outside the scope of
171
+ this License or after its termination shall be subject to the requirements and
172
+ penalties of copyright or patent law in the appropriate jurisdiction. This
173
+ section shall survive the termination of this License.
174
+
175
+ 12) Attorneys' Fees. In any action to enforce the terms of this License or
176
+ seeking damages relating thereto, the prevailing party shall be entitled to
177
+ recover its costs and expenses, including, without limitation, reasonable
178
+ attorneys' fees and costs incurred in connection with such action, including any
179
+ appeal of such action. This section shall survive the termination of this
180
+ License.
181
+
182
+ 13) Miscellaneous. If any provision of this License is held to be unenforceable,
183
+ such provision shall be reformed only to the extent necessary to make it
184
+ enforceable.
185
+
186
+ 14) Definition of "You" in This License. "You" throughout this License, whether
187
+ in upper or lower case, means an individual or a legal entity exercising rights
188
+ under, and complying with all of the terms of, this License. For legal entities,
189
+ "You" includes any entity that controls, is controlled by, or is under common
190
+ control with you. For purposes of this definition, "control" means (i) the
191
+ power, direct or indirect, to cause the direction or management of such entity,
192
+ whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or
193
+ more of the outstanding shares, or (iii) beneficial ownership of such entity.
194
+
195
+ 15) Right to Use. You may use the Original Work in all ways not otherwise
196
+ restricted or conditioned by this License or by law, and Licensor promises not
197
+ to interfere with or be responsible for such uses by You.
198
+
199
+ 16) Modification of This License. This License is Copyright © 2005 Lawrence
200
+ Rosen. Permission is granted to copy, distribute, or communicate this License
201
+ without modification. Nothing in this License permits You to modify this License
202
+ as applied to the Original Work or to Derivative Works. However, You may modify
203
+ the text of this License and copy, distribute or communicate your modified
204
+ version (the "Modified License") and apply it to other original works of
205
+ authorship subject to the following conditions: (i) You may not indicate in any
206
+ way that your Modified License is the "Academic Free License" or "AFL" and you
207
+ may not use those names in the name of your Modified License; (ii) You must
208
+ replace the notice specified in the first paragraph above with the notice
209
+ "Licensed under <insert your license name here>" or with a notice of your own
210
+ that is not confusingly similar to the notice in this License; and (iii) You may
211
+ not claim that your original works are open source software unless your Modified
212
+ License has been approved by Open Source Initiative (OSI) and You comply with
213
+ its license review and certification process.
214
+
215
+
216
+ ------------------------------------------------------------------------------
217
+ Apache Software License, Version 2.0
218
+ Apache ServiceMix Bundles: jline-0.9.94
219
+ Commons BeanUtils
220
+ Commons BeanUtils Core
221
+ Commons Collections
222
+ Commons Configuration
223
+ Commons Digester
224
+ Commons IO
225
+ Commons Lang
226
+ Commons Logging
227
+ ConcurrentLinkedHashMap
228
+ Data Mapper for Jackson
229
+ ExplorerCanvas
230
+ Groovy
231
+ Jackson
232
+ jansi
233
+ JAX-RS provider for JSON content type
234
+ JCL 1.1.1 implemented over SLF4J
235
+ Jettison
236
+ Jetty Server
237
+ Jetty Utilities
238
+ JTA 1.1
239
+ Lucene Core
240
+ RRD4J
241
+ Servlet Specification API
242
+ StAX API
243
+ ------------------------------------------------------------------------------
244
+
245
+ Apache License
246
+ Version 2.0, January 2004
247
+ http://www.apache.org/licenses/
248
+
249
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
250
+
251
+ 1. Definitions.
252
+
253
+ "License" shall mean the terms and conditions for use, reproduction,
254
+ and distribution as defined by Sections 1 through 9 of this document.
255
+
256
+ "Licensor" shall mean the copyright owner or entity authorized by
257
+ the copyright owner that is granting the License.
258
+
259
+ "Legal Entity" shall mean the union of the acting entity and all
260
+ other entities that control, are controlled by, or are under common
261
+ control with that entity. For the purposes of this definition,
262
+ "control" means (i) the power, direct or indirect, to cause the
263
+ direction or management of such entity, whether by contract or
264
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
265
+ outstanding shares, or (iii) beneficial ownership of such entity.
266
+
267
+ "You" (or "Your") shall mean an individual or Legal Entity
268
+ exercising permissions granted by this License.
269
+
270
+ "Source" form shall mean the preferred form for making modifications,
271
+ including but not limited to software source code, documentation
272
+ source, and configuration files.
273
+
274
+ "Object" form shall mean any form resulting from mechanical
275
+ transformation or translation of a Source form, including but
276
+ not limited to compiled object code, generated documentation,
277
+ and conversions to other media types.
278
+
279
+ "Work" shall mean the work of authorship, whether in Source or
280
+ Object form, made available under the License, as indicated by a
281
+ copyright notice that is included in or attached to the work
282
+ (an example is provided in the Appendix below).
283
+
284
+ "Derivative Works" shall mean any work, whether in Source or Object
285
+ form, that is based on (or derived from) the Work and for which the
286
+ editorial revisions, annotations, elaborations, or other modifications
287
+ represent, as a whole, an original work of authorship. For the purposes
288
+ of this License, Derivative Works shall not include works that remain
289
+ separable from, or merely link (or bind by name) to the interfaces of,
290
+ the Work and Derivative Works thereof.
291
+
292
+ "Contribution" shall mean any work of authorship, including
293
+ the original version of the Work and any modifications or additions
294
+ to that Work or Derivative Works thereof, that is intentionally
295
+ submitted to Licensor for inclusion in the Work by the copyright owner
296
+ or by an individual or Legal Entity authorized to submit on behalf of
297
+ the copyright owner. For the purposes of this definition, "submitted"
298
+ means any form of electronic, verbal, or written communication sent
299
+ to the Licensor or its representatives, including but not limited to
300
+ communication on electronic mailing lists, source code control systems,
301
+ and issue tracking systems that are managed by, or on behalf of, the
302
+ Licensor for the purpose of discussing and improving the Work, but
303
+ excluding communication that is conspicuously marked or otherwise
304
+ designated in writing by the copyright owner as "Not a Contribution."
305
+
306
+ "Contributor" shall mean Licensor and any individual or Legal Entity
307
+ on behalf of whom a Contribution has been received by Licensor and
308
+ subsequently incorporated within the Work.
309
+
310
+ 2. Grant of Copyright License. Subject to the terms and conditions of
311
+ this License, each Contributor hereby grants to You a perpetual,
312
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
313
+ copyright license to reproduce, prepare Derivative Works of,
314
+ publicly display, publicly perform, sublicense, and distribute the
315
+ Work and such Derivative Works in Source or Object form.
316
+
317
+ 3. Grant of Patent License. Subject to the terms and conditions of
318
+ this License, each Contributor hereby grants to You a perpetual,
319
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
320
+ (except as stated in this section) patent license to make, have made,
321
+ use, offer to sell, sell, import, and otherwise transfer the Work,
322
+ where such license applies only to those patent claims licensable
323
+ by such Contributor that are necessarily infringed by their
324
+ Contribution(s) alone or by combination of their Contribution(s)
325
+ with the Work to which such Contribution(s) was submitted. If You
326
+ institute patent litigation against any entity (including a
327
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
328
+ or a Contribution incorporated within the Work constitutes direct
329
+ or contributory patent infringement, then any patent licenses
330
+ granted to You under this License for that Work shall terminate
331
+ as of the date such litigation is filed.
332
+
333
+ 4. Redistribution. You may reproduce and distribute copies of the
334
+ Work or Derivative Works thereof in any medium, with or without
335
+ modifications, and in Source or Object form, provided that You
336
+ meet the following conditions:
337
+
338
+ (a) You must give any other recipients of the Work or
339
+ Derivative Works a copy of this License; and
340
+
341
+ (b) You must cause any modified files to carry prominent notices
342
+ stating that You changed the files; and
343
+
344
+ (c) You must retain, in the Source form of any Derivative Works
345
+ that You distribute, all copyright, patent, trademark, and
346
+ attribution notices from the Source form of the Work,
347
+ excluding those notices that do not pertain to any part of
348
+ the Derivative Works; and
349
+
350
+ (d) If the Work includes a "NOTICE" text file as part of its
351
+ distribution, then any Derivative Works that You distribute must
352
+ include a readable copy of the attribution notices contained
353
+ within such NOTICE file, excluding those notices that do not
354
+ pertain to any part of the Derivative Works, in at least one
355
+ of the following places: within a NOTICE text file distributed
356
+ as part of the Derivative Works; within the Source form or
357
+ documentation, if provided along with the Derivative Works; or,
358
+ within a display generated by the Derivative Works, if and
359
+ wherever such third-party notices normally appear. The contents
360
+ of the NOTICE file are for informational purposes only and
361
+ do not modify the License. You may add Your own attribution
362
+ notices within Derivative Works that You distribute, alongside
363
+ or as an addendum to the NOTICE text from the Work, provided
364
+ that such additional attribution notices cannot be construed
365
+ as modifying the License.
366
+
367
+ You may add Your own copyright statement to Your modifications and
368
+ may provide additional or different license terms and conditions
369
+ for use, reproduction, or distribution of Your modifications, or
370
+ for any such Derivative Works as a whole, provided Your use,
371
+ reproduction, and distribution of the Work otherwise complies with
372
+ the conditions stated in this License.
373
+
374
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
375
+ any Contribution intentionally submitted for inclusion in the Work
376
+ by You to the Licensor shall be under the terms and conditions of
377
+ this License, without any additional terms or conditions.
378
+ Notwithstanding the above, nothing herein shall supersede or modify
379
+ the terms of any separate license agreement you may have executed
380
+ with Licensor regarding such Contributions.
381
+
382
+ 6. Trademarks. This License does not grant permission to use the trade
383
+ names, trademarks, service marks, or product names of the Licensor,
384
+ except as required for reasonable and customary use in describing the
385
+ origin of the Work and reproducing the content of the NOTICE file.
386
+
387
+ 7. Disclaimer of Warranty. Unless required by applicable law or
388
+ agreed to in writing, Licensor provides the Work (and each
389
+ Contributor provides its Contributions) on an "AS IS" BASIS,
390
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
391
+ implied, including, without limitation, any warranties or conditions
392
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
393
+ PARTICULAR PURPOSE. You are solely responsible for determining the
394
+ appropriateness of using or redistributing the Work and assume any
395
+ risks associated with Your exercise of permissions under this License.
396
+
397
+ 8. Limitation of Liability. In no event and under no legal theory,
398
+ whether in tort (including negligence), contract, or otherwise,
399
+ unless required by applicable law (such as deliberate and grossly
400
+ negligent acts) or agreed to in writing, shall any Contributor be
401
+ liable to You for damages, including any direct, indirect, special,
402
+ incidental, or consequential damages of any character arising as a
403
+ result of this License or out of the use or inability to use the
404
+ Work (including but not limited to damages for loss of goodwill,
405
+ work stoppage, computer failure or malfunction, or any and all
406
+ other commercial damages or losses), even if such Contributor
407
+ has been advised of the possibility of such damages.
408
+
409
+ 9. Accepting Warranty or Additional Liability. While redistributing
410
+ the Work or Derivative Works thereof, You may choose to offer,
411
+ and charge a fee for, acceptance of support, warranty, indemnity,
412
+ or other liability obligations and/or rights consistent with this
413
+ License. However, in accepting such obligations, You may act only
414
+ on Your own behalf and on Your sole responsibility, not on behalf
415
+ of any other Contributor, and only if You agree to indemnify,
416
+ defend, and hold each Contributor harmless for any liability
417
+ incurred by, or claims asserted against, such Contributor by reason
418
+ of your accepting any such warranty or additional liability.
419
+
420
+ END OF TERMS AND CONDITIONS
421
+
422
+ APPENDIX: How to apply the Apache License to your work.
423
+
424
+ To apply the Apache License to your work, attach the following
425
+ boilerplate notice, with the fields enclosed by brackets "[]"
426
+ replaced with your own identifying information. (Don't include
427
+ the brackets!) The text should be enclosed in the appropriate
428
+ comment syntax for the file format. We also recommend that a
429
+ file or class name and description of purpose be included on the
430
+ same "printed page" as the copyright notice for easier
431
+ identification within third-party archives.
432
+
433
+ Copyright [yyyy] [name of copyright owner]
434
+
435
+ Licensed under the Apache License, Version 2.0 (the "License");
436
+ you may not use this file except in compliance with the License.
437
+ You may obtain a copy of the License at
438
+
439
+ http://www.apache.org/licenses/LICENSE-2.0
440
+
441
+ Unless required by applicable law or agreed to in writing, software
442
+ distributed under the License is distributed on an "AS IS" BASIS,
443
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
444
+ See the License for the specific language governing permissions and
445
+ limitations under the License.
446
+
447
+
448
+ ------------------------------------------------------------------------------
449
+ BSD - Scala License
450
+ Scala Library
451
+ ------------------------------------------------------------------------------
452
+
453
+ SCALA LICENSE
454
+
455
+ Copyright (c) 2002-2012 EPFL, Lausanne, unless otherwise specified.
456
+ All rights reserved.
457
+
458
+ This software was developed by the Programming Methods Laboratory of the
459
+ Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland.
460
+
461
+ Permission to use, copy, modify, and distribute this software in source
462
+ or binary form for any purpose with or without fee is hereby granted,
463
+ provided that the following conditions are met:
464
+
465
+ 1. Redistributions of source code must retain the above copyright
466
+ notice, this list of conditions and the following disclaimer.
467
+
468
+ 2. Redistributions in binary form must reproduce the above copyright
469
+ notice, this list of conditions and the following disclaimer in the
470
+ documentation and/or other materials provided with the distribution.
471
+
472
+ 3. Neither the name of the EPFL nor the names of its contributors
473
+ may be used to endorse or promote products derived from this
474
+ software without specific prior written permission.
475
+
476
+
477
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
478
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
479
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
480
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
481
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
482
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
483
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
484
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
485
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
486
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
487
+ SUCH DAMAGE.
488
+
489
+
490
+ ------------------------------------------------------------------------------
491
+ BSD - seedrandom.js
492
+ seedrandom.js
493
+ ------------------------------------------------------------------------------
494
+
495
+ LICENSE (BSD):
496
+
497
+ Copyright 2010 David Bau, all rights reserved.
498
+
499
+ Redistribution and use in source and binary forms, with or without
500
+ modification, are permitted provided that the following conditions are met:
501
+
502
+ 1. Redistributions of source code must retain the above copyright
503
+ notice, this list of conditions and the following disclaimer.
504
+
505
+ 2. Redistributions in binary form must reproduce the above copyright
506
+ notice, this list of conditions and the following disclaimer in the
507
+ documentation and/or other materials provided with the distribution.
508
+
509
+ 3. Neither the name of this module nor the names of its contributors may
510
+ be used to endorse or promote products derived from this software
511
+ without specific prior written permission.
512
+
513
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
514
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
515
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
516
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
517
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
518
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
519
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
520
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
521
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
522
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
523
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
524
+
525
+
526
+ ------------------------------------------------------------------------------
527
+ BSD License
528
+ AntLR Parser Generator
529
+ ASM Analysis
530
+ ASM Commons
531
+ ASM Tree
532
+ ASM Util
533
+ Blueprints-Core
534
+ Blueprints-Neo4jGraph
535
+ Easing Equations (in easing.js)
536
+ Gremlin-Groovy: Gremlin for the Groovy Language
537
+ Gremlin-Java: Gremlin for the Java Language
538
+ Janino
539
+ Pipes: A Lazy Data Flow Framework
540
+ Pure Feature Detection Library (has.js)
541
+ ------------------------------------------------------------------------------
542
+
543
+ Copyright (c) <year>, <copyright holder>
544
+ All rights reserved.
545
+
546
+ Redistribution and use in source and binary forms, with or without
547
+ modification, are permitted provided that the following conditions are met:
548
+ * Redistributions of source code must retain the above copyright
549
+ notice, this list of conditions and the following disclaimer.
550
+ * Redistributions in binary form must reproduce the above copyright
551
+ notice, this list of conditions and the following disclaimer in the
552
+ documentation and/or other materials provided with the distribution.
553
+ * Neither the name of the <organization> nor the
554
+ names of its contributors may be used to endorse or promote products
555
+ derived from this software without specific prior written permission.
556
+
557
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
558
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
559
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
560
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
561
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
562
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
563
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
564
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
565
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
566
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
567
+
568
+
569
+ ------------------------------------------------------------------------------
570
+ Bouncy Castle License
571
+ Legion of the Bouncy Castle Java Cryptography APIs
572
+ ------------------------------------------------------------------------------
573
+
574
+ Please note: our license is an adaptation of the MIT X11 License and should be
575
+ read as such.
576
+
577
+ LICENSE
578
+
579
+ Copyright (c) 2000 - 2011 The Legion Of The Bouncy Castle
580
+ (http://www.bouncycastle.org)
581
+
582
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
583
+ this software and associated documentation files (the "Software"), to deal in
584
+ the Software without restriction, including without limitation the rights to
585
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
586
+ the Software, and to permit persons to whom the Software is furnished to do so,
587
+ subject to the following conditions:
588
+
589
+ The above copyright notice and this permission notice shall be included in all
590
+ copies or substantial portions of the Software.
591
+
592
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
593
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
594
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
595
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
596
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
597
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
598
+
599
+
600
+ ------------------------------------------------------------------------------
601
+ Common Development and Distribution License Version 1.1
602
+ jersey-core
603
+ jersey-multipart
604
+ jersey-server
605
+ jsr311-api
606
+ MIME streaming extension
607
+ ------------------------------------------------------------------------------
608
+
609
+ COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
610
+
611
+ 1. Definitions.
612
+
613
+ 1.1. "Contributor" means each individual or entity that creates or
614
+ contributes to the creation of Modifications.
615
+
616
+ 1.2. "Contributor Version" means the combination of the Original
617
+ Software, prior Modifications used by a Contributor (if any), and the
618
+ Modifications made by that particular Contributor.
619
+
620
+ 1.3. "Covered Software" means (a) the Original Software, or (b)
621
+ Modifications, or (c) the combination of files containing Original
622
+ Software with files containing Modifications, in each case including
623
+ portions thereof.
624
+
625
+ 1.4. "Executable" means the Covered Software in any form other than
626
+ Source Code.
627
+
628
+ 1.5. "Initial Developer" means the individual or entity that first makes
629
+ Original Software available under this License.
630
+
631
+ 1.6. "Larger Work" means a work which combines Covered Software or
632
+ portions thereof with code not governed by the terms of this License.
633
+
634
+ 1.7. "License" means this document.
635
+
636
+ 1.8. "Licensable" means having the right to grant, to the maximum extent
637
+ possible, whether at the time of the initial grant or subsequently
638
+ acquired, any and all of the rights conveyed herein.
639
+
640
+ 1.9. "Modifications" means the Source Code and Executable form of any of
641
+ the following:
642
+
643
+ A. Any file that results from an addition to, deletion from or
644
+ modification of the contents of a file containing Original Software or
645
+ previous Modifications;
646
+
647
+ B. Any new file that contains any part of the Original Software or
648
+ previous Modification; or
649
+
650
+ C. Any new file that is contributed or otherwise made available under
651
+ the terms of this License.
652
+
653
+ 1.10. "Original Software" means the Source Code and Executable form of
654
+ computer software code that is originally released under this License.
655
+
656
+ 1.11. "Patent Claims" means any patent claim(s), now owned or hereafter
657
+ acquired, including without limitation, method, process, and apparatus
658
+ claims, in any patent Licensable by grantor.
659
+
660
+ 1.12. "Source Code" means (a) the common form of computer software code
661
+ in which modifications are made and (b) associated documentation
662
+ included in or with such code.
663
+
664
+ 1.13. "You" (or "Your") means an individual or a legal entity exercising
665
+ rights under, and complying with all of the terms of, this License. For
666
+ legal entities, "You" includes any entity which controls, is controlled
667
+ by, or is under common control with You. For purposes of this
668
+ definition, "control" means (a) the power, direct or indirect, to cause
669
+ the direction or management of such entity, whether by contract or
670
+ otherwise, or (b) ownership of more than fifty percent (50%) of the
671
+ outstanding shares or beneficial ownership of such entity.
672
+
673
+ 2. License Grants.
674
+
675
+ 2.1. The Initial Developer Grant.
676
+
677
+ Conditioned upon Your compliance with Section 3.1 below and subject to
678
+ third party intellectual property claims, the Initial Developer hereby
679
+ grants You a world-wide, royalty-free, non-exclusive license:
680
+
681
+ (a) under intellectual property rights (other than patent or trademark)
682
+ Licensable by Initial Developer, to use, reproduce, modify, display,
683
+ perform, sublicense and distribute the Original Software (or portions
684
+ thereof), with or without Modifications, and/or as part of a Larger
685
+ Work; and
686
+
687
+ (b) under Patent Claims infringed by the making, using or selling of
688
+ Original Software, to make, have made, use, practice, sell, and offer
689
+ for sale, and/or otherwise dispose of the Original Software (or portions
690
+ thereof).
691
+
692
+ (c) The licenses granted in Sections 2.1(a) and (b) are effective on the
693
+ date Initial Developer first distributes or otherwise makes the Original
694
+ Software available to a third party under the terms of this License.
695
+
696
+ (d) Notwithstanding Section 2.1(b) above, no patent license is granted:
697
+ (1) for code that You delete from the Original Software, or (2) for
698
+ infringements caused by: (i) the modification of the Original Software,
699
+ or (ii) the combination of the Original Software with other software or
700
+ devices.
701
+
702
+ 2.2. Contributor Grant.
703
+
704
+ Conditioned upon Your compliance with Section 3.1 below and subject to
705
+ third party intellectual property claims, each Contributor hereby grants
706
+ You a world-wide, royalty-free, non-exclusive license:
707
+
708
+ (a) under intellectual property rights (other than patent or trademark)
709
+ Licensable by Contributor to use, reproduce, modify, display, perform,
710
+ sublicense and distribute the Modifications created by such Contributor
711
+ (or portions thereof), either on an unmodified basis, with other
712
+ Modifications, as Covered Software and/or as part of a Larger Work; and
713
+
714
+ (b) under Patent Claims infringed by the making, using, or selling of
715
+ Modifications made by that Contributor either alone and/or in
716
+ combination with its Contributor Version (or portions of such
717
+ combination), to make, use, sell, offer for sale, have made, and/or
718
+ otherwise dispose of: (1) Modifications made by that Contributor (or
719
+ portions thereof); and (2) the combination of Modifications made by that
720
+ Contributor with its Contributor Version (or portions of such
721
+ combination).
722
+
723
+ (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on
724
+ the date Contributor first distributes or otherwise makes the
725
+ Modifications available to a third party.
726
+
727
+ (d) Notwithstanding Section 2.2(b) above, no patent license is granted:
728
+ (1) for any code that Contributor has deleted from the Contributor
729
+ Version; (2) for infringements caused by: (i) third party modifications
730
+ of Contributor Version, or (ii) the combination of Modifications made by
731
+ that Contributor with other software (except as part of the Contributor
732
+ Version) or other devices; or (3) under Patent Claims infringed by
733
+ Covered Software in the absence of Modifications made by that
734
+ Contributor.
735
+
736
+ 3. Distribution Obligations.
737
+
738
+ 3.1. Availability of Source Code.
739
+
740
+ Any Covered Software that You distribute or otherwise make available in
741
+ Executable form must also be made available in Source Code form and that
742
+ Source Code form must be distributed only under the terms of this
743
+ License. You must include a copy of this License with every copy of the
744
+ Source Code form of the Covered Software You distribute or otherwise
745
+ make available. You must inform recipients of any such Covered Software
746
+ in Executable form as to how they can obtain such Covered Software in
747
+ Source Code form in a reasonable manner on or through a medium
748
+ customarily used for software exchange.
749
+
750
+ 3.2. Modifications.
751
+
752
+ The Modifications that You create or to which You contribute are
753
+ governed by the terms of this License. You represent that You believe
754
+ Your Modifications are Your original creation(s) and/or You have
755
+ sufficient rights to grant the rights conveyed by this License.
756
+
757
+ 3.3. Required Notices.
758
+
759
+ You must include a notice in each of Your Modifications that identifies
760
+ You as the Contributor of the Modification. You may not remove or alter
761
+ any copyright, patent or trademark notices contained within the Covered
762
+ Software, or any notices of licensing or any descriptive text giving
763
+ attribution to any Contributor or the Initial Developer.
764
+
765
+ 3.4. Application of Additional Terms.
766
+
767
+ You may not offer or impose any terms on any Covered Software in Source
768
+ Code form that alters or restricts the applicable version of this
769
+ License or the recipients' rights hereunder. You may choose to offer,
770
+ and to charge a fee for, warranty, support, indemnity or liability
771
+ obligations to one or more recipients of Covered Software. However, you
772
+ may do so only on Your own behalf, and not on behalf of the Initial
773
+ Developer or any Contributor. You must make it absolutely clear that any
774
+ such warranty, support, indemnity or liability obligation is offered by
775
+ You alone, and You hereby agree to indemnify the Initial Developer and
776
+ every Contributor for any liability incurred by the Initial Developer or
777
+ such Contributor as a result of warranty, support, indemnity or
778
+ liability terms You offer.
779
+
780
+ 3.5. Distribution of Executable Versions.
781
+
782
+ You may distribute the Executable form of the Covered Software under the
783
+ terms of this License or under the terms of a license of Your choice,
784
+ which may contain terms different from this License, provided that You
785
+ are in compliance with the terms of this License and that the license
786
+ for the Executable form does not attempt to limit or alter the
787
+ recipient's rights in the Source Code form from the rights set forth in
788
+ this License. If You distribute the Covered Software in Executable form
789
+ under a different license, You must make it absolutely clear that any
790
+ terms which differ from this License are offered by You alone, not by
791
+ the Initial Developer or Contributor. You hereby agree to indemnify the
792
+ Initial Developer and every Contributor for any liability incurred by
793
+ the Initial Developer or such Contributor as a result of any such terms
794
+ You offer.
795
+
796
+ 3.6. Larger Works.
797
+
798
+ You may create a Larger Work by combining Covered Software with other
799
+ code not governed by the terms of this License and distribute the Larger
800
+ Work as a single product. In such a case, You must make sure the
801
+ requirements of this License are fulfilled for the Covered Software.
802
+
803
+ 4. Versions of the License.
804
+
805
+ 4.1. New Versions.
806
+
807
+ Oracle is the initial license steward and may publish revised and/or new
808
+ versions of this License from time to time. Each version will be given a
809
+ distinguishing version number. Except as provided in Section 4.3, no one
810
+ other than the license steward has the right to modify this License.
811
+
812
+ 4.2. Effect of New Versions.
813
+
814
+ You may always continue to use, distribute or otherwise make the Covered
815
+ Software available under the terms of the version of the License under
816
+ which You originally received the Covered Software. If the Initial
817
+ Developer includes a notice in the Original Software prohibiting it from
818
+ being distributed or otherwise made available under any subsequent
819
+ version of the License, You must distribute and make the Covered
820
+ Software available under the terms of the version of the License under
821
+ which You originally received the Covered Software. Otherwise, You may
822
+ also choose to use, distribute or otherwise make the Covered Software
823
+ available under the terms of any subsequent version of the License
824
+ published by the license steward.
825
+
826
+ 4.3. Modified Versions.
827
+
828
+ When You are an Initial Developer and You want to create a new license
829
+ for Your Original Software, You may create and use a modified version of
830
+ this License if You: (a) rename the license and remove any references to
831
+ the name of the license steward (except to note that the license differs
832
+ from this License); and (b) otherwise make it clear that the license
833
+ contains terms which differ from this License.
834
+
835
+ 5. DISCLAIMER OF WARRANTY.
836
+
837
+ COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
838
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
839
+ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
840
+ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
841
+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED
842
+ SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY
843
+ RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME
844
+ THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS
845
+ DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO
846
+ USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
847
+ DISCLAIMER.
848
+
849
+ 6. TERMINATION.
850
+
851
+ 6.1. This License and the rights granted hereunder will terminate
852
+ automatically if You fail to comply with terms herein and fail to cure
853
+ such breach within 30 days of becoming aware of the breach. Provisions
854
+ which, by their nature, must remain in effect beyond the termination of
855
+ this License shall survive.
856
+
857
+ 6.2. If You assert a patent infringement claim (excluding declaratory
858
+ judgment actions) against Initial Developer or a Contributor (the
859
+ Initial Developer or Contributor against whom You assert such claim is
860
+ referred to as "Participant") alleging that the Participant Software
861
+ (meaning the Contributor Version where the Participant is a Contributor
862
+ or the Original Software where the Participant is the Initial Developer)
863
+ directly or indirectly infringes any patent, then any and all rights
864
+ granted directly or indirectly to You by such Participant, the Initial
865
+ Developer (if the Initial Developer is not the Participant) and all
866
+ Contributors under Sections 2.1 and/or 2.2 of this License shall, upon
867
+ 60 days notice from Participant terminate prospectively and
868
+ automatically at the expiration of such 60 day notice period, unless if
869
+ within such 60 day period You withdraw Your claim with respect to the
870
+ Participant Software against such Participant either unilaterally or
871
+ pursuant to a written agreement with Participant.
872
+
873
+ 6.3. If You assert a patent infringement claim against Participant
874
+ alleging that the Participant Software directly or indirectly infringes
875
+ any patent where such claim is resolved (such as by license or
876
+ settlement) prior to the initiation of patent infringement litigation,
877
+ then the reasonable value of the licenses granted by such Participant
878
+ under Sections 2.1 or 2.2 shall be taken into account in determining the
879
+ amount or value of any payment or license.
880
+
881
+ 6.4. In the event of termination under Sections 6.1 or 6.2 above, all
882
+ end user licenses that have been validly granted by You or any
883
+ distributor hereunder prior to termination (excluding licenses granted
884
+ to You by any distributor) shall survive termination.
885
+
886
+ 7. LIMITATION OF LIABILITY.
887
+
888
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
889
+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
890
+ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED
891
+ SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY
892
+ PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
893
+ OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
894
+ GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL
895
+ OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
896
+ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
897
+ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
898
+ RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
899
+ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
900
+ OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION
901
+ AND LIMITATION MAY NOT APPLY TO YOU.
902
+
903
+ 8. U.S. GOVERNMENT END USERS.
904
+
905
+ The Covered Software is a "commercial item," as that term is defined in
906
+ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
907
+ software" (as that term is defined at 48 C.F.R. § 252.227-7014(a)(1))
908
+ and "commercial computer software documentation" as such terms are used
909
+ in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and
910
+ 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government
911
+ End Users acquire Covered Software with only those rights set forth
912
+ herein. This U.S. Government Rights clause is in lieu of, and
913
+ supersedes, any other FAR, DFAR, or other clause or provision that
914
+ addresses Government rights in computer software under this License.
915
+
916
+ 9. MISCELLANEOUS.
917
+
918
+ This License represents the complete agreement concerning subject matter
919
+ hereof. If any provision of this License is held to be unenforceable,
920
+ such provision shall be reformed only to the extent necessary to make it
921
+ enforceable. This License shall be governed by the law of the
922
+ jurisdiction specified in a notice contained within the Original
923
+ Software (except to the extent applicable law, if any, provides
924
+ otherwise), excluding such jurisdiction's conflict-of-law provisions.
925
+ Any litigation relating to this License shall be subject to the
926
+ jurisdiction of the courts located in the jurisdiction and venue
927
+ specified in a notice contained within the Original Software, with the
928
+ losing party responsible for costs, including, without limitation, court
929
+ costs and reasonable attorneys' fees and expenses. The application of
930
+ the United Nations Convention on Contracts for the International Sale of
931
+ Goods is expressly excluded. Any law or regulation which provides that
932
+ the language of a contract shall be construed against the drafter shall
933
+ not apply to this License. You agree that You alone are responsible for
934
+ compliance with the United States export administration regulations (and
935
+ the export control laws and regulation of any other countries) when You
936
+ use, distribute or otherwise make available any Covered Software.
937
+
938
+ 10. RESPONSIBILITY FOR CLAIMS.
939
+
940
+ As between Initial Developer and the Contributors, each party is
941
+ responsible for claims and damages arising, directly or indirectly, out
942
+ of its utilization of rights under this License and You agree to work
943
+ with Initial Developer and Contributors to distribute such
944
+ responsibility on an equitable basis. Nothing herein is intended or
945
+ shall be deemed to constitute any admission of liability.
946
+
947
+ NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION
948
+ LICENSE (CDDL)
949
+
950
+ The code released under the CDDL shall be governed by the laws of the
951
+ State of California (excluding conflict-of-law provisions). Any
952
+ litigation relating to this License shall be subject to the jurisdiction
953
+ of the Federal Courts of the Northern District of California and the
954
+ state courts of the State of California, with venue lying in Santa Clara
955
+ County, California.
956
+
957
+
958
+ ------------------------------------------------------------------------------
959
+ Creative Commons - Glyphish
960
+ Glyphish Icons Free
961
+ ------------------------------------------------------------------------------
962
+
963
+ GLYPHISH ICONS FREE
964
+
965
+ Created by Joseph Wain and downloaded from http://glyphish.com
966
+
967
+ This work is licensed under the Creative Commons Attribution 3.0 United States
968
+ License. To view a copy of this license, visit
969
+ http://creativecommons.org/licenses/by/3.0/us/
970
+
971
+ You are free to share and to remix it remix under the following conditions:
972
+
973
+ * You must attribute the work in the manner specified by the author (SEE
974
+ BELOW).
975
+
976
+ * For any reuse or distribution, you must make clear to others the
977
+ license terms of this work.
978
+
979
+ * The above conditions can be waived if you get permission from the
980
+ copyright holder (send me an email to discuss).
981
+
982
+ You're free to use these icons for commercial and non-commercial purposes, for
983
+ yourself, your company and your clients, and to edit, remix and otherwise modify
984
+ them, as long as clear attribution is provided. You may not sell or redistribute
985
+ the icons themselves as icons.
986
+
987
+ Additionally, you may not use them in a way that encourages downstream
988
+ distribution -- no templates or skins or theme kits or similar uses, no
989
+ app-building tools or similar. (The person using the theme or template might not
990
+ know where the icons came from and thus wouldn't be following the license.) This
991
+ specifically prohibits the use in any kind of "app builder" tool or platform,
992
+ especially where the icons are provided as choices to people using the tool to
993
+ create apps.
994
+
995
+ ATTRIBUTION -- A note on your app's website, like "Icons by Glyphish" or
996
+ similar, plus a link back to glyphish.com, is the preferred form of attribution.
997
+ For questions about attribution, contact me via the Glyphish website.
998
+
999
+ USE WITHOUT ATTRIBUTION -- If attribution is not possible, workable or desirable
1000
+ for your application, get in touch to discuss other options.
1001
+
1002
+
1003
+ ------------------------------------------------------------------------------
1004
+ Eclipse Public License, Version 1.0
1005
+ Jetty Server
1006
+ Jetty Utilities
1007
+ Logback Access Module
1008
+ Logback Classic Module
1009
+ Logback Core Module
1010
+ ------------------------------------------------------------------------------
1011
+
1012
+ Eclipse Public License - v 1.0
1013
+
1014
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
1015
+ LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
1016
+ CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
1017
+
1018
+ 1. DEFINITIONS
1019
+
1020
+ "Contribution" means:
1021
+
1022
+ a) in the case of the initial Contributor, the initial code and documentation
1023
+ distributed under this Agreement, and
1024
+
1025
+ b) in the case of each subsequent Contributor:
1026
+
1027
+ i) changes to the Program, and
1028
+
1029
+ ii) additions to the Program;
1030
+
1031
+ where such changes and/or additions to the Program originate from and are
1032
+ distributed by that particular Contributor. A Contribution 'originates' from a
1033
+ Contributor if it was added to the Program by such Contributor itself or anyone
1034
+ acting on such Contributor's behalf. Contributions do not include additions to
1035
+ the Program which: (i) are separate modules of software distributed in
1036
+ conjunction with the Program under their own license agreement, and (ii) are not
1037
+ derivative works of the Program.
1038
+
1039
+ "Contributor" means any person or entity that distributes the Program.
1040
+
1041
+ "Licensed Patents" mean patent claims licensable by a Contributor which are
1042
+ necessarily infringed by the use or sale of its Contribution alone or when
1043
+ combined with the Program.
1044
+
1045
+ "Program" means the Contributions distributed in accordance with this Agreement.
1046
+
1047
+ "Recipient" means anyone who receives the Program under this Agreement,
1048
+ including all Contributors.
1049
+
1050
+ 2. GRANT OF RIGHTS
1051
+
1052
+ a) Subject to the terms of this Agreement, each Contributor hereby grants
1053
+ Recipient a non-exclusive, worldwide, royalty-free copyright license to
1054
+ reproduce, prepare derivative works of, publicly display, publicly perform,
1055
+ distribute and sublicense the Contribution of such Contributor, if any, and such
1056
+ derivative works, in source code and object code form.
1057
+
1058
+ b) Subject to the terms of this Agreement, each Contributor hereby grants
1059
+ Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
1060
+ Patents to make, use, sell, offer to sell, import and otherwise transfer the
1061
+ Contribution of such Contributor, if any, in source code and object code form.
1062
+ This patent license shall apply to the combination of the Contribution and the
1063
+ Program if, at the time the Contribution is added by the Contributor, such
1064
+ addition of the Contribution causes such combination to be covered by the
1065
+ Licensed Patents. The patent license shall not apply to any other combinations
1066
+ which include the Contribution. No hardware per se is licensed hereunder.
1067
+
1068
+ c) Recipient understands that although each Contributor grants the licenses to
1069
+ its Contributions set forth herein, no assurances are provided by any
1070
+ Contributor that the Program does not infringe the patent or other intellectual
1071
+ property rights of any other entity. Each Contributor disclaims any liability to
1072
+ Recipient for claims brought by any other entity based on infringement of
1073
+ intellectual property rights or otherwise. As a condition to exercising the
1074
+ rights and licenses granted hereunder, each Recipient hereby assumes sole
1075
+ responsibility to secure any other intellectual property rights needed, if any.
1076
+ For example, if a third party patent license is required to allow Recipient to
1077
+ distribute the Program, it is Recipient's responsibility to acquire that license
1078
+ before distributing the Program.
1079
+
1080
+ d) Each Contributor represents that to its knowledge it has sufficient copyright
1081
+ rights in its Contribution, if any, to grant the copyright license set forth in
1082
+ this Agreement.
1083
+
1084
+ 3. REQUIREMENTS
1085
+
1086
+ A Contributor may choose to distribute the Program in object code form under its
1087
+ own license agreement, provided that:
1088
+
1089
+ a) it complies with the terms and conditions of this Agreement; and
1090
+
1091
+ b) its license agreement:
1092
+
1093
+ i) effectively disclaims on behalf of all Contributors all warranties and
1094
+ conditions, express and implied, including warranties or conditions of title and
1095
+ non-infringement, and implied warranties or conditions of merchantability and
1096
+ fitness for a particular purpose;
1097
+
1098
+ ii) effectively excludes on behalf of all Contributors all liability for
1099
+ damages, including direct, indirect, special, incidental and consequential
1100
+ damages, such as lost profits;
1101
+
1102
+ iii) states that any provisions which differ from this Agreement are offered by
1103
+ that Contributor alone and not by any other party; and
1104
+
1105
+ iv) states that source code for the Program is available from such Contributor,
1106
+ and informs licensees how to obtain it in a reasonable manner on or through a
1107
+ medium customarily used for software exchange.
1108
+
1109
+ When the Program is made available in source code form:
1110
+
1111
+ a) it must be made available under this Agreement; and
1112
+
1113
+ b) a copy of this Agreement must be included with each copy of the Program.
1114
+
1115
+ Contributors may not remove or alter any copyright notices contained within the
1116
+ Program.
1117
+
1118
+ Each Contributor must identify itself as the originator of its Contribution, if
1119
+ any, in a manner that reasonably allows subsequent Recipients to identify the
1120
+ originator of the Contribution.
1121
+
1122
+ 4. COMMERCIAL DISTRIBUTION
1123
+
1124
+ Commercial distributors of software may accept certain responsibilities with
1125
+ respect to end users, business partners and the like. While this license is
1126
+ intended to facilitate the commercial use of the Program, the Contributor who
1127
+ includes the Program in a commercial product offering should do so in a manner
1128
+ which does not create potential liability for other Contributors. Therefore, if
1129
+ a Contributor includes the Program in a commercial product offering, such
1130
+ Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
1131
+ every other Contributor ("Indemnified Contributor") against any losses, damages
1132
+ and costs (collectively "Losses") arising from claims, lawsuits and other legal
1133
+ actions brought by a third party against the Indemnified Contributor to the
1134
+ extent caused by the acts or omissions of such Commercial Contributor in
1135
+ connection with its distribution of the Program in a commercial product
1136
+ offering. The obligations in this section do not apply to any claims or Losses
1137
+ relating to any actual or alleged intellectual property infringement. In order
1138
+ to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
1139
+ Contributor in writing of such claim, and b) allow the Commercial Contributor to
1140
+ control, and cooperate with the Commercial Contributor in, the defense and any
1141
+ related settlement negotiations. The Indemnified Contributor may participate in
1142
+ any such claim at its own expense.
1143
+
1144
+ For example, a Contributor might include the Program in a commercial product
1145
+ offering, Product X. That Contributor is then a Commercial Contributor. If that
1146
+ Commercial Contributor then makes performance claims, or offers warranties
1147
+ related to Product X, those performance claims and warranties are such
1148
+ Commercial Contributor's responsibility alone. Under this section, the
1149
+ Commercial Contributor would have to defend claims against the other
1150
+ Contributors related to those performance claims and warranties, and if a court
1151
+ requires any other Contributor to pay any damages as a result, the Commercial
1152
+ Contributor must pay those damages.
1153
+
1154
+ 5. NO WARRANTY
1155
+
1156
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
1157
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
1158
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
1159
+ NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
1160
+ Recipient is solely responsible for determining the appropriateness of using and
1161
+ distributing the Program and assumes all risks associated with its exercise of
1162
+ rights under this Agreement , including but not limited to the risks and costs
1163
+ of program errors, compliance with applicable laws, damage to or loss of data,
1164
+ programs or equipment, and unavailability or interruption of operations.
1165
+
1166
+ 6. DISCLAIMER OF LIABILITY
1167
+
1168
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
1169
+ CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1170
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
1171
+ PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1172
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1173
+ OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
1174
+ GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1175
+
1176
+ 7. GENERAL
1177
+
1178
+ If any provision of this Agreement is invalid or unenforceable under applicable
1179
+ law, it shall not affect the validity or enforceability of the remainder of the
1180
+ terms of this Agreement, and without further action by the parties hereto, such
1181
+ provision shall be reformed to the minimum extent necessary to make such
1182
+ provision valid and enforceable.
1183
+
1184
+ If Recipient institutes patent litigation against any entity (including a
1185
+ cross-claim or counterclaim in a lawsuit) alleging that the Program itself
1186
+ (excluding combinations of the Program with other software or hardware)
1187
+ infringes such Recipient's patent(s), then such Recipient's rights granted under
1188
+ Section 2(b) shall terminate as of the date such litigation is filed.
1189
+
1190
+ All Recipient's rights under this Agreement shall terminate if it fails to
1191
+ comply with any of the material terms or conditions of this Agreement and does
1192
+ not cure such failure in a reasonable period of time after becoming aware of
1193
+ such noncompliance. If all Recipient's rights under this Agreement terminate,
1194
+ Recipient agrees to cease use and distribution of the Program as soon as
1195
+ reasonably practicable. However, Recipient's obligations under this Agreement
1196
+ and any licenses granted by Recipient relating to the Program shall continue and
1197
+ survive.
1198
+
1199
+ Everyone is permitted to copy and distribute copies of this Agreement, but in
1200
+ order to avoid inconsistency the Agreement is copyrighted and may only be
1201
+ modified in the following manner. The Agreement Steward reserves the right to
1202
+ publish new versions (including revisions) of this Agreement from time to time.
1203
+ No one other than the Agreement Steward has the right to modify this Agreement.
1204
+ The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
1205
+ may assign the responsibility to serve as the Agreement Steward to a suitable
1206
+ separate entity. Each new version of the Agreement will be given a
1207
+ distinguishing version number. The Program (including Contributions) may always
1208
+ be distributed subject to the version of the Agreement under which it was
1209
+ received. In addition, after a new version of the Agreement is published,
1210
+ Contributor may elect to distribute the Program (including its Contributions)
1211
+ under the new version. Except as expressly stated in Sections 2(a) and 2(b)
1212
+ above, Recipient receives no rights or licenses to the intellectual property of
1213
+ any Contributor under this Agreement, whether expressly, by implication,
1214
+ estoppel or otherwise. All rights in the Program not expressly granted under
1215
+ this Agreement are reserved.
1216
+
1217
+ This Agreement is governed by the laws of the State of New York and the
1218
+ intellectual property laws of the United States of America. No party to this
1219
+ Agreement will bring a legal action under this Agreement more than one year
1220
+ after the cause of action arose. Each party waives its rights to a jury trial in
1221
+ any resulting litigation.
1222
+
1223
+
1224
+ ------------------------------------------------------------------------------
1225
+ GNU General Public License, version 2
1226
+ Color picker
1227
+ JQuery
1228
+ jquery.hotkeys.js
1229
+ jquery.putCursorAtEnd.js
1230
+ jquery.sortable.js
1231
+ ------------------------------------------------------------------------------
1232
+
1233
+ GNU GENERAL PUBLIC LICENSE
1234
+ Version 2, June 1991
1235
+
1236
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
1237
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1238
+ Everyone is permitted to copy and distribute verbatim copies
1239
+ of this license document, but changing it is not allowed.
1240
+
1241
+ Preamble
1242
+
1243
+ The licenses for most software are designed to take away your
1244
+ freedom to share and change it. By contrast, the GNU General Public
1245
+ License is intended to guarantee your freedom to share and change free
1246
+ software--to make sure the software is free for all its users. This
1247
+ General Public License applies to most of the Free Software
1248
+ Foundation's software and to any other program whose authors commit to
1249
+ using it. (Some other Free Software Foundation software is covered by
1250
+ the GNU Lesser General Public License instead.) You can apply it to
1251
+ your programs, too.
1252
+
1253
+ When we speak of free software, we are referring to freedom, not
1254
+ price. Our General Public Licenses are designed to make sure that you
1255
+ have the freedom to distribute copies of free software (and charge for
1256
+ this service if you wish), that you receive source code or can get it
1257
+ if you want it, that you can change the software or use pieces of it
1258
+ in new free programs; and that you know you can do these things.
1259
+
1260
+ To protect your rights, we need to make restrictions that forbid
1261
+ anyone to deny you these rights or to ask you to surrender the rights.
1262
+ These restrictions translate to certain responsibilities for you if you
1263
+ distribute copies of the software, or if you modify it.
1264
+
1265
+ For example, if you distribute copies of such a program, whether
1266
+ gratis or for a fee, you must give the recipients all the rights that
1267
+ you have. You must make sure that they, too, receive or can get the
1268
+ source code. And you must show them these terms so they know their
1269
+ rights.
1270
+
1271
+ We protect your rights with two steps: (1) copyright the software, and
1272
+ (2) offer you this license which gives you legal permission to copy,
1273
+ distribute and/or modify the software.
1274
+
1275
+ Also, for each author's protection and ours, we want to make certain
1276
+ that everyone understands that there is no warranty for this free
1277
+ software. If the software is modified by someone else and passed on, we
1278
+ want its recipients to know that what they have is not the original, so
1279
+ that any problems introduced by others will not reflect on the original
1280
+ authors' reputations.
1281
+
1282
+ Finally, any free program is threatened constantly by software
1283
+ patents. We wish to avoid the danger that redistributors of a free
1284
+ program will individually obtain patent licenses, in effect making the
1285
+ program proprietary. To prevent this, we have made it clear that any
1286
+ patent must be licensed for everyone's free use or not licensed at all.
1287
+
1288
+ The precise terms and conditions for copying, distribution and
1289
+ modification follow.
1290
+
1291
+ GNU GENERAL PUBLIC LICENSE
1292
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1293
+
1294
+ 0. This License applies to any program or other work which contains
1295
+ a notice placed by the copyright holder saying it may be distributed
1296
+ under the terms of this General Public License. The "Program", below,
1297
+ refers to any such program or work, and a "work based on the Program"
1298
+ means either the Program or any derivative work under copyright law:
1299
+ that is to say, a work containing the Program or a portion of it,
1300
+ either verbatim or with modifications and/or translated into another
1301
+ language. (Hereinafter, translation is included without limitation in
1302
+ the term "modification".) Each licensee is addressed as "you".
1303
+
1304
+ Activities other than copying, distribution and modification are not
1305
+ covered by this License; they are outside its scope. The act of
1306
+ running the Program is not restricted, and the output from the Program
1307
+ is covered only if its contents constitute a work based on the
1308
+ Program (independent of having been made by running the Program).
1309
+ Whether that is true depends on what the Program does.
1310
+
1311
+ 1. You may copy and distribute verbatim copies of the Program's
1312
+ source code as you receive it, in any medium, provided that you
1313
+ conspicuously and appropriately publish on each copy an appropriate
1314
+ copyright notice and disclaimer of warranty; keep intact all the
1315
+ notices that refer to this License and to the absence of any warranty;
1316
+ and give any other recipients of the Program a copy of this License
1317
+ along with the Program.
1318
+
1319
+ You may charge a fee for the physical act of transferring a copy, and
1320
+ you may at your option offer warranty protection in exchange for a fee.
1321
+
1322
+ 2. You may modify your copy or copies of the Program or any portion
1323
+ of it, thus forming a work based on the Program, and copy and
1324
+ distribute such modifications or work under the terms of Section 1
1325
+ above, provided that you also meet all of these conditions:
1326
+
1327
+ a) You must cause the modified files to carry prominent notices
1328
+ stating that you changed the files and the date of any change.
1329
+
1330
+ b) You must cause any work that you distribute or publish, that in
1331
+ whole or in part contains or is derived from the Program or any
1332
+ part thereof, to be licensed as a whole at no charge to all third
1333
+ parties under the terms of this License.
1334
+
1335
+ c) If the modified program normally reads commands interactively
1336
+ when run, you must cause it, when started running for such
1337
+ interactive use in the most ordinary way, to print or display an
1338
+ announcement including an appropriate copyright notice and a
1339
+ notice that there is no warranty (or else, saying that you provide
1340
+ a warranty) and that users may redistribute the program under
1341
+ these conditions, and telling the user how to view a copy of this
1342
+ License. (Exception: if the Program itself is interactive but
1343
+ does not normally print such an announcement, your work based on
1344
+ the Program is not required to print an announcement.)
1345
+
1346
+ These requirements apply to the modified work as a whole. If
1347
+ identifiable sections of that work are not derived from the Program,
1348
+ and can be reasonably considered independent and separate works in
1349
+ themselves, then this License, and its terms, do not apply to those
1350
+ sections when you distribute them as separate works. But when you
1351
+ distribute the same sections as part of a whole which is a work based
1352
+ on the Program, the distribution of the whole must be on the terms of
1353
+ this License, whose permissions for other licensees extend to the
1354
+ entire whole, and thus to each and every part regardless of who wrote it.
1355
+
1356
+ Thus, it is not the intent of this section to claim rights or contest
1357
+ your rights to work written entirely by you; rather, the intent is to
1358
+ exercise the right to control the distribution of derivative or
1359
+ collective works based on the Program.
1360
+
1361
+ In addition, mere aggregation of another work not based on the Program
1362
+ with the Program (or with a work based on the Program) on a volume of
1363
+ a storage or distribution medium does not bring the other work under
1364
+ the scope of this License.
1365
+
1366
+ 3. You may copy and distribute the Program (or a work based on it,
1367
+ under Section 2) in object code or executable form under the terms of
1368
+ Sections 1 and 2 above provided that you also do one of the following:
1369
+
1370
+ a) Accompany it with the complete corresponding machine-readable
1371
+ source code, which must be distributed under the terms of Sections
1372
+ 1 and 2 above on a medium customarily used for software interchange; or,
1373
+
1374
+ b) Accompany it with a written offer, valid for at least three
1375
+ years, to give any third party, for a charge no more than your
1376
+ cost of physically performing source distribution, a complete
1377
+ machine-readable copy of the corresponding source code, to be
1378
+ distributed under the terms of Sections 1 and 2 above on a medium
1379
+ customarily used for software interchange; or,
1380
+
1381
+ c) Accompany it with the information you received as to the offer
1382
+ to distribute corresponding source code. (This alternative is
1383
+ allowed only for noncommercial distribution and only if you
1384
+ received the program in object code or executable form with such
1385
+ an offer, in accord with Subsection b above.)
1386
+
1387
+ The source code for a work means the preferred form of the work for
1388
+ making modifications to it. For an executable work, complete source
1389
+ code means all the source code for all modules it contains, plus any
1390
+ associated interface definition files, plus the scripts used to
1391
+ control compilation and installation of the executable. However, as a
1392
+ special exception, the source code distributed need not include
1393
+ anything that is normally distributed (in either source or binary
1394
+ form) with the major components (compiler, kernel, and so on) of the
1395
+ operating system on which the executable runs, unless that component
1396
+ itself accompanies the executable.
1397
+
1398
+ If distribution of executable or object code is made by offering
1399
+ access to copy from a designated place, then offering equivalent
1400
+ access to copy the source code from the same place counts as
1401
+ distribution of the source code, even though third parties are not
1402
+ compelled to copy the source along with the object code.
1403
+
1404
+ 4. You may not copy, modify, sublicense, or distribute the Program
1405
+ except as expressly provided under this License. Any attempt
1406
+ otherwise to copy, modify, sublicense or distribute the Program is
1407
+ void, and will automatically terminate your rights under this License.
1408
+ However, parties who have received copies, or rights, from you under
1409
+ this License will not have their licenses terminated so long as such
1410
+ parties remain in full compliance.
1411
+
1412
+ 5. You are not required to accept this License, since you have not
1413
+ signed it. However, nothing else grants you permission to modify or
1414
+ distribute the Program or its derivative works. These actions are
1415
+ prohibited by law if you do not accept this License. Therefore, by
1416
+ modifying or distributing the Program (or any work based on the
1417
+ Program), you indicate your acceptance of this License to do so, and
1418
+ all its terms and conditions for copying, distributing or modifying
1419
+ the Program or works based on it.
1420
+
1421
+ 6. Each time you redistribute the Program (or any work based on the
1422
+ Program), the recipient automatically receives a license from the
1423
+ original licensor to copy, distribute or modify the Program subject to
1424
+ these terms and conditions. You may not impose any further
1425
+ restrictions on the recipients' exercise of the rights granted herein.
1426
+ You are not responsible for enforcing compliance by third parties to
1427
+ this License.
1428
+
1429
+ 7. If, as a consequence of a court judgment or allegation of patent
1430
+ infringement or for any other reason (not limited to patent issues),
1431
+ conditions are imposed on you (whether by court order, agreement or
1432
+ otherwise) that contradict the conditions of this License, they do not
1433
+ excuse you from the conditions of this License. If you cannot
1434
+ distribute so as to satisfy simultaneously your obligations under this
1435
+ License and any other pertinent obligations, then as a consequence you
1436
+ may not distribute the Program at all. For example, if a patent
1437
+ license would not permit royalty-free redistribution of the Program by
1438
+ all those who receive copies directly or indirectly through you, then
1439
+ the only way you could satisfy both it and this License would be to
1440
+ refrain entirely from distribution of the Program.
1441
+
1442
+ If any portion of this section is held invalid or unenforceable under
1443
+ any particular circumstance, the balance of the section is intended to
1444
+ apply and the section as a whole is intended to apply in other
1445
+ circumstances.
1446
+
1447
+ It is not the purpose of this section to induce you to infringe any
1448
+ patents or other property right claims or to contest validity of any
1449
+ such claims; this section has the sole purpose of protecting the
1450
+ integrity of the free software distribution system, which is
1451
+ implemented by public license practices. Many people have made
1452
+ generous contributions to the wide range of software distributed
1453
+ through that system in reliance on consistent application of that
1454
+ system; it is up to the author/donor to decide if he or she is willing
1455
+ to distribute software through any other system and a licensee cannot
1456
+ impose that choice.
1457
+
1458
+ This section is intended to make thoroughly clear what is believed to
1459
+ be a consequence of the rest of this License.
1460
+
1461
+ 8. If the distribution and/or use of the Program is restricted in
1462
+ certain countries either by patents or by copyrighted interfaces, the
1463
+ original copyright holder who places the Program under this License
1464
+ may add an explicit geographical distribution limitation excluding
1465
+ those countries, so that distribution is permitted only in or among
1466
+ countries not thus excluded. In such case, this License incorporates
1467
+ the limitation as if written in the body of this License.
1468
+
1469
+ 9. The Free Software Foundation may publish revised and/or new versions
1470
+ of the General Public License from time to time. Such new versions will
1471
+ be similar in spirit to the present version, but may differ in detail to
1472
+ address new problems or concerns.
1473
+
1474
+ Each version is given a distinguishing version number. If the Program
1475
+ specifies a version number of this License which applies to it and "any
1476
+ later version", you have the option of following the terms and conditions
1477
+ either of that version or of any later version published by the Free
1478
+ Software Foundation. If the Program does not specify a version number of
1479
+ this License, you may choose any version ever published by the Free Software
1480
+ Foundation.
1481
+
1482
+ 10. If you wish to incorporate parts of the Program into other free
1483
+ programs whose distribution conditions are different, write to the author
1484
+ to ask for permission. For software which is copyrighted by the Free
1485
+ Software Foundation, write to the Free Software Foundation; we sometimes
1486
+ make exceptions for this. Our decision will be guided by the two goals
1487
+ of preserving the free status of all derivatives of our free software and
1488
+ of promoting the sharing and reuse of software generally.
1489
+
1490
+ NO WARRANTY
1491
+
1492
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
1493
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
1494
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
1495
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
1496
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1497
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
1498
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
1499
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
1500
+ REPAIR OR CORRECTION.
1501
+
1502
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1503
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
1504
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
1505
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
1506
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
1507
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
1508
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
1509
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
1510
+ POSSIBILITY OF SUCH DAMAGES.
1511
+
1512
+ END OF TERMS AND CONDITIONS
1513
+
1514
+ How to Apply These Terms to Your New Programs
1515
+
1516
+ If you develop a new program, and you want it to be of the greatest
1517
+ possible use to the public, the best way to achieve this is to make it
1518
+ free software which everyone can redistribute and change under these terms.
1519
+
1520
+ To do so, attach the following notices to the program. It is safest
1521
+ to attach them to the start of each source file to most effectively
1522
+ convey the exclusion of warranty; and each file should have at least
1523
+ the "copyright" line and a pointer to where the full notice is found.
1524
+
1525
+ <one line to give the program's name and a brief idea of what it does.>
1526
+ Copyright (C) <year> <name of author>
1527
+
1528
+ This program is free software; you can redistribute it and/or modify
1529
+ it under the terms of the GNU General Public License as published by
1530
+ the Free Software Foundation; either version 2 of the License, or
1531
+ (at your option) any later version.
1532
+
1533
+ This program is distributed in the hope that it will be useful,
1534
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1535
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1536
+ GNU General Public License for more details.
1537
+
1538
+ You should have received a copy of the GNU General Public License along
1539
+ with this program; if not, write to the Free Software Foundation, Inc.,
1540
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1541
+
1542
+ Also add information on how to contact you by electronic and paper mail.
1543
+
1544
+ If the program is interactive, make it output a short notice like this
1545
+ when it starts in an interactive mode:
1546
+
1547
+ Gnomovision version 69, Copyright (C) year name of author
1548
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1549
+ This is free software, and you are welcome to redistribute it
1550
+ under certain conditions; type `show c' for details.
1551
+
1552
+ The hypothetical commands `show w' and `show c' should show the appropriate
1553
+ parts of the General Public License. Of course, the commands you use may
1554
+ be called something other than `show w' and `show c'; they could even be
1555
+ mouse-clicks or menu items--whatever suits your program.
1556
+
1557
+ You should also get your employer (if you work as a programmer) or your
1558
+ school, if any, to sign a "copyright disclaimer" for the program, if
1559
+ necessary. Here is a sample; alter the names:
1560
+
1561
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
1562
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
1563
+
1564
+ <signature of Ty Coon>, 1 April 1989
1565
+ Ty Coon, President of Vice
1566
+
1567
+ This General Public License does not permit incorporating your program into
1568
+ proprietary programs. If your program is a subroutine library, you may
1569
+ consider it more useful to permit linking proprietary applications with the
1570
+ library. If this is what you want to do, use the GNU Lesser General
1571
+ Public License instead of this License.
1572
+
1573
+
1574
+ ------------------------------------------------------------------------------
1575
+ GNU General Public License, version 2 with the Classpath Exception
1576
+ jersey-core
1577
+ jersey-multipart
1578
+ jersey-server
1579
+ jsr311-api
1580
+ MIME streaming extension
1581
+ ------------------------------------------------------------------------------
1582
+
1583
+ The GNU General Public License (GPL) Version 2, June 1991
1584
+
1585
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place,
1586
+ Suite 330, Boston, MA 02111-1307 USA
1587
+
1588
+ Everyone is permitted to copy and distribute verbatim copies of this
1589
+ license document, but changing it is not allowed.
1590
+
1591
+ Preamble
1592
+
1593
+ The licenses for most software are designed to take away your freedom to
1594
+ share and change it. By contrast, the GNU General Public License is
1595
+ intended to guarantee your freedom to share and change free software--to
1596
+ make sure the software is free for all its users. This General Public
1597
+ License applies to most of the Free Software Foundation's software and
1598
+ to any other program whose authors commit to using it. (Some other Free
1599
+ Software Foundation software is covered by the GNU Library General
1600
+ Public License instead.) You can apply it to your programs, too.
1601
+
1602
+ When we speak of free software, we are referring to freedom, not price.
1603
+ Our General Public Licenses are designed to make sure that you have the
1604
+ freedom to distribute copies of free software (and charge for this
1605
+ service if you wish), that you receive source code or can get it if you
1606
+ want it, that you can change the software or use pieces of it in new
1607
+ free programs; and that you know you can do these things.
1608
+
1609
+ To protect your rights, we need to make restrictions that forbid anyone
1610
+ to deny you these rights or to ask you to surrender the rights. These
1611
+ restrictions translate to certain responsibilities for you if you
1612
+ distribute copies of the software, or if you modify it.
1613
+
1614
+ For example, if you distribute copies of such a program, whether gratis
1615
+ or for a fee, you must give the recipients all the rights that you have.
1616
+ You must make sure that they, too, receive or can get the source code.
1617
+ And you must show them these terms so they know their rights.
1618
+
1619
+ We protect your rights with two steps: (1) copyright the software, and
1620
+ (2) offer you this license which gives you legal permission to copy,
1621
+ distribute and/or modify the software.
1622
+
1623
+ Also, for each author's protection and ours, we want to make certain
1624
+ that everyone understands that there is no warranty for this free
1625
+ software. If the software is modified by someone else and passed on, we
1626
+ want its recipients to know that what they have is not the original, so
1627
+ that any problems introduced by others will not reflect on the original
1628
+ authors' reputations.
1629
+
1630
+ Finally, any free program is threatened constantly by software patents.
1631
+ We wish to avoid the danger that redistributors of a free program will
1632
+ individually obtain patent licenses, in effect making the program
1633
+ proprietary. To prevent this, we have made it clear that any patent must
1634
+ be licensed for everyone's free use or not licensed at all.
1635
+
1636
+ The precise terms and conditions for copying, distribution and
1637
+ modification follow.
1638
+
1639
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1640
+
1641
+ 0. This License applies to any program or other work which contains a
1642
+ notice placed by the copyright holder saying it may be distributed under
1643
+ the terms of this General Public License. The "Program", below, refers
1644
+ to any such program or work, and a "work based on the Program" means
1645
+ either the Program or any derivative work under copyright law: that is
1646
+ to say, a work containing the Program or a portion of it, either
1647
+ verbatim or with modifications and/or translated into another language.
1648
+ (Hereinafter, translation is included without limitation in the term
1649
+ "modification".) Each licensee is addressed as "you".
1650
+
1651
+ Activities other than copying, distribution and modification are not
1652
+ covered by this License; they are outside its scope. The act of running
1653
+ the Program is not restricted, and the output from the Program is
1654
+ covered only if its contents constitute a work based on the Program
1655
+ (independent of having been made by running the Program). Whether that
1656
+ is true depends on what the Program does.
1657
+
1658
+ 1. You may copy and distribute verbatim copies of the Program's source
1659
+ code as you receive it, in any medium, provided that you conspicuously
1660
+ and appropriately publish on each copy an appropriate copyright notice
1661
+ and disclaimer of warranty; keep intact all the notices that refer to
1662
+ this License and to the absence of any warranty; and give any other
1663
+ recipients of the Program a copy of this License along with the Program.
1664
+
1665
+ You may charge a fee for the physical act of transferring a copy, and
1666
+ you may at your option offer warranty protection in exchange for a fee.
1667
+
1668
+ 2. You may modify your copy or copies of the Program or any portion of
1669
+ it, thus forming a work based on the Program, and copy and distribute
1670
+ such modifications or work under the terms of Section 1 above, provided
1671
+ that you also meet all of these conditions:
1672
+
1673
+ a) You must cause the modified files to carry prominent notices stating
1674
+ that you changed the files and the date of any change.
1675
+
1676
+ b) You must cause any work that you distribute or publish, that in whole
1677
+ or in part contains or is derived from the Program or any part thereof,
1678
+ to be licensed as a whole at no charge to all third parties under the
1679
+ terms of this License.
1680
+
1681
+ c) If the modified program normally reads commands interactively when
1682
+ run, you must cause it, when started running for such interactive use in
1683
+ the most ordinary way, to print or display an announcement including an
1684
+ appropriate copyright notice and a notice that there is no warranty (or
1685
+ else, saying that you provide a warranty) and that users may
1686
+ redistribute the program under these conditions, and telling the user
1687
+ how to view a copy of this License. (Exception: if the Program itself is
1688
+ interactive but does not normally print such an announcement, your work
1689
+ based on the Program is not required to print an announcement.)
1690
+
1691
+ These requirements apply to the modified work as a whole. If
1692
+ identifiable sections of that work are not derived from the Program, and
1693
+ can be reasonably considered independent and separate works in
1694
+ themselves, then this License, and its terms, do not apply to those
1695
+ sections when you distribute them as separate works. But when you
1696
+ distribute the same sections as part of a whole which is a work based on
1697
+ the Program, the distribution of the whole must be on the terms of this
1698
+ License, whose permissions for other licensees extend to the entire
1699
+ whole, and thus to each and every part regardless of who wrote it.
1700
+
1701
+ Thus, it is not the intent of this section to claim rights or contest
1702
+ your rights to work written entirely by you; rather, the intent is to
1703
+ exercise the right to control the distribution of derivative or
1704
+ collective works based on the Program.
1705
+
1706
+ In addition, mere aggregation of another work not based on the Program
1707
+ with the Program (or with a work based on the Program) on a volume of a
1708
+ storage or distribution medium does not bring the other work under the
1709
+ scope of this License.
1710
+
1711
+ 3. You may copy and distribute the Program (or a work based on it, under
1712
+ Section 2) in object code or executable form under the terms of Sections
1713
+ 1 and 2 above provided that you also do one of the following:
1714
+
1715
+ a) Accompany it with the complete corresponding machine-readable source
1716
+ code, which must be distributed under the terms of Sections 1 and 2
1717
+ above on a medium customarily used for software interchange; or,
1718
+
1719
+ b) Accompany it with a written offer, valid for at least three years, to
1720
+ give any third party, for a charge no more than your cost of physically
1721
+ performing source distribution, a complete machine-readable copy of the
1722
+ corresponding source code, to be distributed under the terms of Sections
1723
+ 1 and 2 above on a medium customarily used for software interchange; or,
1724
+
1725
+ c) Accompany it with the information you received as to the offer to
1726
+ distribute corresponding source code. (This alternative is allowed only
1727
+ for noncommercial distribution and only if you received the program in
1728
+ object code or executable form with such an offer, in accord with
1729
+ Subsection b above.)
1730
+
1731
+ The source code for a work means the preferred form of the work for
1732
+ making modifications to it. For an executable work, complete source code
1733
+ means all the source code for all modules it contains, plus any
1734
+ associated interface definition files, plus the scripts used to control
1735
+ compilation and installation of the executable. However, as a special
1736
+ exception, the source code distributed need not include anything that is
1737
+ normally distributed (in either source or binary form) with the major
1738
+ components (compiler, kernel, and so on) of the operating system on
1739
+ which the executable runs, unless that component itself accompanies the
1740
+ executable.
1741
+
1742
+ If distribution of executable or object code is made by offering access
1743
+ to copy from a designated place, then offering equivalent access to copy
1744
+ the source code from the same place counts as distribution of the source
1745
+ code, even though third parties are not compelled to copy the source
1746
+ along with the object code.
1747
+
1748
+ 4. You may not copy, modify, sublicense, or distribute the Program
1749
+ except as expressly provided under this License. Any attempt otherwise
1750
+ to copy, modify, sublicense or distribute the Program is void, and will
1751
+ automatically terminate your rights under this License. However, parties
1752
+ who have received copies, or rights, from you under this License will
1753
+ not have their licenses terminated so long as such parties remain in
1754
+ full compliance.
1755
+
1756
+ 5. You are not required to accept this License, since you have not
1757
+ signed it. However, nothing else grants you permission to modify or
1758
+ distribute the Program or its derivative works. These actions are
1759
+ prohibited by law if you do not accept this License. Therefore, by
1760
+ modifying or distributing the Program (or any work based on the
1761
+ Program), you indicate your acceptance of this License to do so, and all
1762
+ its terms and conditions for copying, distributing or modifying the
1763
+ Program or works based on it.
1764
+
1765
+ 6. Each time you redistribute the Program (or any work based on the
1766
+ Program), the recipient automatically receives a license from the
1767
+ original licensor to copy, distribute or modify the Program subject to
1768
+ these terms and conditions. You may not impose any further restrictions
1769
+ on the recipients' exercise of the rights granted herein. You are not
1770
+ responsible for enforcing compliance by third parties to this License.
1771
+
1772
+ 7. If, as a consequence of a court judgment or allegation of patent
1773
+ infringement or for any other reason (not limited to patent issues),
1774
+ conditions are imposed on you (whether by court order, agreement or
1775
+ otherwise) that contradict the conditions of this License, they do not
1776
+ excuse you from the conditions of this License. If you cannot distribute
1777
+ so as to satisfy simultaneously your obligations under this License and
1778
+ any other pertinent obligations, then as a consequence you may not
1779
+ distribute the Program at all. For example, if a patent license would
1780
+ not permit royalty-free redistribution of the Program by all those who
1781
+ receive copies directly or indirectly through you, then the only way you
1782
+ could satisfy both it and this License would be to refrain entirely from
1783
+ distribution of the Program.
1784
+
1785
+ If any portion of this section is held invalid or unenforceable under
1786
+ any particular circumstance, the balance of the section is intended to
1787
+ apply and the section as a whole is intended to apply in other
1788
+ circumstances.
1789
+
1790
+ It is not the purpose of this section to induce you to infringe any
1791
+ patents or other property right claims or to contest validity of any
1792
+ such claims; this section has the sole purpose of protecting the
1793
+ integrity of the free software distribution system, which is implemented
1794
+ by public license practices. Many people have made generous
1795
+ contributions to the wide range of software distributed through that
1796
+ system in reliance on consistent application of that system; it is up to
1797
+ the author/donor to decide if he or she is willing to distribute
1798
+ software through any other system and a licensee cannot impose that
1799
+ choice.
1800
+
1801
+ This section is intended to make thoroughly clear what is believed to be
1802
+ a consequence of the rest of this License.
1803
+
1804
+ 8. If the distribution and/or use of the Program is restricted in
1805
+ certain countries either by patents or by copyrighted interfaces, the
1806
+ original copyright holder who places the Program under this License may
1807
+ add an explicit geographical distribution limitation excluding those
1808
+ countries, so that distribution is permitted only in or among countries
1809
+ not thus excluded. In such case, this License incorporates the
1810
+ limitation as if written in the body of this License.
1811
+
1812
+ 9. The Free Software Foundation may publish revised and/or new versions
1813
+ of the General Public License from time to time. Such new versions will
1814
+ be similar in spirit to the present version, but may differ in detail to
1815
+ address new problems or concerns.
1816
+
1817
+ Each version is given a distinguishing version number. If the Program
1818
+ specifies a version number of this License which applies to it and "any
1819
+ later version", you have the option of following the terms and
1820
+ conditions either of that version or of any later version published by
1821
+ the Free Software Foundation. If the Program does not specify a version
1822
+ number of this License, you may choose any version ever published by the
1823
+ Free Software Foundation.
1824
+
1825
+ 10. If you wish to incorporate parts of the Program into other free
1826
+ programs whose distribution conditions are different, write to the
1827
+ author to ask for permission. For software which is copyrighted by the
1828
+ Free Software Foundation, write to the Free Software Foundation; we
1829
+ sometimes make exceptions for this. Our decision will be guided by the
1830
+ two goals of preserving the free status of all derivatives of our free
1831
+ software and of promoting the sharing and reuse of software generally.
1832
+
1833
+ NO WARRANTY
1834
+
1835
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
1836
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
1837
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
1838
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
1839
+ EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1840
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
1841
+ ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH
1842
+ YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
1843
+ NECESSARY SERVICING, REPAIR OR CORRECTION.
1844
+
1845
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
1846
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
1847
+ AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
1848
+ DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
1849
+ DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
1850
+ (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
1851
+ INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
1852
+ THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR
1853
+ OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1854
+
1855
+ END OF TERMS AND CONDITIONS
1856
+
1857
+ How to Apply These Terms to Your New Programs
1858
+
1859
+ If you develop a new program, and you want it to be of the greatest
1860
+ possible use to the public, the best way to achieve this is to make it
1861
+ free software which everyone can redistribute and change under these
1862
+ terms.
1863
+
1864
+ To do so, attach the following notices to the program. It is safest to
1865
+ attach them to the start of each source file to most effectively convey
1866
+ the exclusion of warranty; and each file should have at least the
1867
+ "copyright" line and a pointer to where the full notice is found.
1868
+
1869
+ One line to give the program's name and a brief idea of what it does.
1870
+ Copyright (C) <year> <name of author>
1871
+
1872
+ This program is free software; you can redistribute it and/or modify it
1873
+ under the terms of the GNU General Public License as published by the
1874
+ Free Software Foundation; either version 2 of the License, or (at your
1875
+ option) any later version.
1876
+
1877
+ This program is distributed in the hope that it will be useful, but
1878
+ WITHOUT ANY WARRANTY; without even the implied warranty of
1879
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
1880
+ Public License for more details.
1881
+
1882
+ You should have received a copy of the GNU General Public License along
1883
+ with this program; if not, write to the Free Software Foundation, Inc.,
1884
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1885
+
1886
+ Also add information on how to contact you by electronic and paper mail.
1887
+
1888
+ If the program is interactive, make it output a short notice like this
1889
+ when it starts in an interactive mode:
1890
+
1891
+ Gnomovision version 69, Copyright (C) year name of author Gnomovision
1892
+ comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is
1893
+ free software, and you are welcome to redistribute it under certain
1894
+ conditions; type `show c' for details.
1895
+
1896
+ The hypothetical commands `show w' and `show c' should show the
1897
+ appropriate parts of the General Public License. Of course, the commands
1898
+ you use may be called something other than `show w' and `show c'; they
1899
+ could even be mouse-clicks or menu items--whatever suits your program.
1900
+
1901
+ You should also get your employer (if you work as a programmer) or your
1902
+ school, if any, to sign a "copyright disclaimer" for the program, if
1903
+ necessary. Here is a sample; alter the names:
1904
+
1905
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
1906
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
1907
+
1908
+ signature of Ty Coon, 1 April 1989
1909
+ Ty Coon, President of Vice
1910
+
1911
+ This General Public License does not permit incorporating your program
1912
+ into proprietary programs. If your program is a subroutine library, you
1913
+ may consider it more useful to permit linking proprietary applications
1914
+ with the library. If this is what you want to do, use the GNU Library
1915
+ General Public License instead of this License.
1916
+
1917
+ #
1918
+
1919
+ "CLASSPATH" EXCEPTION TO THE GPL VERSION 2
1920
+
1921
+ Certain source files distributed by Oracle are subject to the following
1922
+ clarification and special exception to the GPL Version 2, but only where
1923
+ Oracle has expressly included in the particular source file's header the
1924
+ words "Oracle designates this particular file as subject to the
1925
+ "Classpath" exception as provided by Oracle in the License file that
1926
+ accompanied this code."
1927
+
1928
+ Linking this library statically or dynamically with other modules is
1929
+ making a combined work based on this library. Thus, the terms and
1930
+ conditions of the GNU General Public License Version 2 cover the whole
1931
+ combination.
1932
+
1933
+ As a special exception, the copyright holders of this library give you
1934
+ permission to link this library with independent modules to produce an
1935
+ executable, regardless of the license terms of these independent
1936
+ modules, and to copy and distribute the resulting executable under terms
1937
+ of your choice, provided that you also meet, for each linked independent
1938
+ module, the terms and conditions of the license of that module. An
1939
+ independent module is a module which is not derived from or based on
1940
+ this library. If you modify this library, you may extend this exception
1941
+ to your version of the library, but you are not obligated to do so. If
1942
+ you do not wish to do so, delete this exception statement from your
1943
+ version.
1944
+
1945
+
1946
+ ------------------------------------------------------------------------------
1947
+ GNU Lesser General Public License, Version 2.1
1948
+ Java Native Access
1949
+ JAX-RS provider for JSON content type
1950
+ Logback Access Module
1951
+ Logback Classic Module
1952
+ Logback Core Module
1953
+ Yet Another Java Service Wrapper
1954
+ ------------------------------------------------------------------------------
1955
+
1956
+ GNU LESSER GENERAL PUBLIC LICENSE
1957
+ Version 2.1, February 1999
1958
+
1959
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
1960
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1961
+ Everyone is permitted to copy and distribute verbatim copies
1962
+ of this license document, but changing it is not allowed.
1963
+
1964
+ [This is the first released version of the Lesser GPL. It also counts
1965
+ as the successor of the GNU Library Public License, version 2, hence
1966
+ the version number 2.1.]
1967
+
1968
+ Preamble
1969
+
1970
+ The licenses for most software are designed to take away your
1971
+ freedom to share and change it. By contrast, the GNU General Public
1972
+ Licenses are intended to guarantee your freedom to share and change
1973
+ free software--to make sure the software is free for all its users.
1974
+
1975
+ This license, the Lesser General Public License, applies to some
1976
+ specially designated software packages--typically libraries--of the
1977
+ Free Software Foundation and other authors who decide to use it. You
1978
+ can use it too, but we suggest you first think carefully about whether
1979
+ this license or the ordinary General Public License is the better
1980
+ strategy to use in any particular case, based on the explanations below.
1981
+
1982
+ When we speak of free software, we are referring to freedom of use,
1983
+ not price. Our General Public Licenses are designed to make sure that
1984
+ you have the freedom to distribute copies of free software (and charge
1985
+ for this service if you wish); that you receive source code or can get
1986
+ it if you want it; that you can change the software and use pieces of
1987
+ it in new free programs; and that you are informed that you can do
1988
+ these things.
1989
+
1990
+ To protect your rights, we need to make restrictions that forbid
1991
+ distributors to deny you these rights or to ask you to surrender these
1992
+ rights. These restrictions translate to certain responsibilities for
1993
+ you if you distribute copies of the library or if you modify it.
1994
+
1995
+ For example, if you distribute copies of the library, whether gratis
1996
+ or for a fee, you must give the recipients all the rights that we gave
1997
+ you. You must make sure that they, too, receive or can get the source
1998
+ code. If you link other code with the library, you must provide
1999
+ complete object files to the recipients, so that they can relink them
2000
+ with the library after making changes to the library and recompiling
2001
+ it. And you must show them these terms so they know their rights.
2002
+
2003
+ We protect your rights with a two-step method: (1) we copyright the
2004
+ library, and (2) we offer you this license, which gives you legal
2005
+ permission to copy, distribute and/or modify the library.
2006
+
2007
+ To protect each distributor, we want to make it very clear that
2008
+ there is no warranty for the free library. Also, if the library is
2009
+ modified by someone else and passed on, the recipients should know
2010
+ that what they have is not the original version, so that the original
2011
+ author's reputation will not be affected by problems that might be
2012
+ introduced by others.
2013
+
2014
+ Finally, software patents pose a constant threat to the existence of
2015
+ any free program. We wish to make sure that a company cannot
2016
+ effectively restrict the users of a free program by obtaining a
2017
+ restrictive license from a patent holder. Therefore, we insist that
2018
+ any patent license obtained for a version of the library must be
2019
+ consistent with the full freedom of use specified in this license.
2020
+
2021
+ Most GNU software, including some libraries, is covered by the
2022
+ ordinary GNU General Public License. This license, the GNU Lesser
2023
+ General Public License, applies to certain designated libraries, and
2024
+ is quite different from the ordinary General Public License. We use
2025
+ this license for certain libraries in order to permit linking those
2026
+ libraries into non-free programs.
2027
+
2028
+ When a program is linked with a library, whether statically or using
2029
+ a shared library, the combination of the two is legally speaking a
2030
+ combined work, a derivative of the original library. The ordinary
2031
+ General Public License therefore permits such linking only if the
2032
+ entire combination fits its criteria of freedom. The Lesser General
2033
+ Public License permits more lax criteria for linking other code with
2034
+ the library.
2035
+
2036
+ We call this license the "Lesser" General Public License because it
2037
+ does Less to protect the user's freedom than the ordinary General
2038
+ Public License. It also provides other free software developers Less
2039
+ of an advantage over competing non-free programs. These disadvantages
2040
+ are the reason we use the ordinary General Public License for many
2041
+ libraries. However, the Lesser license provides advantages in certain
2042
+ special circumstances.
2043
+
2044
+ For example, on rare occasions, there may be a special need to
2045
+ encourage the widest possible use of a certain library, so that it becomes
2046
+ a de-facto standard. To achieve this, non-free programs must be
2047
+ allowed to use the library. A more frequent case is that a free
2048
+ library does the same job as widely used non-free libraries. In this
2049
+ case, there is little to gain by limiting the free library to free
2050
+ software only, so we use the Lesser General Public License.
2051
+
2052
+ In other cases, permission to use a particular library in non-free
2053
+ programs enables a greater number of people to use a large body of
2054
+ free software. For example, permission to use the GNU C Library in
2055
+ non-free programs enables many more people to use the whole GNU
2056
+ operating system, as well as its variant, the GNU/Linux operating
2057
+ system.
2058
+
2059
+ Although the Lesser General Public License is Less protective of the
2060
+ users' freedom, it does ensure that the user of a program that is
2061
+ linked with the Library has the freedom and the wherewithal to run
2062
+ that program using a modified version of the Library.
2063
+
2064
+ The precise terms and conditions for copying, distribution and
2065
+ modification follow. Pay close attention to the difference between a
2066
+ "work based on the library" and a "work that uses the library". The
2067
+ former contains code derived from the library, whereas the latter must
2068
+ be combined with the library in order to run.
2069
+
2070
+ GNU LESSER GENERAL PUBLIC LICENSE
2071
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2072
+
2073
+ 0. This License Agreement applies to any software library or other
2074
+ program which contains a notice placed by the copyright holder or
2075
+ other authorized party saying it may be distributed under the terms of
2076
+ this Lesser General Public License (also called "this License").
2077
+ Each licensee is addressed as "you".
2078
+
2079
+ A "library" means a collection of software functions and/or data
2080
+ prepared so as to be conveniently linked with application programs
2081
+ (which use some of those functions and data) to form executables.
2082
+
2083
+ The "Library", below, refers to any such software library or work
2084
+ which has been distributed under these terms. A "work based on the
2085
+ Library" means either the Library or any derivative work under
2086
+ copyright law: that is to say, a work containing the Library or a
2087
+ portion of it, either verbatim or with modifications and/or translated
2088
+ straightforwardly into another language. (Hereinafter, translation is
2089
+ included without limitation in the term "modification".)
2090
+
2091
+ "Source code" for a work means the preferred form of the work for
2092
+ making modifications to it. For a library, complete source code means
2093
+ all the source code for all modules it contains, plus any associated
2094
+ interface definition files, plus the scripts used to control compilation
2095
+ and installation of the library.
2096
+
2097
+ Activities other than copying, distribution and modification are not
2098
+ covered by this License; they are outside its scope. The act of
2099
+ running a program using the Library is not restricted, and output from
2100
+ such a program is covered only if its contents constitute a work based
2101
+ on the Library (independent of the use of the Library in a tool for
2102
+ writing it). Whether that is true depends on what the Library does
2103
+ and what the program that uses the Library does.
2104
+
2105
+ 1. You may copy and distribute verbatim copies of the Library's
2106
+ complete source code as you receive it, in any medium, provided that
2107
+ you conspicuously and appropriately publish on each copy an
2108
+ appropriate copyright notice and disclaimer of warranty; keep intact
2109
+ all the notices that refer to this License and to the absence of any
2110
+ warranty; and distribute a copy of this License along with the
2111
+ Library.
2112
+
2113
+ You may charge a fee for the physical act of transferring a copy,
2114
+ and you may at your option offer warranty protection in exchange for a
2115
+ fee.
2116
+
2117
+ 2. You may modify your copy or copies of the Library or any portion
2118
+ of it, thus forming a work based on the Library, and copy and
2119
+ distribute such modifications or work under the terms of Section 1
2120
+ above, provided that you also meet all of these conditions:
2121
+
2122
+ a) The modified work must itself be a software library.
2123
+
2124
+ b) You must cause the files modified to carry prominent notices
2125
+ stating that you changed the files and the date of any change.
2126
+
2127
+ c) You must cause the whole of the work to be licensed at no
2128
+ charge to all third parties under the terms of this License.
2129
+
2130
+ d) If a facility in the modified Library refers to a function or a
2131
+ table of data to be supplied by an application program that uses
2132
+ the facility, other than as an argument passed when the facility
2133
+ is invoked, then you must make a good faith effort to ensure that,
2134
+ in the event an application does not supply such function or
2135
+ table, the facility still operates, and performs whatever part of
2136
+ its purpose remains meaningful.
2137
+
2138
+ (For example, a function in a library to compute square roots has
2139
+ a purpose that is entirely well-defined independent of the
2140
+ application. Therefore, Subsection 2d requires that any
2141
+ application-supplied function or table used by this function must
2142
+ be optional: if the application does not supply it, the square
2143
+ root function must still compute square roots.)
2144
+
2145
+ These requirements apply to the modified work as a whole. If
2146
+ identifiable sections of that work are not derived from the Library,
2147
+ and can be reasonably considered independent and separate works in
2148
+ themselves, then this License, and its terms, do not apply to those
2149
+ sections when you distribute them as separate works. But when you
2150
+ distribute the same sections as part of a whole which is a work based
2151
+ on the Library, the distribution of the whole must be on the terms of
2152
+ this License, whose permissions for other licensees extend to the
2153
+ entire whole, and thus to each and every part regardless of who wrote
2154
+ it.
2155
+
2156
+ Thus, it is not the intent of this section to claim rights or contest
2157
+ your rights to work written entirely by you; rather, the intent is to
2158
+ exercise the right to control the distribution of derivative or
2159
+ collective works based on the Library.
2160
+
2161
+ In addition, mere aggregation of another work not based on the Library
2162
+ with the Library (or with a work based on the Library) on a volume of
2163
+ a storage or distribution medium does not bring the other work under
2164
+ the scope of this License.
2165
+
2166
+ 3. You may opt to apply the terms of the ordinary GNU General Public
2167
+ License instead of this License to a given copy of the Library. To do
2168
+ this, you must alter all the notices that refer to this License, so
2169
+ that they refer to the ordinary GNU General Public License, version 2,
2170
+ instead of to this License. (If a newer version than version 2 of the
2171
+ ordinary GNU General Public License has appeared, then you can specify
2172
+ that version instead if you wish.) Do not make any other change in
2173
+ these notices.
2174
+
2175
+ Once this change is made in a given copy, it is irreversible for
2176
+ that copy, so the ordinary GNU General Public License applies to all
2177
+ subsequent copies and derivative works made from that copy.
2178
+
2179
+ This option is useful when you wish to copy part of the code of
2180
+ the Library into a program that is not a library.
2181
+
2182
+ 4. You may copy and distribute the Library (or a portion or
2183
+ derivative of it, under Section 2) in object code or executable form
2184
+ under the terms of Sections 1 and 2 above provided that you accompany
2185
+ it with the complete corresponding machine-readable source code, which
2186
+ must be distributed under the terms of Sections 1 and 2 above on a
2187
+ medium customarily used for software interchange.
2188
+
2189
+ If distribution of object code is made by offering access to copy
2190
+ from a designated place, then offering equivalent access to copy the
2191
+ source code from the same place satisfies the requirement to
2192
+ distribute the source code, even though third parties are not
2193
+ compelled to copy the source along with the object code.
2194
+
2195
+ 5. A program that contains no derivative of any portion of the
2196
+ Library, but is designed to work with the Library by being compiled or
2197
+ linked with it, is called a "work that uses the Library". Such a
2198
+ work, in isolation, is not a derivative work of the Library, and
2199
+ therefore falls outside the scope of this License.
2200
+
2201
+ However, linking a "work that uses the Library" with the Library
2202
+ creates an executable that is a derivative of the Library (because it
2203
+ contains portions of the Library), rather than a "work that uses the
2204
+ library". The executable is therefore covered by this License.
2205
+ Section 6 states terms for distribution of such executables.
2206
+
2207
+ When a "work that uses the Library" uses material from a header file
2208
+ that is part of the Library, the object code for the work may be a
2209
+ derivative work of the Library even though the source code is not.
2210
+ Whether this is true is especially significant if the work can be
2211
+ linked without the Library, or if the work is itself a library. The
2212
+ threshold for this to be true is not precisely defined by law.
2213
+
2214
+ If such an object file uses only numerical parameters, data
2215
+ structure layouts and accessors, and small macros and small inline
2216
+ functions (ten lines or less in length), then the use of the object
2217
+ file is unrestricted, regardless of whether it is legally a derivative
2218
+ work. (Executables containing this object code plus portions of the
2219
+ Library will still fall under Section 6.)
2220
+
2221
+ Otherwise, if the work is a derivative of the Library, you may
2222
+ distribute the object code for the work under the terms of Section 6.
2223
+ Any executables containing that work also fall under Section 6,
2224
+ whether or not they are linked directly with the Library itself.
2225
+
2226
+ 6. As an exception to the Sections above, you may also combine or
2227
+ link a "work that uses the Library" with the Library to produce a
2228
+ work containing portions of the Library, and distribute that work
2229
+ under terms of your choice, provided that the terms permit
2230
+ modification of the work for the customer's own use and reverse
2231
+ engineering for debugging such modifications.
2232
+
2233
+ You must give prominent notice with each copy of the work that the
2234
+ Library is used in it and that the Library and its use are covered by
2235
+ this License. You must supply a copy of this License. If the work
2236
+ during execution displays copyright notices, you must include the
2237
+ copyright notice for the Library among them, as well as a reference
2238
+ directing the user to the copy of this License. Also, you must do one
2239
+ of these things:
2240
+
2241
+ a) Accompany the work with the complete corresponding
2242
+ machine-readable source code for the Library including whatever
2243
+ changes were used in the work (which must be distributed under
2244
+ Sections 1 and 2 above); and, if the work is an executable linked
2245
+ with the Library, with the complete machine-readable "work that
2246
+ uses the Library", as object code and/or source code, so that the
2247
+ user can modify the Library and then relink to produce a modified
2248
+ executable containing the modified Library. (It is understood
2249
+ that the user who changes the contents of definitions files in the
2250
+ Library will not necessarily be able to recompile the application
2251
+ to use the modified definitions.)
2252
+
2253
+ b) Use a suitable shared library mechanism for linking with the
2254
+ Library. A suitable mechanism is one that (1) uses at run time a
2255
+ copy of the library already present on the user's computer system,
2256
+ rather than copying library functions into the executable, and (2)
2257
+ will operate properly with a modified version of the library, if
2258
+ the user installs one, as long as the modified version is
2259
+ interface-compatible with the version that the work was made with.
2260
+
2261
+ c) Accompany the work with a written offer, valid for at
2262
+ least three years, to give the same user the materials
2263
+ specified in Subsection 6a, above, for a charge no more
2264
+ than the cost of performing this distribution.
2265
+
2266
+ d) If distribution of the work is made by offering access to copy
2267
+ from a designated place, offer equivalent access to copy the above
2268
+ specified materials from the same place.
2269
+
2270
+ e) Verify that the user has already received a copy of these
2271
+ materials or that you have already sent this user a copy.
2272
+
2273
+ For an executable, the required form of the "work that uses the
2274
+ Library" must include any data and utility programs needed for
2275
+ reproducing the executable from it. However, as a special exception,
2276
+ the materials to be distributed need not include anything that is
2277
+ normally distributed (in either source or binary form) with the major
2278
+ components (compiler, kernel, and so on) of the operating system on
2279
+ which the executable runs, unless that component itself accompanies
2280
+ the executable.
2281
+
2282
+ It may happen that this requirement contradicts the license
2283
+ restrictions of other proprietary libraries that do not normally
2284
+ accompany the operating system. Such a contradiction means you cannot
2285
+ use both them and the Library together in an executable that you
2286
+ distribute.
2287
+
2288
+ 7. You may place library facilities that are a work based on the
2289
+ Library side-by-side in a single library together with other library
2290
+ facilities not covered by this License, and distribute such a combined
2291
+ library, provided that the separate distribution of the work based on
2292
+ the Library and of the other library facilities is otherwise
2293
+ permitted, and provided that you do these two things:
2294
+
2295
+ a) Accompany the combined library with a copy of the same work
2296
+ based on the Library, uncombined with any other library
2297
+ facilities. This must be distributed under the terms of the
2298
+ Sections above.
2299
+
2300
+ b) Give prominent notice with the combined library of the fact
2301
+ that part of it is a work based on the Library, and explaining
2302
+ where to find the accompanying uncombined form of the same work.
2303
+
2304
+ 8. You may not copy, modify, sublicense, link with, or distribute
2305
+ the Library except as expressly provided under this License. Any
2306
+ attempt otherwise to copy, modify, sublicense, link with, or
2307
+ distribute the Library is void, and will automatically terminate your
2308
+ rights under this License. However, parties who have received copies,
2309
+ or rights, from you under this License will not have their licenses
2310
+ terminated so long as such parties remain in full compliance.
2311
+
2312
+ 9. You are not required to accept this License, since you have not
2313
+ signed it. However, nothing else grants you permission to modify or
2314
+ distribute the Library or its derivative works. These actions are
2315
+ prohibited by law if you do not accept this License. Therefore, by
2316
+ modifying or distributing the Library (or any work based on the
2317
+ Library), you indicate your acceptance of this License to do so, and
2318
+ all its terms and conditions for copying, distributing or modifying
2319
+ the Library or works based on it.
2320
+
2321
+ 10. Each time you redistribute the Library (or any work based on the
2322
+ Library), the recipient automatically receives a license from the
2323
+ original licensor to copy, distribute, link with or modify the Library
2324
+ subject to these terms and conditions. You may not impose any further
2325
+ restrictions on the recipients' exercise of the rights granted herein.
2326
+ You are not responsible for enforcing compliance by third parties with
2327
+ this License.
2328
+
2329
+ 11. If, as a consequence of a court judgment or allegation of patent
2330
+ infringement or for any other reason (not limited to patent issues),
2331
+ conditions are imposed on you (whether by court order, agreement or
2332
+ otherwise) that contradict the conditions of this License, they do not
2333
+ excuse you from the conditions of this License. If you cannot
2334
+ distribute so as to satisfy simultaneously your obligations under this
2335
+ License and any other pertinent obligations, then as a consequence you
2336
+ may not distribute the Library at all. For example, if a patent
2337
+ license would not permit royalty-free redistribution of the Library by
2338
+ all those who receive copies directly or indirectly through you, then
2339
+ the only way you could satisfy both it and this License would be to
2340
+ refrain entirely from distribution of the Library.
2341
+
2342
+ If any portion of this section is held invalid or unenforceable under any
2343
+ particular circumstance, the balance of the section is intended to apply,
2344
+ and the section as a whole is intended to apply in other circumstances.
2345
+
2346
+ It is not the purpose of this section to induce you to infringe any
2347
+ patents or other property right claims or to contest validity of any
2348
+ such claims; this section has the sole purpose of protecting the
2349
+ integrity of the free software distribution system which is
2350
+ implemented by public license practices. Many people have made
2351
+ generous contributions to the wide range of software distributed
2352
+ through that system in reliance on consistent application of that
2353
+ system; it is up to the author/donor to decide if he or she is willing
2354
+ to distribute software through any other system and a licensee cannot
2355
+ impose that choice.
2356
+
2357
+ This section is intended to make thoroughly clear what is believed to
2358
+ be a consequence of the rest of this License.
2359
+
2360
+ 12. If the distribution and/or use of the Library is restricted in
2361
+ certain countries either by patents or by copyrighted interfaces, the
2362
+ original copyright holder who places the Library under this License may add
2363
+ an explicit geographical distribution limitation excluding those countries,
2364
+ so that distribution is permitted only in or among countries not thus
2365
+ excluded. In such case, this License incorporates the limitation as if
2366
+ written in the body of this License.
2367
+
2368
+ 13. The Free Software Foundation may publish revised and/or new
2369
+ versions of the Lesser General Public License from time to time.
2370
+ Such new versions will be similar in spirit to the present version,
2371
+ but may differ in detail to address new problems or concerns.
2372
+
2373
+ Each version is given a distinguishing version number. If the Library
2374
+ specifies a version number of this License which applies to it and
2375
+ "any later version", you have the option of following the terms and
2376
+ conditions either of that version or of any later version published by
2377
+ the Free Software Foundation. If the Library does not specify a
2378
+ license version number, you may choose any version ever published by
2379
+ the Free Software Foundation.
2380
+
2381
+ 14. If you wish to incorporate parts of the Library into other free
2382
+ programs whose distribution conditions are incompatible with these,
2383
+ write to the author to ask for permission. For software which is
2384
+ copyrighted by the Free Software Foundation, write to the Free
2385
+ Software Foundation; we sometimes make exceptions for this. Our
2386
+ decision will be guided by the two goals of preserving the free status
2387
+ of all derivatives of our free software and of promoting the sharing
2388
+ and reuse of software generally.
2389
+
2390
+ NO WARRANTY
2391
+
2392
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
2393
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
2394
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
2395
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
2396
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
2397
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2398
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
2399
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
2400
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2401
+
2402
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
2403
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
2404
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
2405
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
2406
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
2407
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
2408
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
2409
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
2410
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
2411
+ DAMAGES.
2412
+
2413
+ END OF TERMS AND CONDITIONS
2414
+
2415
+ How to Apply These Terms to Your New Libraries
2416
+
2417
+ If you develop a new library, and you want it to be of the greatest
2418
+ possible use to the public, we recommend making it free software that
2419
+ everyone can redistribute and change. You can do so by permitting
2420
+ redistribution under these terms (or, alternatively, under the terms of the
2421
+ ordinary General Public License).
2422
+
2423
+ To apply these terms, attach the following notices to the library. It is
2424
+ safest to attach them to the start of each source file to most effectively
2425
+ convey the exclusion of warranty; and each file should have at least the
2426
+ "copyright" line and a pointer to where the full notice is found.
2427
+
2428
+ <one line to give the library's name and a brief idea of what it does.>
2429
+ Copyright (C) <year> <name of author>
2430
+
2431
+ This library is free software; you can redistribute it and/or
2432
+ modify it under the terms of the GNU Lesser General Public
2433
+ License as published by the Free Software Foundation; either
2434
+ version 2.1 of the License, or (at your option) any later version.
2435
+
2436
+ This library is distributed in the hope that it will be useful,
2437
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
2438
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2439
+ Lesser General Public License for more details.
2440
+
2441
+ You should have received a copy of the GNU Lesser General Public
2442
+ License along with this library; if not, write to the Free Software
2443
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2444
+
2445
+ Also add information on how to contact you by electronic and paper mail.
2446
+
2447
+ You should also get your employer (if you work as a programmer) or your
2448
+ school, if any, to sign a "copyright disclaimer" for the library, if
2449
+ necessary. Here is a sample; alter the names:
2450
+
2451
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
2452
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
2453
+
2454
+ <signature of Ty Coon>, 1 April 1990
2455
+ Ty Coon, President of Vice
2456
+
2457
+ That's all there is to it!
2458
+
2459
+
2460
+ ------------------------------------------------------------------------------
2461
+ MIT License
2462
+ arbor-graphics.js
2463
+ arbor-tween.js
2464
+ arbor.js
2465
+ Color picker
2466
+ Date Format
2467
+ JQuery
2468
+ jquery.colorhelpers.js
2469
+ jquery.flot.js
2470
+ jquery.hotkeys.js
2471
+ jquery.putCursorAtEnd.js
2472
+ jquery.sortable.js
2473
+ Pure Feature Detection Library (has.js)
2474
+ SLF4J API Module
2475
+ Underscore.js
2476
+ ------------------------------------------------------------------------------
2477
+
2478
+ The MIT License
2479
+
2480
+ Copyright (c) <year> <copyright holders>
2481
+
2482
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2483
+ of this software and associated documentation files (the "Software"), to deal
2484
+ in the Software without restriction, including without limitation the rights
2485
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2486
+ copies of the Software, and to permit persons to whom the Software is
2487
+ furnished to do so, subject to the following conditions:
2488
+
2489
+ The above copyright notice and this permission notice shall be included in
2490
+ all copies or substantial portions of the Software.
2491
+
2492
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2493
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2494
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2495
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2496
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2497
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2498
+ THE SOFTWARE.
2499
+
2500
+
2501
+ ------------------------------------------------------------------------------
2502
+ Public Domain - JSON2
2503
+ JSON2
2504
+ ------------------------------------------------------------------------------
2505
+
2506
+ json2.js
2507
+ 2011-10-19
2508
+
2509
+ Public Domain.
2510
+
2511
+ NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
2512
+
2513
+ See http://www.JSON.org/js.html
2514
+
2515
+
2516
+ ------------------------------------------------------------------------------
2517
+ Public Domain - RGB Color
2518
+ RGB Color
2519
+ ------------------------------------------------------------------------------
2520
+
2521
+ A class to parse color values
2522
+ @author Stoyan Stefanov <sstoo@gmail.com>
2523
+ @link http://www.phpied.com/rgb-color-parser-in-javascript/
2524
+ @license Use it if you like it
2525
+
2526
+
2527
+ ------------------------------------------------------------------------------
2528
+ Public Domain - Tango
2529
+ Tango Icons
2530
+ ------------------------------------------------------------------------------
2531
+
2532
+ Terms Of Use
2533
+
2534
+ The Tango base icon theme is released to the Public Domain. The palette is in
2535
+ public domain. Developers, feel free to ship it along with your application.
2536
+
2537
+ Though the tango-icon-theme package is released to the Public Domain, we ask
2538
+ that you still please attribute the Tango Desktop Project, for all the hard work
2539
+ we've done. Thanks.
2540
+
2541
+
2542
+
2543
+ Dependencies with multiple licenses
2544
+ -----------------------------------
2545
+
2546
+ Color picker
2547
+ GNU General Public License, version 2
2548
+ MIT License
2549
+
2550
+ JAX-RS provider for JSON content type
2551
+ Apache Software License, Version 2.0
2552
+ GNU Lesser General Public License, Version 2.1
2553
+
2554
+ JQuery
2555
+ GNU General Public License, version 2
2556
+ MIT License
2557
+
2558
+ Jetty Server
2559
+ Apache Software License, Version 2.0
2560
+ Eclipse Public License, Version 1.0
2561
+
2562
+ Jetty Utilities
2563
+ Apache Software License, Version 2.0
2564
+ Eclipse Public License, Version 1.0
2565
+
2566
+ Logback Access Module
2567
+ Eclipse Public License, Version 1.0
2568
+ GNU Lesser General Public License, Version 2.1
2569
+
2570
+ Logback Classic Module
2571
+ Eclipse Public License, Version 1.0
2572
+ GNU Lesser General Public License, Version 2.1
2573
+
2574
+ Logback Core Module
2575
+ Eclipse Public License, Version 1.0
2576
+ GNU Lesser General Public License, Version 2.1
2577
+
2578
+ MIME streaming extension
2579
+ Common Development and Distribution License Version 1.1
2580
+ GNU General Public License, version 2 with the Classpath Exception
2581
+
2582
+ Pure Feature Detection Library (has.js)
2583
+ Academic Free License version 3.0
2584
+ BSD License
2585
+ MIT License
2586
+
2587
+ jersey-core
2588
+ Common Development and Distribution License Version 1.1
2589
+ GNU General Public License, version 2 with the Classpath Exception
2590
+
2591
+ jersey-multipart
2592
+ Common Development and Distribution License Version 1.1
2593
+ GNU General Public License, version 2 with the Classpath Exception
2594
+
2595
+ jersey-server
2596
+ Common Development and Distribution License Version 1.1
2597
+ GNU General Public License, version 2 with the Classpath Exception
2598
+
2599
+ jquery.hotkeys.js
2600
+ GNU General Public License, version 2
2601
+ MIT License
2602
+
2603
+ jquery.putCursorAtEnd.js
2604
+ GNU General Public License, version 2
2605
+ MIT License
2606
+
2607
+ jquery.sortable.js
2608
+ GNU General Public License, version 2
2609
+ MIT License
2610
+
2611
+ jsr311-api
2612
+ Common Development and Distribution License Version 1.1
2613
+ GNU General Public License, version 2 with the Classpath Exception
2614
+