@@ -2,14 +2,14 @@ Realm/MongoDB uses third-party libraries or other resources that may
2
2
be distributed under licenses different than the Realm software.
3
3
4
4
In the event that we accidentally failed to list a required notice,
5
- please bring it to our attention through any of the ways detailed here :
5
+ please bring it to our attention through any of the ways detailed here:
6
6
7
7
8
8
9
9
The attached notices are provided for information only.
10
10
11
- For any licenses that require disclosure of source, sources are available at
12
- https://github.com/ realm/realm -core/src/external.
11
+ For any licenses that require disclosure of source, sources are available in the
12
+ realm-core/src/external/ directory
13
13
14
14
15
15
1) License Notice for IntelRDFPMathLib20U2
@@ -18,28 +18,28 @@ Copyright (c) 2018, Intel Corp.
18
18
19
19
All rights reserved.
20
20
21
- Redistribution and use in source and binary forms, with or without modification,
21
+ Redistribution and use in source and binary forms, with or without modification,
22
22
are permitted provided that the following conditions are met:
23
23
24
24
* Redistributions of source code must retain the above copyright notice, this
25
25
list of conditions and the following disclaimer.
26
- * Redistributions in binary form must reproduce the above copyright notice,
27
- his list of conditions and the following disclaimer in the documentation
26
+ * Redistributions in binary form must reproduce the above copyright notice,
27
+ his list of conditions and the following disclaimer in the documentation
28
28
and/or other materials provided with the distribution.
29
- * Neither the name of Intel Corporation nor the names of its contributors
30
- may be used to endorse or promote products derived from this software
29
+ * Neither the name of Intel Corporation nor the names of its contributors
30
+ may be used to endorse or promote products derived from this software
31
31
without specific prior written permission.
32
32
33
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
34
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
35
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
36
- DISCLAIMED.
37
- IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
38
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
39
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
41
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
42
- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
33
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
34
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
35
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
36
+ DISCLAIMED.
37
+ IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
38
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
39
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
41
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
42
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
43
43
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
44
45
45
@@ -82,3 +82,58 @@ DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual,
82
82
especially those whose name start with YY_ or yy_. They are
83
83
private implementation details that can be changed or removed.
84
84
85
+
86
+ 3) License Notice for JSON for Modern C++
87
+ ---------------------------------------------
88
+
89
+ MIT License
90
+
91
+ Copyright (c) 2013-2019 Niels Lohmann <http://nlohmann.me>.
92
+
93
+ Permission is hereby granted, free of charge, to any person obtaining a copy
94
+ of this software and associated documentation files (the "Software"), to deal
95
+ in the Software without restriction, including without limitation the rights
96
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
97
+ copies of the Software, and to permit persons to whom the Software is
98
+ furnished to do so, subject to the following conditions:
99
+
100
+ The above copyright notice and this permission notice shall be included in all
101
+ copies or substantial portions of the Software.
102
+
103
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
106
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109
+ SOFTWARE.
110
+
111
+
112
+ 4) License for MPark.Variant
113
+ ---------------------------------------------
114
+
115
+ Copyright Michael Park, 2015-2017
116
+
117
+ Boost Software License - Version 1.0 - August 17th, 2003
118
+
119
+ Permission is hereby granted, free of charge, to any person or organization
120
+ obtaining a copy of the software and accompanying documentation covered by
121
+ this license (the "Software") to use, reproduce, display, distribute,
122
+ execute, and transmit the Software, and to prepare derivative works of the
123
+ Software, and to permit third-parties to whom the Software is furnished to
124
+ do so, all subject to the following:
125
+
126
+ The copyright notices in the Software and this entire statement, including
127
+ the above license grant, this restriction and the following disclaimer,
128
+ must be included in all copies of the Software, in whole or in part, and
129
+ all derivative works of the Software, unless such copies or derivative
130
+ works are solely in the form of machine-executable object code generated by
131
+ a source language processor.
132
+
133
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
136
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
137
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
138
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
139
+ DEALINGS IN THE SOFTWARE.
0 commit comments