muon-ui 0.1.0 → 0.3.0

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.
Files changed (43) hide show
  1. package/README.md +1 -1
  2. package/dist/{build-CCuZpajl.cjs → build-xwfaxosJ.cjs} +121 -28
  3. package/dist/build-xwfaxosJ.cjs.map +1 -0
  4. package/dist/cli.cjs +19 -10
  5. package/dist/cli.cjs.map +1 -1
  6. package/dist/index.cjs +2 -2
  7. package/dist/index.mjs +2 -2
  8. package/dist/native/linux64/muon-bootstrap +0 -0
  9. package/dist/native/linux64/muon-prepare +0 -0
  10. package/dist/native/linuxarm/muon-bootstrap +0 -0
  11. package/dist/native/linuxarm/muon-prepare +0 -0
  12. package/dist/native/linuxarm64/muon-bootstrap +0 -0
  13. package/dist/native/linuxarm64/muon-prepare +0 -0
  14. package/dist/native/windows32/muon-bootstrap.exe +0 -0
  15. package/dist/native/windows32/muon-prepare.exe +0 -0
  16. package/dist/native/windows64/muon-bootstrap.exe +0 -0
  17. package/dist/native/windows64/muon-prepare.exe +0 -0
  18. package/dist/runtime/{linuxarm64/THIRD_PARTY_NOTICES.md → linux64/LICENSE_muon} +156 -16
  19. package/dist/runtime/linux64/libmuon-ui.so +0 -0
  20. package/dist/runtime/linux64/muon-core +0 -0
  21. package/dist/runtime/{windows32/THIRD_PARTY_NOTICES.md → linuxarm/LICENSE_muon} +156 -16
  22. package/dist/runtime/linuxarm/libmuon-ui.so +0 -0
  23. package/dist/runtime/linuxarm/muon-core +0 -0
  24. package/dist/runtime/{linux64/THIRD_PARTY_NOTICES.md → linuxarm64/LICENSE_muon} +156 -16
  25. package/dist/runtime/linuxarm64/libmuon-ui.so +0 -0
  26. package/dist/runtime/linuxarm64/muon-core +0 -0
  27. package/dist/runtime/{linuxarm/THIRD_PARTY_NOTICES.md → windows32/LICENSE_muon} +156 -16
  28. package/dist/runtime/windows32/libcardio.dll +0 -0
  29. package/dist/runtime/windows32/libmuon-ui.dll +0 -0
  30. package/dist/runtime/windows32/muon-core.exe +0 -0
  31. package/dist/runtime/windows64/LICENSE_muon +363 -0
  32. package/dist/runtime/windows64/libcardio.dll +0 -0
  33. package/dist/runtime/windows64/libmuon-ui.dll +0 -0
  34. package/dist/runtime/windows64/muon-core.exe +0 -0
  35. package/dist/vite.cjs +90 -41
  36. package/dist/vite.cjs.map +1 -1
  37. package/dist/vite.mjs +197 -72
  38. package/dist/vite.mjs.map +1 -1
  39. package/muon.d.ts +17 -0
  40. package/package.json +8 -8
  41. package/vite.d.ts +18 -2
  42. package/dist/build-CCuZpajl.cjs.map +0 -1
  43. package/dist/runtime/windows64/THIRD_PARTY_NOTICES.md +0 -223
@@ -1,11 +1,67 @@
1
- # Third Party Notices
1
+ # muon license
2
+
3
+ ## muon
4
+
5
+ Source: https://github.com/kekyo/muon-ui/
6
+
7
+ Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ ## Chromium Embedded Framework (CEF)
28
+
29
+ Source: https://github.com/chromiumembedded/cef/
30
+
31
+ Copyright (c) 2008-2020 Marshall A. Greenblatt. Portions Copyright (c)
32
+ 2006-2009 Google Inc. All rights reserved.
33
+
34
+ Redistribution and use in source and binary forms, with or without
35
+ modification, are permitted provided that the following conditions are
36
+ met:
37
+
38
+ * Redistributions of source code must retain the above copyright
39
+ notice, this list of conditions and the following disclaimer.
40
+ * Redistributions in binary form must reproduce the above
41
+ copyright notice, this list of conditions and the following disclaimer
42
+ in the documentation and/or other materials provided with the
43
+ distribution.
44
+ * Neither the name of Google Inc. nor the name Chromium Embedded
45
+ Framework nor the names of its contributors may be used to endorse
46
+ or promote products derived from this software without specific prior
47
+ written permission.
48
+
49
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
50
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
51
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
52
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
53
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
54
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
55
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
57
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
59
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2
60
 
