@satzstrom/linux-x64 0.1.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 (87) hide show
  1. package/LICENSE +29 -0
  2. package/bin/satzstrom +0 -0
  3. package/compliance/bun/README.md +19 -0
  4. package/compliance/bun/REBUILD-AND-RELINK.md +82 -0
  5. package/compliance/bun/SOURCE-OFFER.md +15 -0
  6. package/compliance/bun/licenses/BUN-CLAP-UNLICENSE.txt +24 -0
  7. package/compliance/bun/licenses/BUN-LICENSE.md +84 -0
  8. package/compliance/bun/licenses/JAVASCRIPTCORE-COPYING.LIB +488 -0
  9. package/compliance/bun/licenses/THIRD-PARTY-SOURCE-NOTICES.md +7 -0
  10. package/compliance/bun/licenses/WEBKIT-JSC-THIRD-PARTY-NOTICES.md +13 -0
  11. package/compliance/bun/licenses/bun-dependencies/BORINGSSL-LICENSE.txt +238 -0
  12. package/compliance/bun/licenses/bun-dependencies/BROTLI-LICENSE.txt +19 -0
  13. package/compliance/bun/licenses/bun-dependencies/C-ARES-LICENSE.md +24 -0
  14. package/compliance/bun/licenses/bun-dependencies/HDRHISTOGRAM-COPYING.txt +121 -0
  15. package/compliance/bun/licenses/bun-dependencies/HDRHISTOGRAM-LICENSE.txt +42 -0
  16. package/compliance/bun/licenses/bun-dependencies/HIGHWAY-LICENSE.txt +371 -0
  17. package/compliance/bun/licenses/bun-dependencies/LIBARCHIVE-COPYING.txt +65 -0
  18. package/compliance/bun/licenses/bun-dependencies/LIBDEFLATE-COPYING.txt +22 -0
  19. package/compliance/bun/licenses/bun-dependencies/LIBJPEG-TURBO-LICENSE.md +135 -0
  20. package/compliance/bun/licenses/bun-dependencies/LIBSPNG-LICENSE.txt +25 -0
  21. package/compliance/bun/licenses/bun-dependencies/LIBUV-LICENSE.txt +19 -0
  22. package/compliance/bun/licenses/bun-dependencies/LIBWEBP-COPYING.txt +31 -0
  23. package/compliance/bun/licenses/bun-dependencies/LOL-HTML-LICENSE.txt +27 -0
  24. package/compliance/bun/licenses/bun-dependencies/LS-HPACK-LICENSE.txt +21 -0
  25. package/compliance/bun/licenses/bun-dependencies/LS-QPACK-LICENSE.txt +21 -0
  26. package/compliance/bun/licenses/bun-dependencies/LSQUIC-LICENSE.chrome.txt +32 -0
  27. package/compliance/bun/licenses/bun-dependencies/LSQUIC-LICENSE.txt +21 -0
  28. package/compliance/bun/licenses/bun-dependencies/MIMALLOC-LICENSE.txt +21 -0
  29. package/compliance/bun/licenses/bun-dependencies/PICOHTTPPARSER-LICENSE-HEADER.txt +25 -0
  30. package/compliance/bun/licenses/bun-dependencies/RUST-ARGON2-LICENSE-APACHE.txt +201 -0
  31. package/compliance/bun/licenses/bun-dependencies/RUST-ARGON2-LICENSE-MIT.txt +22 -0
  32. package/compliance/bun/licenses/bun-dependencies/TINYCC-COPYING.txt +504 -0
  33. package/compliance/bun/licenses/bun-dependencies/ZLIB-NG-LICENSE.md +19 -0
  34. package/compliance/bun/licenses/bun-dependencies/ZSTD-COPYING.txt +339 -0
  35. package/compliance/bun/licenses/bun-dependencies/ZSTD-LICENSE.txt +30 -0
  36. package/compliance/bun/licenses/bun-dependencies/manifest.json +206 -0
  37. package/compliance/bun/licenses/webkit/DTOA-COPYING.txt +26 -0
  38. package/compliance/bun/licenses/webkit/DTOA-LICENSE.txt +26 -0
  39. package/compliance/bun/licenses/webkit/FAST-FLOAT-LICENSE.txt +190 -0
  40. package/compliance/bun/licenses/webkit/ICU-LICENSE.txt +412 -0
  41. package/compliance/bun/licenses/webkit/MIMALLOC-LICENSE.txt +21 -0
  42. package/compliance/bun/source-manifest.json +243 -0
  43. package/compliance/bun/tools/extract-standalone-payload.mjs +25 -0
  44. package/compliance/bun/tools/fetch-corresponding-source.mjs +48 -0
  45. package/compliance/bun/tools/relink-standalone-payload.mjs +88 -0
  46. package/compliance/bun/tools/standalone-payload.mjs +47 -0
  47. package/licenses/runtime/README.md +9 -0
  48. package/licenses/runtime/assets/HYPHENATION-NOTICE.md +25 -0
  49. package/licenses/runtime/assets/hyph-de-1996-LICENSE.txt +64 -0
  50. package/licenses/runtime/assets/hyph-en-us-LICENSE.txt +32 -0
  51. package/licenses/runtime/assets/sRGB2014-ICC-LICENSE.txt +8 -0
  52. package/licenses/runtime/manifest.json +261 -0
  53. package/licenses/runtime/npm/@modelcontextprotocol/sdk/1.30.0/LICENSE +21 -0
  54. package/licenses/runtime/npm/@pdf-lib/standard-fonts/1.0.0/LICENSE.md +21 -0
  55. package/licenses/runtime/npm/@pdf-lib/upng/1.0.1/LICENSE +21 -0
  56. package/licenses/runtime/npm/ajv/8.20.0/LICENSE +22 -0
  57. package/licenses/runtime/npm/ajv-formats/3.0.1/LICENSE +21 -0
  58. package/licenses/runtime/npm/buffer-crc32/0.2.13/LICENSE +19 -0
  59. package/licenses/runtime/npm/buffer-from/1.1.2/LICENSE +21 -0
  60. package/licenses/runtime/npm/chromium-bidi/0.6.3/LICENSE +201 -0
  61. package/licenses/runtime/npm/cross-spawn/7.0.6/LICENSE +21 -0
  62. package/licenses/runtime/npm/fast-deep-equal/3.1.3/LICENSE +21 -0
  63. package/licenses/runtime/npm/fast-uri/3.1.5/LICENSE +30 -0
  64. package/licenses/runtime/npm/hypher/0.2.5/BSD.txt +25 -0
  65. package/licenses/runtime/npm/isexe/2.0.0/LICENSE +15 -0
  66. package/licenses/runtime/npm/json-schema-traverse/1.0.0/LICENSE +21 -0
  67. package/licenses/runtime/npm/mitt/3.0.1/LICENSE +21 -0
  68. package/licenses/runtime/npm/pako/1.0.11/LICENSE +21 -0
  69. package/licenses/runtime/npm/path-key/3.1.1/license +9 -0
  70. package/licenses/runtime/npm/pdf-lib/1.17.1/LICENSE.md +21 -0
  71. package/licenses/runtime/npm/pend/1.2.0/LICENSE +23 -0
  72. package/licenses/runtime/npm/playwright/1.61.1/LICENSE +202 -0
  73. package/licenses/runtime/npm/playwright/1.61.1/NOTICE +5 -0
  74. package/licenses/runtime/npm/playwright-core/1.61.1/LICENSE +202 -0
  75. package/licenses/runtime/npm/playwright-core/1.61.1/NOTICE +5 -0
  76. package/licenses/runtime/npm/shebang-command/2.0.0/license +9 -0
  77. package/licenses/runtime/npm/shebang-regex/3.0.0/license +9 -0
  78. package/licenses/runtime/npm/source-map/0.6.1/LICENSE +28 -0
  79. package/licenses/runtime/npm/source-map-support/0.5.21/LICENSE.md +21 -0
  80. package/licenses/runtime/npm/tslib/1.14.1/LICENSE.txt +12 -0
  81. package/licenses/runtime/npm/typescript/5.9.3/LICENSE.txt +55 -0
  82. package/licenses/runtime/npm/urlpattern-polyfill/10.0.0/LICENSE +19 -0
  83. package/licenses/runtime/npm/which/2.0.2/LICENSE +15 -0
  84. package/licenses/runtime/npm/yauzl/3.2.1/LICENSE +21 -0
  85. package/licenses/runtime/npm/zod/4.4.3/LICENSE +21 -0
  86. package/licenses/runtime/npm/zod-to-json-schema/3.25.2/LICENSE +15 -0
  87. package/package.json +30 -0
