2
2
Do Not Translate or Localize
3
3
4
4
This software incorporates material from third parties. Microsoft makes certain
5
- open source code available at http://3rdpartysource.microsoft.com , or you may
5
+ open source code available at [ http://3rdpartysource.microsoft.com ] ( http://3rdpartysource.microsoft.com ) , or you may
6
6
send a check or money order for US $5.00, including the product name, the open
7
7
source component name, and version number, to:
8
8
@@ -20,7 +20,7 @@ General Public License.
20
20
21
21
## jsoncpp
22
22
23
- ** Source** : https://github.com/open-source-parsers/jsoncpp
23
+ ** Source** : [ https://github.com/open-source-parsers/jsoncpp ] ( https://github.com/open-source-parsers/jsoncpp )
24
24
25
25
### License
26
26
@@ -50,7 +50,7 @@ SOFTWARE.
50
50
51
51
## chromium/base/numerics
52
52
53
- ** Source** : https://github.com/chromium/chromium/tree/master/base/numerics
53
+ ** Source** : [ https://github.com/chromium/chromium/tree/master/base/numerics ] ( https://github.com/chromium/chromium/tree/master/base/numerics )
54
54
55
55
### License
56
56
@@ -86,7 +86,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
86
86
87
87
## kimwalisch/libpopcnt
88
88
89
- ** Source** : https://github.com/kimwalisch/libpopcnt
89
+ ** Source** : [ https://github.com/kimwalisch/libpopcnt ] ( https://github.com/kimwalisch/libpopcnt )
90
90
91
91
### License
92
92
@@ -122,7 +122,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
122
122
123
123
## dynamic_bitset
124
124
125
- ** Source** : https://github.com/pinam45/dynamic_bitset
125
+ ** Source** : [ https://github.com/pinam45/dynamic_bitset ] ( https://github.com/pinam45/dynamic_bitset )
126
126
127
127
### License
128
128
@@ -151,9 +151,9 @@ SOFTWARE.
151
151
152
152
```
153
153
154
- ## &#x 7b ; fmt&#x 7d ;
154
+ ## \{ fmt\}
155
155
156
- ** Source** : https://github.com/fmtlib/fmt
156
+ ** Source** : [ https://github.com/fmtlib/fmt ] ( https://github.com/fmtlib/fmt )
157
157
158
158
### License
159
159
@@ -188,3 +188,32 @@ of this Software are embedded into a machine-executable object form of such
188
188
source code, you may redistribute such embedded portions in such object form
189
189
without including the above copyright and permission notices.
190
190
```
191
+
192
+ ## interval_tree
193
+
194
+ ** Source** : [ https://github.com/ekg/IntervalTree ] ( https://github.com/ekg/IntervalTree )
195
+
196
+ ### License
197
+
198
+ ```
199
+ Copyright (c) 2011 Erik Garrison
200
+
201
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
202
+ this software and associated documentation files (the "Software"), to deal in
203
+ the Software without restriction, including without limitation the rights to
204
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
205
+ of the Software, and to permit persons to whom the Software is furnished to do
206
+ so, subject to the following conditions:
207
+
208
+ The above copyright notice and this permission notice shall be included in all
209
+ copies or substantial portions of the Software.
210
+
211
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
212
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
213
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
214
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
215
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
216
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
217
+ SOFTWARE.
218
+
219
+ ```
0 commit comments