3
61
  ## libffi 3.4.6
4
62
 
5
63
  Source: https://github.com/libffi/libffi/releases/tag/v3.4.6
6
64
 
7
- License: MIT
8
-
9
65
  libffi - Copyright (c) 1996-2024 Anthony Green, Red Hat, Inc and others.
10
66
  See source files for details.
11
67
 
@@ -32,8 +88,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
88
 
33
89
  Source: https://github.com/ibireme/yyjson/tree/0.12.0
34
90
 
35
- License: MIT
36
-
37
91
  Copyright (c) 2020 YaoYuan <ibireme@gmail.com>
38
92
 
39
93
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -59,8 +113,6 @@ SOFTWARE.
59
113
  Source:
60
114
  https://github.com/NetBSD/src/tree/trunk/common/lib/libc/hash/sha1
61
115
 
62
- License: Public Domain
63
-
64
116
  SHA-1 in C
65
117
  By Steve Reid <steve@edmweb.com>
66
118
  100% Public Domain
@@ -69,9 +121,6 @@ By Steve Reid <steve@edmweb.com>
69
121
 
70
122
  Source: https://github.com/libarchive/libarchive/releases/tag/v3.8.7
71
123
 
72
- License: BSD-2-Clause with additional per-file license notes in the
73
- distribution.
74
-
75
124
  The libarchive distribution as a whole is Copyright by Tim Kientzle
76
125
  and is subject to the copyright notice reproduced below.
77
126
 
@@ -147,8 +196,6 @@ bzip2/libbzip2 version 1.0.8 of 13 July 2019
147
196
 
148
197
  Source: https://github.com/richgel999/miniz/tree/3.1.1
149
198
 
150
- License: MIT
151
-
152
199
  Copyright 2013-2014 RAD Game Tools and Valve Software
153
200
  Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
154
201
 
@@ -174,8 +221,6 @@ SOFTWARE.
174
221
 
175
222
  Source: https://github.com/kekyo/cardio/
176
223
 
177
- License: MIT
178
-
179
224
  Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
180
225
 
181
226
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -200,8 +245,6 @@ SOFTWARE.
200
245
 
201
246
  Source: https://github.com/kekyo/tra-ffic/
202
247
 
203
- License: MIT
204
-
205
248
  Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
206
249
 
207
250
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -221,3 +264,100 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
221
264
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
222
265
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
223
266
  SOFTWARE.
