@brokkai/mjolnir-linux-arm64-gnu 1.5.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.
@@ -0,0 +1,20 @@
1
+ Redistribution and use in source and binary forms, with or without
2
+ modification, are permitted provided that the following conditions
3
+ are met:
4
+ 1. Redistributions of source code must retain the above copyright
5
+ notice, this list of conditions and the following disclaimer.
6
+ 2. Redistributions in binary form must reproduce the above copyright
7
+ notice, this list of conditions and the following disclaimer in the
8
+ documentation and/or other materials provided with the distribution.
9
+
10
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
12
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
13
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
14
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
15
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
16
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
17
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
18
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
19
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
20
+ POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,55 @@
1
+ Unicode Data Files include all data files under the directories
2
+ http://www.unicode.org/Public/, http://www.unicode.org/reports/,
3
+ http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
4
+ http://www.unicode.org/utility/trac/browser/.
5
+
6
+ Unicode Data Files do not include PDF online code charts under the
7
+ directory http://www.unicode.org/Public/.
8
+
9
+ Software includes any source code published in the Unicode Standard
10
+ or under the directories
11
+ http://www.unicode.org/Public/, http://www.unicode.org/reports/,
12
+ http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
13
+ http://www.unicode.org/utility/trac/browser/.
14
+
15
+ NOTICE TO USER: Carefully read the following legal agreement.
16
+ BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
17
+ DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
18
+ YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
19
+ TERMS AND CONDITIONS OF THIS AGREEMENT.
20
+ IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
21
+ THE DATA FILES OR SOFTWARE.
22
+
23
+ COPYRIGHT AND PERMISSION NOTICE
24
+
25
+ Copyright © 1991-2018 Unicode, Inc. All rights reserved.
26
+ Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
27
+
28
+ Permission is hereby granted, free of charge, to any person obtaining
29
+ a copy of the Unicode data files and any associated documentation
30
+ (the "Data Files") or Unicode software and any associated documentation
31
+ (the "Software") to deal in the Data Files or Software
32
+ without restriction, including without limitation the rights to use,
33
+ copy, modify, merge, publish, distribute, and/or sell copies of
34
+ the Data Files or Software, and to permit persons to whom the Data Files
35
+ or Software are furnished to do so, provided that either
36
+ (a) this copyright and permission notice appear with all copies
37
+ of the Data Files or Software, or
38
+ (b) this copyright and permission notice appear in associated
39
+ Documentation.
40
+
41
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
42
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
43
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
44
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
45
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
46
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
47
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
48
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
49
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
50
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
51
+
52
+ Except as contained in this notice, the name of a copyright holder
53
+ shall not be used in advertising or otherwise to promote the sale,
54
+ use or other dealings in these Data Files or Software without prior
55
+ written authorization of the copyright holder.
@@ -0,0 +1,11 @@
1
+ Copyright (c) 2003-2010 Mark Borgerding . All rights reserved.
2
+
3
+ KISS FFT is provided under:
4
+
5
+ SPDX-License-Identifier: BSD-3-Clause
6
+
7
+ Being under the terms of the BSD 3-clause "New" or "Revised" License,
8
+ according with:
9
+
10
+ LICENSES/BSD-3-Clause
11
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Microsoft Corporation
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.