prophet-rb 0.2.5 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/README.md +8 -8
  4. data/lib/prophet/forecaster.rb +1 -1
  5. data/lib/prophet/stan_backend.rb +20 -1
  6. data/lib/prophet/version.rb +1 -1
  7. data/vendor/prophet-linux/bin/prophet +0 -0
  8. data/vendor/prophet-linux/lib/libtbb.so +1 -0
  9. data/vendor/prophet-linux/lib/libtbb.so.2 +0 -0
  10. data/vendor/prophet-linux/lib/libtbbmalloc.so +1 -0
  11. data/vendor/prophet-linux/lib/libtbbmalloc.so.2 +0 -0
  12. data/vendor/prophet-linux/lib/libtbbmalloc_proxy.so +1 -0
  13. data/vendor/prophet-linux/lib/libtbbmalloc_proxy.so.2 +0 -0
  14. data/vendor/prophet-linux/licenses/boost-license.txt +23 -0
  15. data/vendor/prophet-linux/licenses/cli11-license.txt +25 -0
  16. data/vendor/prophet-linux/licenses/cmdstan-license.txt +27 -0
  17. data/vendor/prophet-linux/licenses/eigen-bsd-license.txt +26 -0
  18. data/vendor/prophet-linux/licenses/eigen-mpl2-license.txt +373 -0
  19. data/vendor/prophet-linux/licenses/prophet-license.txt +21 -0
  20. data/vendor/prophet-linux/licenses/rapidjson-license.txt +57 -0
  21. data/vendor/prophet-linux/licenses/stan-license.txt +14 -0
  22. data/vendor/prophet-linux/licenses/stan-math-license.txt +14 -0
  23. data/vendor/prophet-linux/licenses/sundials-license.txt +67 -0
  24. data/vendor/prophet-linux/licenses/tbb-license.txt +201 -0
  25. data/vendor/prophet-linux/licenses/tbb-third-party-programs.txt +230 -0
  26. data/vendor/prophet-linux-arm/bin/prophet +0 -0
  27. data/vendor/prophet-linux-arm/lib/libtbb.so +1 -0
  28. data/vendor/prophet-linux-arm/lib/libtbb.so.2 +0 -0
  29. data/vendor/prophet-linux-arm/lib/libtbbmalloc.so +1 -0
  30. data/vendor/prophet-linux-arm/lib/libtbbmalloc.so.2 +0 -0
  31. data/vendor/prophet-linux-arm/lib/libtbbmalloc_proxy.so +1 -0
  32. data/vendor/prophet-linux-arm/lib/libtbbmalloc_proxy.so.2 +0 -0
  33. data/vendor/prophet-linux-arm/licenses/boost-license.txt +23 -0
  34. data/vendor/prophet-linux-arm/licenses/cli11-license.txt +25 -0
  35. data/vendor/prophet-linux-arm/licenses/cmdstan-license.txt +27 -0
  36. data/vendor/prophet-linux-arm/licenses/eigen-bsd-license.txt +26 -0
  37. data/vendor/prophet-linux-arm/licenses/eigen-mpl2-license.txt +373 -0
  38. data/vendor/prophet-linux-arm/licenses/prophet-license.txt +21 -0
  39. data/vendor/prophet-linux-arm/licenses/rapidjson-license.txt +57 -0
  40. data/vendor/prophet-linux-arm/licenses/stan-license.txt +14 -0
  41. data/vendor/prophet-linux-arm/licenses/stan-math-license.txt +14 -0
  42. data/vendor/prophet-linux-arm/licenses/sundials-license.txt +67 -0
  43. data/vendor/prophet-linux-arm/licenses/tbb-license.txt +201 -0
  44. data/vendor/prophet-linux-arm/licenses/tbb-third-party-programs.txt +230 -0
  45. data/vendor/prophet-mac/bin/prophet +0 -0
  46. data/vendor/prophet-mac/lib/libtbb.dylib +0 -0
  47. data/vendor/prophet-mac/lib/libtbbmalloc.dylib +0 -0
  48. data/vendor/prophet-mac/lib/libtbbmalloc_proxy.dylib +0 -0
  49. data/vendor/prophet-mac/licenses/boost-license.txt +23 -0
  50. data/vendor/prophet-mac/licenses/cli11-license.txt +25 -0
  51. data/vendor/prophet-mac/licenses/cmdstan-license.txt +27 -0
  52. data/vendor/prophet-mac/licenses/eigen-bsd-license.txt +26 -0
  53. data/vendor/prophet-mac/licenses/eigen-mpl2-license.txt +373 -0
  54. data/vendor/prophet-mac/licenses/prophet-license.txt +21 -0
  55. data/vendor/prophet-mac/licenses/rapidjson-license.txt +57 -0
  56. data/vendor/prophet-mac/licenses/stan-license.txt +14 -0
  57. data/vendor/prophet-mac/licenses/stan-math-license.txt +14 -0
  58. data/vendor/prophet-mac/licenses/sundials-license.txt +67 -0
  59. data/vendor/prophet-mac/licenses/tbb-license.txt +201 -0
  60. data/vendor/prophet-mac/licenses/tbb-third-party-programs.txt +230 -0
  61. data/vendor/prophet-mac-arm/bin/prophet +0 -0
  62. data/vendor/prophet-mac-arm/lib/libtbb.dylib +0 -0
  63. data/vendor/prophet-mac-arm/lib/libtbbmalloc.dylib +0 -0
  64. data/vendor/prophet-mac-arm/lib/libtbbmalloc_proxy.dylib +0 -0
  65. data/vendor/prophet-mac-arm/licenses/boost-license.txt +23 -0
  66. data/vendor/prophet-mac-arm/licenses/cli11-license.txt +25 -0
  67. data/vendor/prophet-mac-arm/licenses/cmdstan-license.txt +27 -0
  68. data/vendor/prophet-mac-arm/licenses/eigen-bsd-license.txt +26 -0
  69. data/vendor/prophet-mac-arm/licenses/eigen-mpl2-license.txt +373 -0
  70. data/vendor/prophet-mac-arm/licenses/prophet-license.txt +21 -0
  71. data/vendor/prophet-mac-arm/licenses/rapidjson-license.txt +57 -0
  72. data/vendor/prophet-mac-arm/licenses/stan-license.txt +14 -0
  73. data/vendor/prophet-mac-arm/licenses/stan-math-license.txt +14 -0
  74. data/vendor/prophet-mac-arm/licenses/sundials-license.txt +67 -0
  75. data/vendor/prophet-mac-arm/licenses/tbb-license.txt +201 -0
  76. data/vendor/prophet-mac-arm/licenses/tbb-third-party-programs.txt +230 -0
  77. metadata +78 -11
  78. data/ext/prophet/Makefile +0 -5
  79. data/ext/prophet/extconf.rb +0 -18