267
+
268
+ ## Noto color emoji
269
+
270
+ Source: https://github.com/googlefonts/noto-emoji/
271
+
272
+ Copyright 2013 Google LLC
273
+
274
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
275
+ This license is copied below, and is also available with a FAQ at:
276
+ https://scripts.sil.org/OFL
277
+
278
+ -----------------------------------------------------------
279
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
280
+ -----------------------------------------------------------
281
+
282
+ PREAMBLE
283
+ The goals of the Open Font License (OFL) are to stimulate worldwide
284
+ development of collaborative font projects, to support the font creation
285
+ efforts of academic and linguistic communities, and to provide a free and
286
+ open framework in which fonts may be shared and improved in partnership
287
+ with others.
288
+
289
+ The OFL allows the licensed fonts to be used, studied, modified and
290
+ redistributed freely as long as they are not sold by themselves. The
291
+ fonts, including any derivative works, can be bundled, embedded,
292
+ redistributed and/or sold with any software provided that any reserved
293
+ names are not used by derivative works. The fonts and derivatives,
294
+ however, cannot be released under any other type of license. The
295
+ requirement for fonts to remain under this license does not apply
296
+ to any document created using the fonts or their derivatives.
297
+
298
+ DEFINITIONS
299
+ "Font Software" refers to the set of files released by the Copyright
300
+ Holder(s) under this license and clearly marked as such. This may
301
+ include source files, build scripts and documentation.
302
+
303
+ "Reserved Font Name" refers to any names specified as such after the
304
+ copyright statement(s).
305
+
306
+ "Original Version" refers to the collection of Font Software components as
307
+ distributed by the Copyright Holder(s).
308
+
309
+ "Modified Version" refers to any derivative made by adding to, deleting,
310
+ or substituting -- in part or in whole -- any of the components of the
311
+ Original Version, by changing formats or by porting the Font Software to a
312
+ new environment.
313
+
314
+ "Author" refers to any designer, engineer, programmer, technical
315
+ writer or other person who contributed to the Font Software.
316
+
317
+ PERMISSION & CONDITIONS
318
+ Permission is hereby granted, free of charge, to any person obtaining
319
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
320
+ redistribute, and sell modified and unmodified copies of the Font
321
+ Software, subject to the following conditions:
322
+
323
+ 1) Neither the Font Software nor any of its individual components,
324
+ in Original or Modified Versions, may be sold by itself.
325
+
326
+ 2) Original or Modified Versions of the Font Software may be bundled,
327
+ redistributed and/or sold with any software, provided that each copy
328
+ contains the above copyright notice and this license. These can be
329
+ included either as stand-alone text files, human-readable headers or
330
+ in the appropriate machine-readable metadata fields within text or
331
+ binary files as long as those fields can be easily viewed by the user.
332
+
333
+ 3) No Modified Version of the Font Software may use the Reserved Font
334
+ Name(s) unless explicit written permission is granted by the corresponding
335
+ Copyright Holder. This restriction only applies to the primary font name as
336
+ presented to the users.
337
+
338
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
339
+ Software shall not be used to promote, endorse or advertise any
340
+ Modified Version, except to acknowledge the contribution(s) of the
341
+ Copyright Holder(s) and the Author(s) or with their explicit written
342
+ permission.
343
+
344
+ 5) The Font Software, modified or unmodified, in part or in whole,
345
+ must be distributed entirely under this license, and must not be
346
+ distributed under any other license. The requirement for fonts to
347
+ remain under this license does not apply to any document created
348
+ using the Font Software.
349
+
350
+ TERMINATION
351
+ This license becomes null and void if any of the above conditions are
352
+ not met.
353
+
354
+ DISCLAIMER
355
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
356
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
357
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
358
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
359
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
360
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
361
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
362
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
363
+ OTHER DEALINGS IN THE FONT SOFTWARE.
Binary file
Binary file
@@ -1,11 +1,67 @@
1
- # Third Party Notices
1
+ # muon license
2
+
3
+ ## muon
4
+
5
+ Source: https://github.com/kekyo/muon-ui/
6
+
7
+ Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ ## Chromium Embedded Framework (CEF)
28
+
29
+ Source: https://github.com/chromiumembedded/cef/
30
+
31
+ Copyright (c) 2008-2020 Marshall A. Greenblatt. Portions Copyright (c)
32
+ 2006-2009 Google Inc. All rights reserved.
33
+
34
+ Redistribution and use in source and binary forms, with or without
35
+ modification, are permitted provided that the following conditions are
36
+ met:
37
+
38
+ * Redistributions of source code must retain the above copyright
39
+ notice, this list of conditions and the following disclaimer.
40
+ * Redistributions in binary form must reproduce the above
41
+ copyright notice, this list of conditions and the following disclaimer
42
+ in the documentation and/or other materials provided with the
43
+ distribution.
44
+ * Neither the name of Google Inc. nor the name Chromium Embedded
45
+ Framework nor the names of its contributors may be used to endorse
46
+ or promote products derived from this software without specific prior
47
+ written permission.
48
+
49
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
50
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
51
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
52
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
53
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
54
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
55
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
57
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
59
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2
60
 
3
61
  ## libffi 3.4.6
4
62
 
5
63
  Source: https://github.com/libffi/libffi/releases/tag/v3.4.6
6
64
 
7
- License: MIT
8
-
9
65
  libffi - Copyright (c) 1996-2024 Anthony Green, Red Hat, Inc and others.
10
66
  See source files for details.
11
67
 
@@ -32,8 +88,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
88
 
33
89
  Source: https://github.com/ibireme/yyjson/tree/0.12.0
34
90
 
35
- License: MIT
36
-
37
91
  Copyright (c) 2020 YaoYuan <ibireme@gmail.com>
38
92
 
39
93
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -59,8 +113,6 @@ SOFTWARE.
59
113
  Source:
60
114
  https://github.com/NetBSD/src/tree/trunk/common/lib/libc/hash/sha1
61
115
 