@@ -0,0 +1,190 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ Copyright 2021 The fast_float authors
179
+
180
+ Licensed under the Apache License, Version 2.0 (the "License");
181
+ you may not use this file except in compliance with the License.
182
+ You may obtain a copy of the License at
183
+
184
+ http://www.apache.org/licenses/LICENSE-2.0
185
+
186
+ Unless required by applicable law or agreed to in writing, software
187
+ distributed under the License is distributed on an "AS IS" BASIS,
188
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
+ See the License for the specific language governing permissions and
190
+ limitations under the License.
@@ -0,0 +1,412 @@
1
+ COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
2
+
3
+ Copyright © 1991-2020 Unicode, Inc. All rights reserved.
4
+ Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining
7
+ a copy of the Unicode data files and any associated documentation
8
+ (the "Data Files") or Unicode software and any associated documentation
9
+ (the "Software") to deal in the Data Files or Software
10
+ without restriction, including without limitation the rights to use,
11
+ copy, modify, merge, publish, distribute, and/or sell copies of
12
+ the Data Files or Software, and to permit persons to whom the Data Files
13
+ or Software are furnished to do so, provided that either
14
+ (a) this copyright and permission notice appear with all copies
15
+ of the Data Files or Software, or
16
+ (b) this copyright and permission notice appear in associated
17
+ Documentation.
18
+
19
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
20
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
21
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
23
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
24
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
25
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
26
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
27
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
28
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
29
+
30
+ Except as contained in this notice, the name of a copyright holder
31
+ shall not be used in advertising or otherwise to promote the sale,
32
+ use or other dealings in these Data Files or Software without prior
33
+ written authorization of the copyright holder.
34
+
35
+ ---------------------
36
+
37
+ Third-Party Software Licenses
38
+
39
+ This section contains third-party software notices and/or additional
40
+ terms for licensed third-party software components included within ICU
41
+ libraries.
42
+
43
+ 1. ICU License - ICU 1.8.1 to ICU 57.1
44
+
45
+ COPYRIGHT AND PERMISSION NOTICE
46
+
47
+ Copyright (c) 1995-2016 International Business Machines Corporation and others
48
+ All rights reserved.
49
+
50
+ Permission is hereby granted, free of charge, to any person obtaining
51
+ a copy of this software and associated documentation files (the
52
+ "Software"), to deal in the Software without restriction, including
53
+ without limitation the rights to use, copy, modify, merge, publish,
54
+ distribute, and/or sell copies of the Software, and to permit persons
55
+ to whom the Software is furnished to do so, provided that the above
56
+ copyright notice(s) and this permission notice appear in all copies of
57
+ the Software and that both the above copyright notice(s) and this
58
+ permission notice appear in supporting documentation.
59
+
60
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
61
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
62
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
63
+ OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
64
+ HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
65
+ SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
66
+ RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
67
+ CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
68
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
69
+
70
+ Except as contained in this notice, the name of a copyright holder
71
+ shall not be used in advertising or otherwise to promote the sale, use
72
+ or other dealings in this Software without prior written authorization
73
+ of the copyright holder.
74
+
75
+ All trademarks and registered trademarks mentioned herein are the
76
+ property of their respective owners.
77
+
78
+ 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
79
+
80
+ # The Google Chrome software developed by Google is licensed under
81
+ # the BSD license. Other software included in this distribution is
82
+ # provided under other licenses, as set forth below.
83
+ #
84
+ # The BSD License
85
+ # http://opensource.org/licenses/bsd-license.php
86
+ # Copyright (C) 2006-2008, Google Inc.
87
+ #
88
+ # All rights reserved.
89
+ #
90
+ # Redistribution and use in source and binary forms, with or without
91
+ # modification, are permitted provided that the following conditions are met:
92
+ #
93
+ # Redistributions of source code must retain the above copyright notice,
94
+ # this list of conditions and the following disclaimer.
95
+ # Redistributions in binary form must reproduce the above
96
+ # copyright notice, this list of conditions and the following
97
+ # disclaimer in the documentation and/or other materials provided with
98
+ # the distribution.
99
+ # Neither the name of Google Inc. nor the names of its
100
+ # contributors may be used to endorse or promote products derived from
101
+ # this software without specific prior written permission.
102
+ #
103
+ #
104
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
105
+ # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
106
+ # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
107
+ # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
108
+ # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
109
+ # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
110
+ # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
111
+ # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
112
+ # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
113
+ # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
114
+ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
115
+ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
116
+ #
117
+ #
118
+ # The word list in cjdict.txt are generated by combining three word lists
119
+ # listed below with further processing for compound word breaking. The
120
+ # frequency is generated with an iterative training against Google web
121
+ # corpora.
122
+ #
123
+ # * Libtabe (Chinese)
124
+ # - https://sourceforge.net/project/?group_id=1519
125
+ # - Its license terms and conditions are shown below.
126
+ #
127
+ # * IPADIC (Japanese)
128
+ # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
129
+ # - Its license terms and conditions are shown below.
130
+ #
131
+ # ---------COPYING.libtabe ---- BEGIN--------------------
132
+ #
133
+ # /*
134
+ # * Copyright (c) 1999 TaBE Project.
135
+ # * Copyright (c) 1999 Pai-Hsiang Hsiao.
136
+ # * All rights reserved.
137
+ # *
138
+ # * Redistribution and use in source and binary forms, with or without
139
+ # * modification, are permitted provided that the following conditions
140
+ # * are met:
141
+ # *
142
+ # * . Redistributions of source code must retain the above copyright
143
+ # * notice, this list of conditions and the following disclaimer.
144
+ # * . Redistributions in binary form must reproduce the above copyright
145
+ # * notice, this list of conditions and the following disclaimer in
146
+ # * the documentation and/or other materials provided with the
147
+ # * distribution.
148
+ # * . Neither the name of the TaBE Project nor the names of its
149
+ # * contributors may be used to endorse or promote products derived
150
+ # * from this software without specific prior written permission.
151
+ # *
152
+ # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
153
+ # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
154
+ # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
155
+ # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
156
+ # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
157
+ # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
158
+ # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
159
+ # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
160
+ # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
161
+ # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
162
+ # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
163
+ # * OF THE POSSIBILITY OF SUCH DAMAGE.
164
+ # */
165
+ #
166
+ # /*
167
+ # * Copyright (c) 1999 Computer Systems and Communication Lab,
168
+ # * Institute of Information Science, Academia
169
+ # * Sinica. All rights reserved.
170
+ # *
171
+ # * Redistribution and use in source and binary forms, with or without
172
+ # * modification, are permitted provided that the following conditions
173
+ # * are met:
174
+ # *
175
+ # * . Redistributions of source code must retain the above copyright
176
+ # * notice, this list of conditions and the following disclaimer.
177
+ # * . Redistributions in binary form must reproduce the above copyright
178
+ # * notice, this list of conditions and the following disclaimer in
179
+ # * the documentation and/or other materials provided with the
180
+ # * distribution.
181
+ # * . Neither the name of the Computer Systems and Communication Lab
182
+ # * nor the names of its contributors may be used to endorse or
183
+ # * promote products derived from this software without specific
184
+ # * prior written permission.
185
+ # *
186
+ # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
187
+ # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
188
+ # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
189
+ # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
190
+ # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
191
+ # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
192
+ # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
193
+ # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
194
+ # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
195
+ # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
196
+ # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
197
+ # * OF THE POSSIBILITY OF SUCH DAMAGE.
198
+ # */
199
+ #
200
+ # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
201
+ # University of Illinois
202
+ # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
203
+ #
204
+ # ---------------COPYING.libtabe-----END--------------------------------
205
+ #
206
+ #
207
+ # ---------------COPYING.ipadic-----BEGIN-------------------------------
208
+ #
209
+ # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
210
+ # and Technology. All rights reserved.
211
+ #
212
+ # Use, reproduction, and distribution of this software is permitted.
213
+ # Any copy of this software, whether in its original form or modified,
214
+ # must include both the above copyright notice and the following
215
+ # paragraphs.
216
+ #
217
+ # Nara Institute of Science and Technology (NAIST),
218
+ # the copyright holders, disclaims all warranties with regard to this
219
+ # software, including all implied warranties of merchantability and
220
+ # fitness, in no event shall NAIST be liable for
221
+ # any special, indirect or consequential damages or any damages
222
+ # whatsoever resulting from loss of use, data or profits, whether in an
223
+ # action of contract, negligence or other tortuous action, arising out
224
+ # of or in connection with the use or performance of this software.
225
+ #
226
+ # A large portion of the dictionary entries
227
+ # originate from ICOT Free Software. The following conditions for ICOT
228
+ # Free Software applies to the current dictionary as well.
229
+ #
230
+ # Each User may also freely distribute the Program, whether in its
231
+ # original form or modified, to any third party or parties, PROVIDED
232
+ # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
233
+ # on, or be attached to, the Program, which is distributed substantially
234
+ # in the same form as set out herein and that such intended
235
+ # distribution, if actually made, will neither violate or otherwise
236
+ # contravene any of the laws and regulations of the countries having
237
+ # jurisdiction over the User or the intended distribution itself.
238
+ #
239
+ # NO WARRANTY
240
+ #
241
+ # The program was produced on an experimental basis in the course of the
242
+ # research and development conducted during the project and is provided
243
+ # to users as so produced on an experimental basis. Accordingly, the
244
+ # program is provided without any warranty whatsoever, whether express,
245
+ # implied, statutory or otherwise. The term "warranty" used herein
246
+ # includes, but is not limited to, any warranty of the quality,
247
+ # performance, merchantability and fitness for a particular purpose of
248
+ # the program and the nonexistence of any infringement or violation of
249
+ # any right of any third party.
250
+ #
251
+ # Each user of the program will agree and understand, and be deemed to
252
+ # have agreed and understood, that there is no warranty whatsoever for
253
+ # the program and, accordingly, the entire risk arising from or
254
+ # otherwise connected with the program is assumed by the user.
255
+ #
256
+ # Therefore, neither ICOT, the copyright holder, or any other
257
+ # organization that participated in or was otherwise related to the
258
+ # development of the program and their respective officials, directors,
259
+ # officers and other employees shall be held liable for any and all
260
+ # damages, including, without limitation, general, special, incidental
261
+ # and consequential damages, arising out of or otherwise in connection
262
+ # with the use or inability to use the program or any product, material
263
+ # or result produced or otherwise obtained by using the program,
264
+ # regardless of whether they have been advised of, or otherwise had
265
+ # knowledge of, the possibility of such damages at any time during the
266
+ # project or thereafter. Each user will be deemed to have agreed to the
267
+ # foregoing by his or her commencement of use of the program. The term
268
+ # "use" as used herein includes, but is not limited to, the use,
269
+ # modification, copying and distribution of the program and the
270
+ # production of secondary products from the program.
271
+ #
272
+ # In the case where the program, whether in its original form or
273
+ # modified, was distributed or delivered to or received by a user from
274
+ # any person, organization or entity other than ICOT, unless it makes or
275
+ # grants independently of ICOT any specific warranty to the user in
276
+ # writing, such person, organization or entity, will also be exempted
277
+ # from and not be held liable to the user for any such damages as noted
278
+ # above as far as the program is concerned.
279
+ #
280
+ # ---------------COPYING.ipadic-----END----------------------------------
281
+
282
+ 3. Lao Word Break Dictionary Data (laodict.txt)
283
+
284
+ # Copyright (C) 2016 and later: Unicode, Inc. and others.
285
+ # License & terms of use: http://www.unicode.org/copyright.html
286
+ # Copyright (c) 2015 International Business Machines Corporation
287
+ # and others. All rights reserved.
288
+ #
289
+ # Project: https://github.com/rober42539/lao-dictionary
290
+ # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
291
+ # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
292
+ # (copied below)
293
+ #
294
+ # This file is derived from the above dictionary version of Nov 22, 2020
295
+ # ----------------------------------------------------------------------
296
+ # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
297
+ # All rights reserved.
298
+ #
299
+ # Redistribution and use in source and binary forms, with or without
300
+ # modification, are permitted provided that the following conditions are met:
301
+ #
302
+ # Redistributions of source code must retain the above copyright notice, this
303
+ # list of conditions and the following disclaimer. Redistributions in binary
304
+ # form must reproduce the above copyright notice, this list of conditions and
305
+ # the following disclaimer in the documentation and/or other materials
306
+ # provided with the distribution.
307
+ #
308
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
309
+ # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
310
+ # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
311
+ # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
312
+ # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
313
+ # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
314
+ # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
315
+ # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
316
+ # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
317
+ # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
318
+ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
319
+ # OF THE POSSIBILITY OF SUCH DAMAGE.
320
+ # --------------------------------------------------------------------------
321
+
322
+ 4. Burmese Word Break Dictionary Data (burmesedict.txt)
323
+
324
+ # Copyright (c) 2014 International Business Machines Corporation
325
+ # and others. All rights reserved.
326
+ #
327
+ # This list is part of a project hosted at:
328
+ # github.com/kanyawtech/myanmar-karen-word-lists
329
+ #
330
+ # --------------------------------------------------------------------------
331
+ # Copyright (c) 2013, LeRoy Benjamin Sharon
332
+ # All rights reserved.
333
+ #
334
+ # Redistribution and use in source and binary forms, with or without
335
+ # modification, are permitted provided that the following conditions
336
+ # are met: Redistributions of source code must retain the above
337
+ # copyright notice, this list of conditions and the following
338
+ # disclaimer. Redistributions in binary form must reproduce the
339
+ # above copyright notice, this list of conditions and the following
340
+ # disclaimer in the documentation and/or other materials provided
341
+ # with the distribution.
342
+ #
343
+ # Neither the name Myanmar Karen Word Lists, nor the names of its
344
+ # contributors may be used to endorse or promote products derived
345
+ # from this software without specific prior written permission.
346
+ #
347
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
348
+ # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
349
+ # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
350
+ # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
351
+ # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
352
+ # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
353
+ # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
354
+ # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
355
+ # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
356
+ # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
357
+ # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
358
+ # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
359
+ # SUCH DAMAGE.
360
+ # --------------------------------------------------------------------------
361
+
362
+ 5. Time Zone Database
363
+
364
+ ICU uses the public domain data and code derived from Time Zone
365
+ Database for its time zone support. The ownership of the TZ database
366
+ is explained in BCP 175: Procedure for Maintaining the Time Zone
367
+ Database section 7.
368
+
369
+ # 7. Database Ownership
370
+ #
371
+ # The TZ database itself is not an IETF Contribution or an IETF
372
+ # document. Rather it is a pre-existing and regularly updated work
373
+ # that is in the public domain, and is intended to remain in the
374
+ # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
375
+ # not apply to the TZ Database or contributions that individuals make
376
+ # to it. Should any claims be made and substantiated against the TZ
377
+ # Database, the organization that is providing the IANA
378
+ # Considerations defined in this RFC, under the memorandum of
379
+ # understanding with the IETF, currently ICANN, may act in accordance
380
+ # with all competent court orders. No ownership claims will be made
381
+ # by ICANN or the IETF Trust on the database or the code. Any person
382
+ # making a contribution to the database or code waives all rights to
383
+ # future claims in that contribution or in the TZ Database.
384
+
385
+ 6. Google double-conversion
386
+
387
+ Copyright 2006-2011, the V8 project authors. All rights reserved.
388
+ Redistribution and use in source and binary forms, with or without
389
+ modification, are permitted provided that the following conditions are
390
+ met:
391
+
392
+ * Redistributions of source code must retain the above copyright
393
+ notice, this list of conditions and the following disclaimer.
394
+ * Redistributions in binary form must reproduce the above
395
+ copyright notice, this list of conditions and the following
396
+ disclaimer in the documentation and/or other materials provided
397
+ with the distribution.
398
+ * Neither the name of Google Inc. nor the names of its
399
+ contributors may be used to endorse or promote products derived
400
+ from this software without specific prior written permission.
401
+
402
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
403
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
404
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
405
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
406
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
407
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
408
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
409
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
410
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
411
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
412
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018-2025 Microsoft Corporation, Daan Leijen
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.