@@ -0,0 +1,57 @@
1
+ Tencent is pleased to support the open source community by making RapidJSON available.
2
+
3
+ Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
4
+
5
+ If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
6
+ If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license.
7
+ A copy of the MIT License is included in this file.
8
+
9
+ Other dependencies and licenses:
10
+
11
+ Open Source Software Licensed Under the BSD License:
12
+ --------------------------------------------------------------------
13
+
14
+ The msinttypes r29
15
+ Copyright (c) 2006-2013 Alexander Chemeris
16
+ All rights reserved.
17
+
18
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
19
+
20
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
21
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
22
+ * Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
23
+
24
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
+
26
+ Open Source Software Licensed Under the JSON License:
27
+ --------------------------------------------------------------------
28
+
29
+ json.org
30
+ Copyright (c) 2002 JSON.org
31
+ All Rights Reserved.
32
+
33
+ JSON_checker
34
+ Copyright (c) 2002 JSON.org
35
+ All Rights Reserved.
36
+
37
+
38
+ Terms of the JSON License:
39
+ ---------------------------------------------------
40
+
41
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
42
+
43
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
44
+
45
+ The Software shall be used for Good, not Evil.
46
+
47
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
48
+
49
+
50
+ Terms of the MIT License:
51
+ --------------------------------------------------------------------
52
+
53
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
54
+
55
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
56
+
57
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,14 @@
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2011--2020, Stan Developers and their Assignees
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
7
+
8
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
9
+
10
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11
+
12
+ * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
13
+
14
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,14 @@
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2011-2020, Stan Developers and their Assignees
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
7
+
8
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
9
+
10
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11
+
12
+ * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
13
+
14
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,67 @@
1
+ Copyright (c) 2002-2016, Lawrence Livermore National Security.
2
+ Produced at the Lawrence Livermore National Laboratory.
3
+ Written by A.C. Hindmarsh, D.R. Reynolds, R. Serban, C.S. Woodward,
4
+ S.D. Cohen, A.G. Taylor, S. Peles, L.E. Banks, and D. Shumaker.
5
+ LLNL-CODE-667205 (ARKODE)
6
+ UCRL-CODE-155951 (CVODE)
7
+ UCRL-CODE-155950 (CVODES)
8
+ UCRL-CODE-155952 (IDA)
9
+ UCRL-CODE-237203 (IDAS)
10
+ LLNL-CODE-665877 (KINSOL)
11
+ All rights reserved.
12
+
13
+ This file is part of SUNDIALS. For details,
14
+ see http://computation.llnl.gov/projects/sundials
15
+
16
+ Redistribution and use in source and binary forms, with or without
17
+ modification, are permitted provided that the following conditions
18
+ are met:
19
+
20
+ 1. Redistributions of source code must retain the above copyright
21
+ notice, this list of conditions and the disclaimer below.
22
+
23
+ 2. Redistributions in binary form must reproduce the above copyright
24
+ notice, this list of conditions and the disclaimer (as noted below)
25
+ in the documentation and/or other materials provided with the
26
+ distribution.
27
+
28
+ 3. Neither the name of the LLNS/LLNL nor the names of its contributors
29
+ may be used to endorse or promote products derived from this software
30
+ without specific prior written permission.
31
+
32
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
33
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
35
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
36
+ LAWRENCE LIVERMORE NATIONAL SECURITY, LLC, THE U.S. DEPARTMENT OF
37
+ ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
39
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
41
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
+
45
+ Additional BSD Notice
46
+ ---------------------
47
+ 1. This notice is required to be provided under our contract with
48
+ the U.S. Department of Energy (DOE). This work was produced at
49
+ Lawrence Livermore National Laboratory under Contract
50
+ No. DE-AC52-07NA27344 with the DOE.
51
+
52
+ 2. Neither the United States Government nor Lawrence Livermore
53
+ National Security, LLC nor any of their employees, makes any warranty,
54
+ express or implied, or assumes any liability or responsibility for the
55
+ accuracy, completeness, or usefulness of any information, apparatus,
56
+ product, or process disclosed, or represents that its use would not
57
+ infringe privately-owned rights.
58
+
59
+ 3. Also, reference herein to any specific commercial products, process,
60
+ or services by trade name, trademark, manufacturer or otherwise does
61
+ not necessarily constitute or imply its endorsement, recommendation,
62
+ or favoring by the United States Government or Lawrence Livermore
63
+ National Security, LLC. The views and opinions of authors expressed
64
+ herein do not necessarily state or reflect those of the United States
65
+ Government or Lawrence Livermore National Security, LLC, and shall
66
+ not be used for advertising or product endorsement purposes.
67
+
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,230 @@
1
+ Intel(R) Threading Building Blocks Third Party Programs File
2
+
3
+ This file contains the list of third party software ("third party programs")
4
+ contained in the Intel software and their required notices and/or license terms.
5
+ This third party software, even if included with the distribution of the Intel
6
+ software, may be governed by separate license terms, including without limitation,
7
+ third party license terms, other Intel software license terms, and open source
8
+ software license terms. These separate license terms govern your use of the third
9
+ party programs as set forth in the "third-party-programs.txt" or other similarly named text file.
10
+
11
+ Third party programs and their corresponding required notices and/or license
12
+ terms are listed below.
13
+ ____________________________________________________________________________________________________
14
+
15
+ 1. Portable Hardware Locality (hwloc):
16
+ Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana University Research and Technology Corporation. All rights reserved.
17
+ Copyright (c) 2004-2005 The University of Tennessee and The University of Tennessee Research Foundation. All rights reserved.
18
+ Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, University of Stuttgart. All rights reserved.
19
+ Copyright (c) 2004-2005 The Regents of the University of California. All rights reserved.
20
+ Copyright (c) 2009 CNRS
21
+ Copyright (c) 2009-2016 Inria. All rights reserved.
22
+ Copyright (c) 2009-2015 Universite Bordeaux
23
+ Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved.
24
+ Copyright (c) 2009-2012 Oracle and/or its affiliates. All rights reserved.
25
+ Copyright (c) 2010 IBM
26
+ Copyright (c) 2010 Jirka Hladky
27
+ Copyright (c) 2012 Aleksej Saushev, The NetBSD Foundation
28
+ Copyright (c) 2012 Blue Brain Project, EPFL. All rights reserved.
29
+ Copyright (c) 2013-2014 University of Wisconsin-La Crosse. All rights reserved.
30
+ Copyright (c) 2015 Research Organization for Information Science and Technology (RIST). All rights reserved.
31
+ Copyright (c) 2015-2016 Intel, Inc. All rights reserved.
32
+ See COPYING in top-level directory.
33
+
34
+ New BSD License
35
+
36
+ Redistribution and use in source and binary forms, with or without
37
+ modification, are permitted provided that the following conditions
38
+ are met:
39
+ 1. Redistributions of source code must retain the above copyright
40
+ notice, this list of conditions and the following disclaimer.
41
+ 2. Redistributions in binary form must reproduce the above copyright
42
+ notice, this list of conditions and the following disclaimer in the
43
+ documentation and/or other materials provided with the distribution.
44
+ 3. The name of the author may not be used to endorse or promote products
45
+ derived from this software without specific prior written permission.
46
+
47
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
48
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
49
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
50
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
51
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
52
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
53
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
54
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
55
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
56
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57
+ _______________________________________________________________________________________________________
58
+
59
+ 2. Instrumentation and Tracing Technology (ITT) Notify User API:
60
+ Copyright (c) 2005-2014 Intel Corporation. All rights reserved.
61
+
62
+ The 3-Clause BSD License
63
+
64
+ Redistribution and use in source and binary forms, with or without
65
+ modification, are permitted provided that the following conditions
66
+ are met:
67
+
68
+ * Redistributions of source code must retain the above copyright
69
+ notice, this list of conditions and the following disclaimer.
70
+ * Redistributions in binary form must reproduce the above copyright
71
+ notice, this list of conditions and the following disclaimer in
72
+ the documentation and/or other materials provided with the
73
+ distribution.
74
+ * Neither the name of Intel Corporation nor the names of its
75
+ contributors may be used to endorse or promote products derived
76
+ from this software without specific prior written permission.
77
+
78
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
79
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
80
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
81
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
82
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
83
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
84
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
85
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
86
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
87
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
88
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
89
+ _______________________________________________________________________________________________________
90
+
91
+ 3. ActiveState Thread pool with same API as (multi) processing.Pool (Python recipe):
92
+ Copyright (c) 2008,2016 david decotigny (this file)
93
+ Copyright (c) 2006-2008, R Oudkerk (multiprocessing.Pool)
94
+
95
+ BSD 3-clause "New" or "Revised" License
96
+
97
+ Redistribution and use in source and binary forms, with or without
98
+ modification, are permitted provided that the following conditions
99
+ are met:
100
+
101
+ 1. Redistributions of source code must retain the above copyright
102
+ notice, this list of conditions and the following disclaimer.
103
+ 2. Redistributions in binary form must reproduce the above copyright
104
+ notice, this list of conditions and the following disclaimer in the
105
+ documentation and/or other materials provided with the distribution.
106
+ 3. Neither the name of author nor the names of any contributors may be
107
+ used to endorse or promote products derived from this software
108
+ without specific prior written permission.
109
+
110
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
111
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
112
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
113
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
114
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
115
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
116
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
117
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
118
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
119
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
120
+ SUCH DAMAGE.
121
+ _______________________________________________________________________________________________________
122
+
123
+ 4. gperftools: Copyright (c) 2011, Google Inc.
124
+
125
+ Tachyon: Copyright (c) 1994-2008 John E. Stone. All rights reserved.
126
+
127
+ BSD 3-Clause "New" or "Revised" License
128
+
129
+ Redistribution and use in source and binary forms, with or without
130
+ modification, are permitted provided that the following conditions are
131
+ met:
132
+
133
+ * Redistributions of source code must retain the above copyright
134
+ notice, this list of conditions and the following disclaimer.
135
+ * Redistributions in binary form must reproduce the above
136
+ copyright notice, this list of conditions and the following disclaimer
137
+ in the documentation and/or other materials provided with the
138
+ distribution.
139
+ * Neither the name of Google Inc. nor the names of its
140
+ contributors may be used to endorse or promote products derived from
141
+ this software without specific prior written permission.
142
+
143
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
144
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
145
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
146
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
147
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
148
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
149
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
150
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
151
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
152
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
153
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
154
+ _______________________________________________________________________________________________________
155
+
156
+ 5. Mateusz Kwiatkowski Workaround for bug 62258 in libstdc++
157
+
158
+ Public domain
159
+ _______________________________________________________________________________________________________
160
+
161
+ 6. Bzip2: Copyright (c) 1996-2019 Julian Seward.
162
+
163
+ Bzip 2 License
164
+
165
+ This program, bzip2, the associated library libbzip2, and all documentation, are copyright (c) 1996-2019 Julian Seward. All rights reserved.
166
+
167
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
168
+
169
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
170
+
171
+ The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
172
+
173
+ Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
174
+
175
+ The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
176
+
177
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
178
+ _______________________________________________________________________________________________________
179
+
180
+ 7. Apple OpenGL Image Sample Source Code
181
+
182
+ Apple License
183
+
184
+ ("Apple") in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this Apple software.
185
+
186
+ In consideration of your agreement to abide by the following terms, and subject to these terms, Apple grants you a personal, non-exclusive license, under Apple's copyrights in this original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the Apple Software, with or without modifications, in source and/or binary forms; provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software. Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to endorse or promote products derived from the Apple Software without specific prior written permission from Apple.Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Apple herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the Apple Software may be incorporated.
187
+
188
+ The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
189
+
190
+ IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
191
+ _______________________________________________________________________________________________________
192
+
193
+ 8. LodePNG: Copyright (c) 2005-2019 by Lode Vandevenne.
194
+
195
+ zlib License
196
+
197
+ This software is provided 'as-is', without any express or implied
198
+ warranty. In no event will the authors be held liable for any damages
199
+ arising from the use of this software.
200
+
201
+ Permission is granted to anyone to use this software for any purpose,
202
+ including commercial applications, and to alter it and redistribute it
203
+ freely, subject to the following restrictions:
204
+
205
+ 1. The origin of this software must not be misrepresented; you must not
206
+ claim that you wrote the original software. If you use this software
207
+ in a product, an acknowledgment in the product documentation would be
208
+ appreciated but is not required.
209
+
210
+ 2. Altered source versions must be plainly marked as such, and must not be
211
+ misrepresented as being the original software.
212
+
213
+ 3. This notice may not be removed or altered from any source
214
+ distribution.
215
+ _______________________________________________________________________________________________________
216
+
217
+ 9. prism: Copyright (c) 2012-2013 Lea Verou.
218
+
219
+ jquery: Copyright (c) 2005, 2014 jQuery Foundation, Inc.
220
+
221
+ MIT License
222
+
223
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
224
+
225
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
226
+
227
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
228
+ _______________________________________________________________________________________________________
229
+
230
+ *Other names and brands may be claimed as the property of others.
@@ -0,0 +1 @@
1
+ INPUT (libtbb.so.2)
@@ -0,0 +1 @@
1
+ INPUT (libtbbmalloc.so.2)
@@ -0,0 +1 @@
1
+ INPUT (libtbbmalloc_proxy.so.2)
@@ -0,0 +1,23 @@
1
+ Boost Software License - Version 1.0 - August 17th, 2003
2
+
3
+ Permission is hereby granted, free of charge, to any person or organization
4
+ obtaining a copy of the software and accompanying documentation covered by
5
+ this license (the "Software") to use, reproduce, display, distribute,
6
+ execute, and transmit the Software, and to prepare derivative works of the
7
+ Software, and to permit third-parties to whom the Software is furnished to
8
+ do so, all subject to the following:
9
+
10
+ The copyright notices in the Software and this entire statement, including
11
+ the above license grant, this restriction and the following disclaimer,
12
+ must be included in all copies of the Software, in whole or in part, and
13
+ all derivative works of the Software, unless such copies or derivative
14
+ works are solely in the form of machine-executable object code generated by
15
+ a source language processor.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
20
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
21
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
22
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23
+ DEALINGS IN THE SOFTWARE.