62
- License: Public Domain
63
-
64
116
  SHA-1 in C
65
117
  By Steve Reid <steve@edmweb.com>
66
118
  100% Public Domain
@@ -69,9 +121,6 @@ By Steve Reid <steve@edmweb.com>
69
121
 
70
122
  Source: https://github.com/libarchive/libarchive/releases/tag/v3.8.7
71
123
 
72
- License: BSD-2-Clause with additional per-file license notes in the
73
- distribution.
74
-
75
124
  The libarchive distribution as a whole is Copyright by Tim Kientzle
76
125
  and is subject to the copyright notice reproduced below.
77
126
 
@@ -147,8 +196,6 @@ bzip2/libbzip2 version 1.0.8 of 13 July 2019
147
196
 
148
197
  Source: https://github.com/richgel999/miniz/tree/3.1.1
149
198
 
150
- License: MIT
151
-
152
199
  Copyright 2013-2014 RAD Game Tools and Valve Software
153
200
  Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
154
201
 
@@ -174,8 +221,6 @@ SOFTWARE.
174
221
 
175
222
  Source: https://github.com/kekyo/cardio/
176
223
 
177
- License: MIT
178
-
179
224
  Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
180
225
 
181
226
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -200,8 +245,6 @@ SOFTWARE.
200
245
 
201
246
  Source: https://github.com/kekyo/tra-ffic/
202
247
 
203
- License: MIT
204
-
205
248
  Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
206
249
 
207
250
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -221,3 +264,100 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
221
264
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
222
265
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
223
266
  SOFTWARE.
267
+
268
+ ## Noto color emoji
269
+
270
+ Source: https://github.com/googlefonts/noto-emoji/
271
+
272
+ Copyright 2013 Google LLC
273
+
274
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
275
+ This license is copied below, and is also available with a FAQ at:
276
+ https://scripts.sil.org/OFL
277
+
278
+ -----------------------------------------------------------
279
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
280
+ -----------------------------------------------------------
281
+
282
+ PREAMBLE
283
+ The goals of the Open Font License (OFL) are to stimulate worldwide
284
+ development of collaborative font projects, to support the font creation
285
+ efforts of academic and linguistic communities, and to provide a free and
286
+ open framework in which fonts may be shared and improved in partnership
287
+ with others.
288
+
289
+ The OFL allows the licensed fonts to be used, studied, modified and
290
+ redistributed freely as long as they are not sold by themselves. The
291
+ fonts, including any derivative works, can be bundled, embedded,
292
+ redistributed and/or sold with any software provided that any reserved
293
+ names are not used by derivative works. The fonts and derivatives,
294
+ however, cannot be released under any other type of license. The
295
+ requirement for fonts to remain under this license does not apply
296
+ to any document created using the fonts or their derivatives.
297
+
298
+ DEFINITIONS
299
+ "Font Software" refers to the set of files released by the Copyright
300
+ Holder(s) under this license and clearly marked as such. This may
301
+ include source files, build scripts and documentation.
302
+
303
+ "Reserved Font Name" refers to any names specified as such after the
304
+ copyright statement(s).
305
+
306
+ "Original Version" refers to the collection of Font Software components as
307
+ distributed by the Copyright Holder(s).
308
+
309
+ "Modified Version" refers to any derivative made by adding to, deleting,
310
+ or substituting -- in part or in whole -- any of the components of the
311
+ Original Version, by changing formats or by porting the Font Software to a
312
+ new environment.
313
+
314
+ "Author" refers to any designer, engineer, programmer, technical
315
+ writer or other person who contributed to the Font Software.
316
+
317
+ PERMISSION & CONDITIONS
318
+ Permission is hereby granted, free of charge, to any person obtaining
319
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
320
+ redistribute, and sell modified and unmodified copies of the Font
321
+ Software, subject to the following conditions:
322
+
323
+ 1) Neither the Font Software nor any of its individual components,
324
+ in Original or Modified Versions, may be sold by itself.
325
+
326
+ 2) Original or Modified Versions of the Font Software may be bundled,
327
+ redistributed and/or sold with any software, provided that each copy
328
+ contains the above copyright notice and this license. These can be
329
+ included either as stand-alone text files, human-readable headers or
330
+ in the appropriate machine-readable metadata fields within text or
331
+ binary files as long as those fields can be easily viewed by the user.
332
+
333
+ 3) No Modified Version of the Font Software may use the Reserved Font
334
+ Name(s) unless explicit written permission is granted by the corresponding
335
+ Copyright Holder. This restriction only applies to the primary font name as
336
+ presented to the users.
337
+
338
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
339
+ Software shall not be used to promote, endorse or advertise any
340
+ Modified Version, except to acknowledge the contribution(s) of the
341
+ Copyright Holder(s) and the Author(s) or with their explicit written
342
+ permission.
343
+
344
+ 5) The Font Software, modified or unmodified, in part or in whole,
345
+ must be distributed entirely under this license, and must not be
346
+ distributed under any other license. The requirement for fonts to
347
+ remain under this license does not apply to any document created
348
+ using the Font Software.
349
+
350
+ TERMINATION
351
+ This license becomes null and void if any of the above conditions are
352
+ not met.
353
+
354
+ DISCLAIMER
355
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
356
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
357
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
358
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
359
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
360
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
361
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
362
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
363
+ OTHER DEALINGS IN THE FONT SOFTWARE.
Binary file
Binary file
@@ -1,11 +1,67 @@
1
- # Third Party Notices
1
+ # muon license
2
+
3
+ ## muon
4
+
5
+ Source: https://github.com/kekyo/muon-ui/
6
+
7
+ Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ ## Chromium Embedded Framework (CEF)
28
+
29
+ Source: https://github.com/chromiumembedded/cef/
30
+
31
+ Copyright (c) 2008-2020 Marshall A. Greenblatt. Portions Copyright (c)
32
+ 2006-2009 Google Inc. All rights reserved.
33
+
34
+ Redistribution and use in source and binary forms, with or without
35
+ modification, are permitted provided that the following conditions are
36
+ met:
37
+
38
+ * Redistributions of source code must retain the above copyright
39
+ notice, this list of conditions and the following disclaimer.
40
+ * Redistributions in binary form must reproduce the above
41
+ copyright notice, this list of conditions and the following disclaimer
42
+ in the documentation and/or other materials provided with the
43
+ distribution.
44
+ * Neither the name of Google Inc. nor the name Chromium Embedded
45
+ Framework nor the names of its contributors may be used to endorse
46
+ or promote products derived from this software without specific prior
47
+ written permission.
48
+
49
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
50
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
51
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
52
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
53
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
54
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
55
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
57
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
59
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2
60
 
