1This software is subject to the following Copyrights and Licenses:
2
3---------------------------------------------------------------------------
4[Erlang/OTP except parts stated below]
5
6%CopyrightBegin%
7
8Copyright Ericsson AB 1997-2020. All Rights Reserved.
9
10Licensed under the Apache License, Version 2.0 (the "License");
11you may not use this file except in compliance with the License.
12You may obtain a copy of the License at
13
14    http://www.apache.org/licenses/LICENSE-2.0
15
16Unless required by applicable law or agreed to in writing, software
17distributed under the License is distributed on an "AS IS" BASIS,
18WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19See the License for the specific language governing permissions and
20limitations under the License.
21
22%CopyrightEnd%
23
24---------------------------------------------------------------------------
25[stdlib, compiler]
26
27* assert.hrl is Copyright (C) 2004-1016 Richard Carlsson, Mickaël Rémond
28* array.erl is Copyright (C) 2006-2016 Richard Carlsson and Ericsson AB
29* gb_trees.erl is Copyright (C) 1999-2001 Sven-Olof Nyström, Richard Carlsson
30* gb_sets.erl is Copyright (C) 1999-2001 Richard Carlsson, Sven-Olof Nyström
31* proplists.erl is Copyright (C) 2000-2003 Richard Carlsson
32* cerl{_trees,_clauses}.erl are Copyright (C) 1999-2002 Richard Carlsson
33* cerl_inline.erl is Copyright (C) 1999-2002 Richard Carlsson
34
35---------------------------------------------------------------------------
36[AsmJit]
37
38Copyright (c) 2008-2020 The AsmJit Authors
39
40This software is provided 'as-is', without any express or implied
41warranty. In no event will the authors be held liable for any damages
42arising from the use of this software.
43
44Permission is granted to anyone to use this software for any purpose,
45including commercial applications, and to alter it and redistribute it
46freely, subject to the following restrictions:
47
481. The origin of this software must not be misrepresented; you must not
49   claim that you wrote the original software. If you use this software
50   in a product, an acknowledgment in the product documentation would be
51   appreciated but is not required.
522. Altered source versions must be plainly marked as such, and must not be
53   misrepresented as being the original software.
543. This notice may not be removed or altered from any source distribution.
55
56---------------------------------------------------------------------------
57[PCRE]
58
59PCRE LICENCE
60------------
61
62PCRE is a library of functions to support regular expressions whose syntax
63and semantics are as close as possible to those of the Perl 5 language.
64
65Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
66specified below. The documentation for PCRE, supplied in the "doc"
67directory, is distributed under the same terms as the software itself. The data
68in the testdata directory is not copyrighted and is in the public domain.
69
70The basic library functions are written in C and are freestanding. Also
71included in the distribution is a set of C++ wrapper functions, and a
72just-in-time compiler that can be used to optimize pattern matching. These
73are both optional features that can be omitted when the library is built.
74
75
76THE BASIC LIBRARY FUNCTIONS
77---------------------------
78
79Written by:       Philip Hazel
80Email local part: ph10
81Email domain:     cam.ac.uk
82
83University of Cambridge Computing Service,
84Cambridge, England.
85
86Copyright (c) 1997-2020 University of Cambridge
87All rights reserved.
88
89
90PCRE JUST-IN-TIME COMPILATION SUPPORT
91-------------------------------------
92
93Written by:       Zoltan Herczeg
94Email local part: hzmester
95Email domain:     freemail.hu
96
97Copyright(c) 2010-2020 Zoltan Herczeg
98All rights reserved.
99
100
101STACK-LESS JUST-IN-TIME COMPILER
102--------------------------------
103
104Written by:       Zoltan Herczeg
105Email local part: hzmester
106Email domain:     freemail.hu
107
108Copyright(c) 2009-2020 Zoltan Herczeg
109All rights reserved.
110
111
112THE C++ WRAPPER FUNCTIONS
113-------------------------
114
115Contributed by:   Google Inc.
116
117Copyright (c) 2007-2012, Google Inc.
118All rights reserved.
119
120
121THE "BSD" LICENCE
122-----------------
123
124Redistribution and use in source and binary forms, with or without
125modification, are permitted provided that the following conditions are met:
126
127    * Redistributions of source code must retain the above copyright notice,
128      this list of conditions and the following disclaimer.
129
130    * Redistributions in binary form must reproduce the above copyright
131      notice, this list of conditions and the following disclaimer in the
132      documentation and/or other materials provided with the distribution.
133
134    * Neither the name of the University of Cambridge nor the name of Google
135      Inc. nor the names of their contributors may be used to endorse or
136      promote products derived from this software without specific prior
137      written permission.
138
139THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
140AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
141IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
142ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
143LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
144CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
145SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
146INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
147CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
148ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
149POSSIBILITY OF SUCH DAMAGE.
150
151End
152
153---------------------------------------------------------------------------
154[Misc C library code]
155
156	/*
157	 * Copyright (c) 1985, 1988 Regents of the University of California.
158	 * All rights reserved.
159	 *
160	 * Redistribution and use in source and binary forms are permitted
161	 * provided that the above copyright notice and this paragraph are
162	 * duplicated in all such forms and that any documentation,
163	 * advertising materials, and other materials related to such
164	 * distribution and use acknowledge that the software was developed
165	 * by the University of California, Berkeley.  The name of the
166	 * University may not be used to endorse or promote products derived
167	 * from this software without specific prior written permission.
168	 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
169	 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
170	 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
171	 */
172
173---------------------------------------------------------------------------
174[zlib]
175
176/* zlib.h -- interface of the 'zlib' general purpose compression library
177  version 1.2.3, July 18th, 2005
178
179  Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
180
181  This software is provided 'as-is', without any express or implied
182  warranty.  In no event will the authors be held liable for any damages
183  arising from the use of this software.
184
185  Permission is granted to anyone to use this software for any purpose,
186  including commercial applications, and to alter it and redistribute it
187  freely, subject to the following restrictions:
188
189  1. The origin of this software must not be misrepresented; you must not
190     claim that you wrote the original software. If you use this software
191     in a product, an acknowledgment in the product documentation would be
192     appreciated but is not required.
193  2. Altered source versions must be plainly marked as such, and must not be
194     misrepresented as being the original software.
195  3. This notice may not be removed or altered from any source distribution.
196
197  Jean-loup Gailly        Mark Adler
198  jloup@gzip.org          madler@alumni.caltech.edu
199
200
201  The data format used by the zlib library is described by RFCs (Request for
202  Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt
203  (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
204*/
205
206---------------------------------------------------------------------------
207[fp16]
208
209The MIT License (MIT)
210
211Copyright (c) 2017 Facebook Inc.
212Copyright (c) 2017 Georgia Institute of Technology
213Copyright 2019 Google LLC
214
215Permission is hereby granted, free of charge, to any person obtaining a copy of this
216software and associated documentation files (the "Software"), to deal in the Software
217without restriction, including without limitation the rights to use, copy, modify,
218merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
219permit persons to whom the Software is furnished to do so, subject to the following
220conditions:
221
222The above copyright notice and this permission notice shall be included in all copies
223or substantial portions of the Software.
224
225THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
226INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
227PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
228FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
229OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
230DEALINGS IN THE SOFTWARE.
231
232---------------------------------------------------------------------------
233[dialyzer]
234
235%% Copyright 1997-2016 Tobias Lindahl, Stavros Aronis, Kostis Sagonas,
236%% Richard Carlsson, et al.
237%%
238%% Licensed under the Apache License, Version 2.0 (the "License");
239%% you may not use this file except in compliance with the License.
240%% You may obtain a copy of the License at
241%%
242%%     http://www.apache.org/licenses/LICENSE-2.0
243%%
244%% Unless required by applicable law or agreed to in writing, software
245%% distributed under the License is distributed on an "AS IS" BASIS,
246%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
247%% See the License for the specific language governing permissions and
248%% limitations under the License.
249
250---------------------------------------------------------------------------
251[edoc, syntax_tools]
252
253%% Copyright 1997-2016 Richard Carlsson <carlsson.richard@gmail.com>
254%%
255%% Licensed under the Apache License, Version 2.0 (the "License"); you may
256%% not use this file except in compliance with the License. You may obtain
257%% a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
258%%
259%% Unless required by applicable law or agreed to in writing, software
260%% distributed under the License is distributed on an "AS IS" BASIS,
261%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
262%% See the License for the specific language governing permissions and
263%% limitations under the License.
264%%
265%% Alternatively, you may use this file under the terms of the GNU Lesser
266%% General Public License (the "LGPL") as published by the Free Software
267%% Foundation; either version 2.1, or (at your option) any later version.
268%% If you wish to allow use of your version of this file only under the
269%% terms of the LGPL, you should delete the provisions above and replace
270%% them with the notice and other provisions required by the LGPL; see
271%% <http://www.gnu.org/licenses/>. If you do not delete the provisions
272%% above, a recipient may use your version of this file under the terms of
273%% either the Apache License or the LGPL.
274
275---------------------------------------------------------------------------
276[eunit]
277
278%% Copyright 2004-2016 Richard Carlsson <carlsson.richard@gmail.com>,
279%% Mickaël Rémond <mickael.remond@process-one.net>
280%%
281%% Licensed under the Apache License, Version 2.0 (the "License"); you may
282%% not use this file except in compliance with the License. You may obtain
283%% a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
284%%
285%% Unless required by applicable law or agreed to in writing, software
286%% distributed under the License is distributed on an "AS IS" BASIS,
287%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
288%% See the License for the specific language governing permissions and
289%% limitations under the License.
290%%
291%% Alternatively, you may use this file under the terms of the GNU Lesser
292%% General Public License (the "LGPL") as published by the Free Software
293%% Foundation; either version 2.1, or (at your option) any later version.
294%% If you wish to allow use of your version of this file only under the
295%% terms of the LGPL, you should delete the provisions above and replace
296%% them with the notice and other provisions required by the LGPL; see
297%% <http://www.gnu.org/licenses/>. If you do not delete the provisions
298%% above, a recipient may use your version of this file under the terms of
299%% either the Apache License or the LGPL.
300
301---------------------------------------------------------------------------
302[leex]
303
304%% Copyright (c) 2008 Robert Virding. All rights reserved.
305%%
306%% Redistribution and use in source and binary forms, with or without
307%% modification, are permitted provided that the following conditions
308%% are met:
309%%
310%% 1. Redistributions of source code must retain the above copyright
311%% notice, this list of conditions and the following disclaimer.
312%% 2. Redistributions in binary form must reproduce the above copyright
313%% notice, this list of conditions and the following disclaimer in the
314%% documentation and/or other materials provided with the distribution.
315%%
316%% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
317%% "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
318%% LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
319%% FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
320%% COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
321%% INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
322%% BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
323%% LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
324%% CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
325%% LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
326%% ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
327%% POSSIBILITY OF SUCH DAMAGE.
328
329---------------------------------------------------------------------------
330[eldap]
331
332Copyright (c) 2010, Torbjorn Tornkvist
333
334Permission is hereby granted, free of charge, to any person obtaining a copy
335of this software and associated documentation files (the "Software"), to deal
336in the Software without restriction, including without limitation the rights
337to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
338copies of the Software, and to permit persons to whom the Software is
339furnished to do so, subject to the following conditions:
340
341The above copyright notice and this permission notice shall be included in
342all copies or substantial portions of the Software.
343
344THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
345IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
346FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
347AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
348LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
349OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
350THE SOFTWARE.
351
352---------------------------------------------------------------------------
353[wx documentation]
354
355wxWindows Free Documentation Licence, Version 3
356===============================================
357
358Copyright (c) 1998 Julian Smart, Robert Roebling et al
359
360Everyone is permitted to copy and distribute verbatim copies
361of this licence document, but changing it is not allowed.
362
363                 WXWINDOWS FREE DOCUMENTATION LICENCE
364   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
365
3661. Permission is granted to make and distribute verbatim copies of this
367manual or piece of documentation provided any copyright notice and this
368permission notice are preserved on all copies.
369
3702. Permission is granted to process this file or document through a
371document processing system and, at your option and the option of any third
372party, print the results, provided a printed document carries a copying
373permission notice identical to this one.
374
3753. Permission is granted to copy and distribute modified versions of this
376manual or piece of documentation under the conditions for verbatim copying,
377provided also that any sections describing licensing conditions for this
378manual, such as, in particular, the GNU General Public Licence, the GNU
379Library General Public Licence, and any wxWindows Licence are included
380exactly as in the original, and provided that the entire resulting derived
381work is distributed under the terms of a permission notice identical to
382this one.
383
3844. Permission is granted to copy and distribute translations of this manual
385or piece of documentation into another language, under the above conditions
386for modified versions, except that sections related to licensing, including
387this paragraph, may also be included in translations approved by the
388copyright holders of the respective licence documents in addition to the
389original English.
390
391                          WARRANTY DISCLAIMER
392
3935. BECAUSE THIS MANUAL OR PIECE OF DOCUMENTATION IS LICENSED FREE OF
394CHARGE, THERE IS NO WARRANTY FOR IT, TO THE EXTENT PERMITTED BY APPLICABLE
395LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
396OTHER PARTIES PROVIDE THIS MANUAL OR PIECE OF DOCUMENTATION "AS IS" WITHOUT
397WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
398LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
399PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
400THE MANUAL OR PIECE OF DOCUMENTATION IS WITH YOU.  SHOULD THE MANUAL OR
401PIECE OF DOCUMENTATION PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
402NECESSARY SERVICING, REPAIR OR CORRECTION.
403
4046. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
405WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
406REDISTRIBUTE THE MANUAL OR PIECE OF DOCUMENTATION AS PERMITTED ABOVE, BE
407LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
408CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE MANUAL
409OR PIECE OF DOCUMENTATION (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR
410DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
411OR A FAILURE OF A PROGRAM BASED ON THE MANUAL OR PIECE OF DOCUMENTATION TO
412OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS
413BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
414
415---------------------------------------------------------------------------
416[wx webview2 loader on windows]
417
418Copyright (C) Microsoft Corporation. All rights reserved.
419
420Redistribution and use in source and binary forms, with or without
421modification, are permitted provided that the following conditions are
422met:
423
424   * Redistributions of source code must retain the above copyright
425notice, this list of conditions and the following disclaimer.
426   * Redistributions in binary form must reproduce the above
427copyright notice, this list of conditions and the following disclaimer
428in the documentation and/or other materials provided with the
429distribution.
430   * The name of Microsoft Corporation, or the names of its contributors
431may not be used to endorse or promote products derived from this
432software without specific prior written permission.
433
434THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
435"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
436LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
437A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
438OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
439SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
440LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
441DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
442THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
443(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
444OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
445