@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.
package/bin/anvil ADDED
Binary file
package/bin/mj ADDED
Binary file
Binary file
@@ -0,0 +1,93 @@
1
+ Copyright (c) 2014, Indian Type Foundry (info@indiantypefoundry.com).
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,23 @@
1
+ # Corresponding Source
2
+
3
+ Each official Mjolnir artifact identifies its version as `X.Y.Z`. The complete
4
+ corresponding source for that artifact, including the build and release scripts,
5
+ is the Git tag `vX.Y.Z` in the Mjolnir repository:
6
+
7
+ https://github.com/BrokkAi/mjolnir/releases/tag/vX.Y.Z
8
+
9
+ Replace `X.Y.Z` with the version printed by `mj --version`. The release page
10
+ provides source archives for that exact tag. The repository history is also
11
+ available at:
12
+
13
+ https://github.com/BrokkAi/mjolnir
14
+
15
+ Mjolnir and its voice worker are licensed under `GPL-3.0-only`; `LICENSE`
16
+ contains the GNU GPL version 3 text. `THIRD_PARTY_LICENSES.html` covers the
17
+ locked Rust graph. `SUPPLEMENTAL_THIRD_PARTY_NOTICES.txt` and the other files in
18
+ this directory cover native libraries, embedded fonts, and standalone notices
19
+ not fully represented by Cargo metadata.
20
+
21
+ Official archives also contain an `anvil-licenses` directory generated from the
22
+ locked graph of the pinned Anvil release. Its `SOURCE.md` identifies the source
23
+ for that separately built and aggregated binary.
@@ -0,0 +1,164 @@
1
+ MJOLNIR SUPPLEMENTAL THIRD-PARTY NOTICES
2
+
3
+ This file supplements THIRD_PARTY_LICENSES.html. Cargo package metadata
4
+ does not enumerate standalone NOTICE files, embedded web fonts, or every
5
+ license in native source and prebuilt static-library payloads.
6
+
7
+ The sections below are generated from Cargo.lock, exact installed crate
8
+ sources, and a reviewed inventory of the non-Cargo assets shipped by
9
+ official Mjolnir archives.
10
+
11
+ ================================================================================
12
+ cfg_aliases third-party attribution
13
+ ================================================================================
14
+
15
+ Source: https://crates.io/crates/cfg_aliases/0.2.1 (NOTICES.md)
16
+ Inclusion: used while compiling target-specific dependency configuration
17
+
18
+ # 3rd Party Notices
19
+
20
+ The `cfg_aliases!` macro uses a lot of the code from [`tectonic_cfg_support::target_cfg!`] macro which is under the following license:
21
+
22
+ [`tectonic_cfg_support::target_cfg!`]: https://github.com/tectonic-typesetting/tectonic/blob/f2439b936470ad27bdf92882064bc4702ee01899/cfg_support/src/lib.rs#L166
23
+
24
+ tectonic_cfg_support is licensed under the MIT License.
25
+
26
+ Permission is hereby granted, free of charge, to any person obtaining a copy
27
+ of this software and associated documentation files (the “Software”), to deal
28
+ in the Software without restriction, including without limitation the rights
29
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30
+ copies of the Software, and to permit persons to whom the Software is
31
+ furnished to do so, subject to the following conditions:
32
+
33
+ The above copyright notice and this permission notice shall be included in all
34
+ copies or substantial portions of the Software.
35
+
36
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
39
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42
+ SOFTWARE.
43
+ ---
44
+
45
+ ================================================================================
46
+ bzip2/libbzip2 1.0.8
47
+ ================================================================================
48
+
49
+ Source: https://crates.io/crates/bzip2-sys/0.1.13%2B1.0.8 (bzip2-1.0.8/LICENSE)
50
+ Inclusion: used while unpacking sherpa-onnx native libraries during the voice-worker build
51
+
52
+
53
+ --------------------------------------------------------------------------
54
+
55
+ This program, "bzip2", the associated library "libbzip2", and all
56
+ documentation, are copyright (C) 1996-2019 Julian R Seward. All
57
+ rights reserved.
58
+
59
+ Redistribution and use in source and binary forms, with or without
60
+ modification, are permitted provided that the following conditions
61
+ are met:
62
+
63
+ 1. Redistributions of source code must retain the above copyright
64
+ notice, this list of conditions and the following disclaimer.
65
+
66
+ 2. The origin of this software must not be misrepresented; you must
67
+ not claim that you wrote the original software. If you use this
68
+ software in a product, an acknowledgment in the product
69
+ documentation would be appreciated but is not required.
70
+
71
+ 3. Altered source versions must be plainly marked as such, and must
72
+ not be misrepresented as being the original software.
73
+
74
+ 4. The name of the author may not be used to endorse or promote
75
+ products derived from this software without specific prior written
76
+ permission.
77
+
78
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
79
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
80
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
81
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
82
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
83
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
84
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
85
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
86
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
87
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
88
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
89
+
90
+ Julian Seward, jseward@acm.org
91
+ bzip2/libbzip2 version 1.0.8 of 13 July 2019
92
+
93
+ --------------------------------------------------------------------------
94
+
95
+ ================================================================================
96
+ SQLite 3.46.0
97
+ ================================================================================
98
+
99
+ Source: https://crates.io/crates/libsqlite3-sys/0.30.1 (sqlite3/sqlite3.c)
100
+ Inclusion: compiled from the bundled SQLite amalgamation
101
+
102
+ The author disclaims copyright to this source code. In place of
103
+ a legal notice, here is a blessing:
104
+
105
+ May you do good and not evil.
106
+ May you find forgiveness for yourself and forgive others.
107
+ May you share freely, never taking more than you give.
108
+
109
+ ================================================================================
110
+ sherpa-onnx native static payload 1.13.3
111
+ ================================================================================
112
+
113
+ Source: https://crates.io/crates/sherpa-onnx-sys/1.13.3
114
+ Inclusion: statically linked into mj-voice-worker on Linux, macOS, and Windows
115
+
116
+ The sherpa-onnx-sys build downloads a native archive that contains only static libraries, without legal files. The linked payload was audited against these exact upstream revisions:
117
+
118
+ - sherpa-onnx v1.13.3: Apache-2.0
119
+ https://github.com/k2-fsa/sherpa-onnx/tree/v1.13.3
120
+ - kaldi-decoder v0.3.0: Apache-2.0
121
+ https://github.com/k2-fsa/kaldi-decoder/tree/v0.3.0
122
+ - OpenFst v1.8.5-2026-04-11: Apache-2.0; Copyright 2005-2026 Google LLC
123
+ https://github.com/csukuangfj/openfst/tree/v1.8.5-2026-04-11
124
+ - kaldi-native-fbank v1.22.3: Apache-2.0
125
+ https://github.com/csukuangfj/kaldi-native-fbank/tree/v1.22.3
126
+ - KissFFT febd4caeed32e33ad8b2e0bb5ea77542c40f18ec: BSD-3-Clause
127
+ https://github.com/mborgerding/kissfft/tree/febd4caeed32e33ad8b2e0bb5ea77542c40f18ec
128
+ - Piper phonemize 78a788e0b719013401572d70fef372e77bff8e43: MIT; Copyright (c) 2023 Michael Hansen
129
+ https://github.com/csukuangfj/piper-phonemize/tree/78a788e0b719013401572d70fef372e77bff8e43
130
+ - eSpeak NG f6fed6c58b5e0998b8e68c6610125e2d07d595a7: GPL-3.0-or-later, with BSD-2-Clause and Unicode data terms for identified portions
131
+ https://github.com/csukuangfj/espeak-ng/tree/f6fed6c58b5e0998b8e68c6610125e2d07d595a7
132
+ - uni-algo incorporated by Piper phonemize: public-domain dedication
133
+ - ONNX Runtime v1.24.4: MIT, plus its bundled third-party notices
134
+ https://github.com/microsoft/onnxruntime/tree/v1.24.4
135
+ - simple-sentencepiece v0.7: Apache-2.0
136
+ https://github.com/pkufool/simple-sentencepiece/tree/v0.7
137
+
138
+ The Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, and GPLv3 texts are included in THIRD_PARTY_LICENSES.html or LICENSE. Exact additional terms are shipped in licenses/native/.
139
+
140
+ ================================================================================
141
+ Embedded web fonts
142
+ ================================================================================
143
+
144
+ Source: src/fonts/*.woff2
145
+ Inclusion: embedded in the mj binary and served by the remote viewer
146
+
147
+ The following font software is licensed under the SIL Open Font License 1.1. The complete terms are in OFL-1.1.md.
148
+
149
+ - Rajdhani 500, 600, and 700: Copyright (c) 2014, Indian Type Foundry (info@indiantypefoundry.com).
150
+ https://github.com/google/fonts/tree/main/ofl/rajdhani
151
+ - Staatliches 400: Copyright 2018 The Staatliches Authors (https://github.com/googlefonts/staatliches)
152
+ https://github.com/google/fonts/tree/main/ofl/staatliches
153
+ - JetBrains Mono: Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)
154
+ https://github.com/JetBrains/JetBrainsMono
155
+
156
+ ================================================================================
157
+ Bundled Anvil 0.24.0
158
+ ================================================================================
159
+
160
+ Source: https://github.com/BrokkAi/anvil/releases/tag/v0.24.0
161
+ Inclusion: separately built binary aggregated into every official Mjolnir archive
162
+
163
+ Anvil's complete legal bundle is shipped as anvil-licenses/ and maintained in licenses/anvil-v0.24.0/.
164
+ Its SOURCE.md identifies the exact corresponding source tag. The bundle includes Anvil's LGPLv3 and incorporated GPLv3 texts, the generated locked Rust dependency report, and supplemental native notices.