3
61
  ## libffi 3.4.6
4
62
 
5
63
  Source: https://github.com/libffi/libffi/releases/tag/v3.4.6
6
64
 
7
- License: MIT
8
-
9
65
  libffi - Copyright (c) 1996-2024 Anthony Green, Red Hat, Inc and others.
10
66
  See source files for details.
11
67
 
@@ -32,8 +88,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
88
 
33
89
  Source: https://github.com/ibireme/yyjson/tree/0.12.0
34
90
 
35
- License: MIT
36
-
37
91
  Copyright (c) 2020 YaoYuan <ibireme@gmail.com>
38
92
 
39
93
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -59,8 +113,6 @@ SOFTWARE.
59
113
  Source:
60
114
  https://github.com/NetBSD/src/tree/trunk/common/lib/libc/hash/sha1
61
115
 
62
- License: Public Domain
63
-
64
116
  SHA-1 in C
65
117
  By Steve Reid <steve@edmweb.com>
66
118
  100% Public Domain
@@ -69,9 +121,6 @@ By Steve Reid <steve@edmweb.com>
69
121
 
70
122
  Source: https://github.com/libarchive/libarchive/releases/tag/v3.8.7
71
123
 
72
- License: BSD-2-Clause with additional per-file license notes in the
73
- distribution.
74
-
75
124
  The libarchive distribution as a whole is Copyright by Tim Kientzle
76
125
  and is subject to the copyright notice reproduced below.
77
126
 
@@ -147,8 +196,6 @@ bzip2/libbzip2 version 1.0.8 of 13 July 2019
147
196
 
148
197
  Source: https://github.com/richgel999/miniz/tree/3.1.1
149
198
 
150
- License: MIT
151
-
152
199
  Copyright 2013-2014 RAD Game Tools and Valve Software
153
200
  Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
154
201
 
@@ -174,8 +221,6 @@ SOFTWARE.
174
221
 
175
222
  Source: https://github.com/kekyo/cardio/
176
223
 
177
- License: MIT
178
-
179
224
  Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
180
225
 
181
226
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -200,8 +245,6 @@ SOFTWARE.
200
245
 
201
246
  Source: https://github.com/kekyo/tra-ffic/
202
247
 
203
- License: MIT
204
-
205
248
  Copyright (c) Kouji Matsui (@kekyo@mi.kekyo.net)
206
249
 
207
250
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -221,3 +264,100 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
221
264
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
222
265
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
223
266
  SOFTWARE.
267
+
268
+ ## Noto color emoji
269
+
270
+ Source: https://github.com/googlefonts/noto-emoji/
271
+
272
+ Copyright 2013 Google LLC
273
+
274
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
275
+ This license is copied below, and is also available with a FAQ at:
276
+ https://scripts.sil.org/OFL
277
+
278
+ -----------------------------------------------------------
279
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
280
+ -----------------------------------------------------------
281
+
282
+ PREAMBLE
283
+ The goals of the Open Font License (OFL) are to stimulate worldwide
284
+ development of collaborative font projects, to support the font creation
285
+ efforts of academic and linguistic communities, and to provide a free and
286
+ open framework in which fonts may be shared and improved in partnership
287
+ with others.
288
+
289
+ The OFL allows the licensed fonts to be used, studied, modified and
290
+ redistributed freely as long as they are not sold by themselves. The
291
+ fonts, including any derivative works, can be bundled, embedded,
292
+ redistributed and/or sold with any software provided that any reserved
293
+ names are not used by derivative works. The fonts and derivatives,
294
+ however, cannot be released under any other type of license. The
295
+ requirement for fonts to remain under this license does not apply
296
+ to any document created using the fonts or their derivatives.
297
+
298
+ DEFINITIONS
299
+ "Font Software" refers to the set of files released by the Copyright
300
+ Holder(s) under this license and clearly marked as such. This may
301
+ include source files, build scripts and documentation.
302
+
303
+ "Reserved Font Name" refers to any names specified as such after the
304
+ copyright statement(s).
305
+
306
+ "Original Version" refers to the collection of Font Software components as
307
+ distributed by the Copyright Holder(s).
308
+
309
+ "Modified Version" refers to any derivative made by adding to, deleting,
310
+ or substituting -- in part or in whole -- any of the components of the
311
+ Original Version, by changing formats or by porting the Font Software to a
312
+ new environment.
313
+
314
+ "Author" refers to any designer, engineer, programmer, technical
315
+ writer or other person who contributed to the Font Software.
316
+
317
+ PERMISSION & CONDITIONS
318
+ Permission is hereby granted, free of charge, to any person obtaining
319
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
320
+ redistribute, and sell modified and unmodified copies of the Font
321
+ Software, subject to the following conditions:
322
+
323
+ 1) Neither the Font Software nor any of its individual components,
324
+ in Original or Modified Versions, may be sold by itself.
325
+
326
+ 2) Original or Modified Versions of the Font Software may be bundled,
327
+ redistributed and/or sold with any software, provided that each copy
328
+ contains the above copyright notice and this license. These can be
329
+ included either as stand-alone text files, human-readable headers or
330
+ in the appropriate machine-readable metadata fields within text or
331
+ binary files as long as those fields can be easily viewed by the user.
332
+
333
+ 3) No Modified Version of the Font Software may use the Reserved Font
334
+ Name(s) unless explicit written permission is granted by the corresponding
335
+ Copyright Holder. This restriction only applies to the primary font name as
336
+ presented to the users.
337
+
338
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
339
+ Software shall not be used to promote, endorse or advertise any
340
+ Modified Version, except to acknowledge the contribution(s) of the
341
+ Copyright Holder(s) and the Author(s) or with their explicit written
342
+ permission.
343
+
344
+ 5) The Font Software, modified or unmodified, in part or in whole,
345
+ must be distributed entirely under this license, and must not be
346
+ distributed under any other license. The requirement for fonts to
347
+ remain under this license does not apply to any document created
348
+ using the Font Software.
349
+
350
+ TERMINATION
351
+ This license becomes null and void if any of the above conditions are
352
+ not met.
353
+
354
+ DISCLAIMER
355
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
356
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
357
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
358
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
359
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
360
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
361
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
362
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
363
+ OTHER DEALINGS IN THE FONT SOFTWARE.
Binary file