scandit-react-native-datacapture-id 8.4.0 → 8.5.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scandit-react-native-datacapture-id",
3
- "version": "8.4.0",
3
+ "version": "8.5.0-beta.1",
4
4
  "description": "Scandit Data Capture SDK for React Native",
5
5
  "homepage": "https://github.com/Scandit/scandit-react-native-datacapture-id",
6
6
  "main": "dist/index.js",
@@ -48,9 +48,9 @@
48
48
  "typescript": "4.9.5"
49
49
  },
50
50
  "dependencies": {
51
- "scandit-datacapture-frameworks-core": "8.4.0",
52
- "scandit-datacapture-frameworks-id": "8.4.0",
53
- "scandit-react-native-datacapture-core": "8.4.0"
51
+ "scandit-datacapture-frameworks-core": "8.5.0-beta.1",
52
+ "scandit-datacapture-frameworks-id": "8.5.0-beta.1",
53
+ "scandit-react-native-datacapture-core": "8.5.0-beta.1"
54
54
  },
55
55
  "packageManager": "pnpm@10.15.0",
56
56
  "codegenConfig": {
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
  s.header_dir = "ScanditDataCaptureId"
20
20
 
21
21
  s.dependency "scandit-react-native-datacapture-core", "= #{version}"
22
- s.dependency "scandit-datacapture-frameworks-id", '= 8.4.0'
22
+ s.dependency "scandit-datacapture-frameworks-id", '= 8.5.0-beta.1'
23
23
 
24
24
  is_new_arch_enabled = ENV['RCT_NEW_ARCH_ENABLED'] == '1'
25
25
 
@@ -1,5 +1,5 @@
1
- import {TurboModule, TurboModuleRegistry} from 'react-native';
2
- import type {EventEmitter} from 'react-native/Libraries/Types/CodegenTypes';
1
+ import { TurboModule, TurboModuleRegistry } from 'react-native';
2
+ import type { EventEmitter } from 'react-native/Libraries/Types/CodegenTypes';
3
3
 
4
4
  /**
5
5
  * Unified event payload for all Scandit events.
@@ -1,545 +0,0 @@
1
- ScanditIdCaptureBackend / ScanditIDC / Scandit.DataCapture.IdCapture /
2
- scandit-...-datacapture-id includes components licensed under the licenses in
3
- THIRD_PARTY.txt as well as the following licenses:
4
-
5
- ================================================================================
6
-
7
-
8
- Copyright (c) 2019 Google LLC
9
- Copyright (c) 2017-2018 Facebook Inc.
10
- Copyright (c) 2012-2017 Georgia Institute of Technology
11
- Copyright (c) 2010-2012 Marat Dukhan
12
- Copyright (c) 2014, Kenneth MacKay
13
- Copyright (c) 2016, Domagoj Šarić
14
- Copyright (c) 2014, Matt Greenfield
15
-
16
- Redistribution and use in source and binary forms, with or without
17
- modification, are permitted provided that the following conditions are met:
18
-
19
- 1. Redistributions of source code must retain the above copyright notice, this
20
- list of conditions and the following disclaimer.
21
-
22
- 2. Redistributions in binary form must reproduce the above copyright notice,
23
- this list of conditions and the following disclaimer in the documentation
24
- and/or other materials provided with the distribution.
25
-
26
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
29
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
30
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
31
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
32
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
33
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
34
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
-
37
-
38
- ================================================================================
39
-
40
-
41
- Written by Sebastien Andrivet - Copyright (c) 2010-2017 Sebastien Andrivet.
42
- Copyright (c) 2022, MICROBLINK
43
- Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
44
- Copyright 2019 Google LLC
45
- Copyright (c) 2006-2013 Alexander Chemeris
46
- Copyright 2008 Google Inc. All rights reserved.
47
- Copyright (c)2009-2024 D. R. Commander. All Rights Reserved.
48
- Copyright (c)2015 Viktor Szathmáry. All Rights Reserved.
49
- Copyright (c) 2012-2016 Free Software Foundation, Inc.
50
- Copyright (c) 2020, Patrick Uiterwijk. All rights reserved.
51
- Copyright (c) 2018-2024, Laurence Lundblade. All rights reserved.
52
- Copyright (c) 2021, Arm Limited. All rights reserved.
53
-
54
- Redistribution and use in source and binary forms, with or without
55
- modification, are permitted provided that the following conditions are met:
56
-
57
- 1. Redistributions of source code must retain the above copyright notice, this
58
- list of conditions and the following disclaimer.
59
-
60
- 2. Redistributions in binary form must reproduce the above copyright notice,
61
- this list of conditions and the following disclaimer in the documentation
62
- and/or other materials provided with the distribution.
63
-
64
- 3. Neither the name of the copyright holder nor the names of its
65
- contributors may be used to endorse or promote products derived from
66
- this software without specific prior written permission.
67
-
68
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
69
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
70
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
71
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
72
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
73
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
74
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
75
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
76
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
77
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
78
-
79
-
80
- ================================================================================
81
-
82
-
83
- Copyright (c) 2016-2018, The Linux Foundation.
84
- Copyright (c) 2018-2024, Laurence Lundblade.
85
- Copyright (c) 2021, Arm Limited.
86
- All rights reserved.
87
-
88
- Redistribution and use in source and binary forms, with or without
89
- modification, are permitted provided that the following conditions are met:
90
-
91
- * Redistributions of source code must retain the above copyright notice, this
92
- list of conditions and the following disclaimer.
93
-
94
- * Redistributions in binary form must reproduce the above copyright notice,
95
- this list of conditions and the following disclaimer in the documentation
96
- and/or other materials provided with the distribution.
97
-
98
- * Neither the name of the Linux Foundation nor the names of its
99
- contributors, nor the name “Laurence Lundblade” may be used to
100
- endorse or promote products derived from this software without
101
- specific prior written permission.
102
-
103
-
104
- THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
105
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
106
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
107
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
108
- BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
109
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
110
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
111
- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
112
- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
113
- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
114
- IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
115
-
116
-
117
- ================================================================================
118
-
119
-
120
- Copyright (c) 2022 I
121
- Copyright (c) 2018 Nick Amin
122
- Copyright (c) 2016 Domagoj Šarić
123
- Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
124
- Copyright (c) 2019 Conan.io
125
-
126
- Permission is hereby granted, free of charge, to any person
127
- obtaining a copy of this software and associated documentation
128
- files (the "Software"), to deal in the Software without
129
- restriction, including without limitation the rights to use, copy,
130
- modify, merge, publish, distribute, sublicense, and/or sell copies
131
- of the Software, and to permit persons to whom the Software is
132
- furnished to do so, subject to the following conditions:
133
-
134
- The above copyright notice and this permission notice shall be
135
- included in all copies or substantial portions of the Software.
136
-
137
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
138
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
139
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
140
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
141
- BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
142
- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
143
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
144
- SOFTWARE.
145
-
146
-
147
- ================================================================================
148
-
149
-
150
- Mozilla Public License Version 2.0
151
- ==================================
152
-
153
- 1. Definitions
154
- --------------
155
-
156
- 1.1. "Contributor"
157
- means each individual or legal entity that creates, contributes to
158
- the creation of, or owns Covered Software.
159
-
160
- 1.2. "Contributor Version"
161
- means the combination of the Contributions of others (if any) used
162
- by a Contributor and that particular Contributor's Contribution.
163
-
164
- 1.3. "Contribution"
165
- means Covered Software of a particular Contributor.
166
-
167
- 1.4. "Covered Software"
168
- means Source Code Form to which the initial Contributor has attached
169
- the notice in Exhibit A, the Executable Form of such Source Code
170
- Form, and Modifications of such Source Code Form, in each case
171
- including portions thereof.
172
-
173
- 1.5. "Incompatible With Secondary Licenses"
174
- means
175
-
176
- (a) that the initial Contributor has attached the notice described
177
- in Exhibit B to the Covered Software; or
178
-
179
- (b) that the Covered Software was made available under the terms of
180
- version 1.1 or earlier of the License, but not also under the
181
- terms of a Secondary License.
182
-
183
- 1.6. "Executable Form"
184
- means any form of the work other than Source Code Form.
185
-
186
- 1.7. "Larger Work"
187
- means a work that combines Covered Software with other material, in
188
- a separate file or files, that is not Covered Software.
189
-
190
- 1.8. "License"
191
- means this document.
192
-
193
- 1.9. "Licensable"
194
- means having the right to grant, to the maximum extent possible,
195
- whether at the time of the initial grant or subsequently, any and
196
- all of the rights conveyed by this License.
197
-
198
- 1.10. "Modifications"
199
- means any of the following:
200
-
201
- (a) any file in Source Code Form that results from an addition to,
202
- deletion from, or modification of the contents of Covered
203
- Software; or
204
-
205
- (b) any new file in Source Code Form that contains any Covered
206
- Software.
207
-
208
- 1.11. "Patent Claims" of a Contributor
209
- means any patent claim(s), including without limitation, method,
210
- process, and apparatus claims, in any patent Licensable by such
211
- Contributor that would be infringed, but for the grant of the
212
- License, by the making, using, selling, offering for sale, having
213
- made, import, or transfer of either its Contributions or its
214
- Contributor Version.
215
-
216
- 1.12. "Secondary License"
217
- means either the GNU General Public License, Version 2.0, the GNU
218
- Lesser General Public License, Version 2.1, the GNU Affero General
219
- Public License, Version 3.0, or any later versions of those
220
- licenses.
221
-
222
- 1.13. "Source Code Form"
223
- means the form of the work preferred for making modifications.
224
-
225
- 1.14. "You" (or "Your")
226
- means an individual or a legal entity exercising rights under this
227
- License. For legal entities, "You" includes any entity that
228
- controls, is controlled by, or is under common control with You. For
229
- purposes of this definition, "control" means (a) the power, direct
230
- or indirect, to cause the direction or management of such entity,
231
- whether by contract or otherwise, or (b) ownership of more than
232
- fifty percent (50%) of the outstanding shares or beneficial
233
- ownership of such entity.
234
-
235
- 2. License Grants and Conditions
236
- --------------------------------
237
-
238
- 2.1. Grants
239
-
240
- Each Contributor hereby grants You a world-wide, royalty-free,
241
- non-exclusive license:
242
-
243
- (a) under intellectual property rights (other than patent or trademark)
244
- Licensable by such Contributor to use, reproduce, make available,
245
- modify, display, perform, distribute, and otherwise exploit its
246
- Contributions, either on an unmodified basis, with Modifications, or
247
- as part of a Larger Work; and
248
-
249
- (b) under Patent Claims of such Contributor to make, use, sell, offer
250
- for sale, have made, import, and otherwise transfer either its
251
- Contributions or its Contributor Version.
252
-
253
- 2.2. Effective Date
254
-
255
- The licenses granted in Section 2.1 with respect to any Contribution
256
- become effective for each Contribution on the date the Contributor first
257
- distributes such Contribution.
258
-
259
- 2.3. Limitations on Grant Scope
260
-
261
- The licenses granted in this Section 2 are the only rights granted under
262
- this License. No additional rights or licenses will be implied from the
263
- distribution or licensing of Covered Software under this License.
264
- Notwithstanding Section 2.1(b) above, no patent license is granted by a
265
- Contributor:
266
-
267
- (a) for any code that a Contributor has removed from Covered Software;
268
- or
269
-
270
- (b) for infringements caused by: (i) Your and any other third party's
271
- modifications of Covered Software, or (ii) the combination of its
272
- Contributions with other software (except as part of its Contributor
273
- Version); or
274
-
275
- (c) under Patent Claims infringed by Covered Software in the absence of
276
- its Contributions.
277
-
278
- This License does not grant any rights in the trademarks, service marks,
279
- or logos of any Contributor (except as may be necessary to comply with
280
- the notice requirements in Section 3.4).
281
-
282
- 2.4. Subsequent Licenses
283
-
284
- No Contributor makes additional grants as a result of Your choice to
285
- distribute the Covered Software under a subsequent version of this
286
- License (see Section 10.2) or under the terms of a Secondary License (if
287
- permitted under the terms of Section 3.3).
288
-
289
- 2.5. Representation
290
-
291
- Each Contributor represents that the Contributor believes its
292
- Contributions are its original creation(s) or it has sufficient rights
293
- to grant the rights to its Contributions conveyed by this License.
294
-
295
- 2.6. Fair Use
296
-
297
- This License is not intended to limit any rights You have under
298
- applicable copyright doctrines of fair use, fair dealing, or other
299
- equivalents.
300
-
301
- 2.7. Conditions
302
-
303
- Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
304
- in Section 2.1.
305
-
306
- 3. Responsibilities
307
- -------------------
308
-
309
- 3.1. Distribution of Source Form
310
-
311
- All distribution of Covered Software in Source Code Form, including any
312
- Modifications that You create or to which You contribute, must be under
313
- the terms of this License. You must inform recipients that the Source
314
- Code Form of the Covered Software is governed by the terms of this
315
- License, and how they can obtain a copy of this License. You may not
316
- attempt to alter or restrict the recipients' rights in the Source Code
317
- Form.
318
-
319
- 3.2. Distribution of Executable Form
320
-
321
- If You distribute Covered Software in Executable Form then:
322
-
323
- (a) such Covered Software must also be made available in Source Code
324
- Form, as described in Section 3.1, and You must inform recipients of
325
- the Executable Form how they can obtain a copy of such Source Code
326
- Form by reasonable means in a timely manner, at a charge no more
327
- than the cost of distribution to the recipient; and
328
-
329
- (b) You may distribute such Executable Form under the terms of this
330
- License, or sublicense it under different terms, provided that the
331
- license for the Executable Form does not attempt to limit or alter
332
- the recipients' rights in the Source Code Form under this License.
333
-
334
- 3.3. Distribution of a Larger Work
335
-
336
- You may create and distribute a Larger Work under terms of Your choice,
337
- provided that You also comply with the requirements of this License for
338
- the Covered Software. If the Larger Work is a combination of Covered
339
- Software with a work governed by one or more Secondary Licenses, and the
340
- Covered Software is not Incompatible With Secondary Licenses, this
341
- License permits You to additionally distribute such Covered Software
342
- under the terms of such Secondary License(s), so that the recipient of
343
- the Larger Work may, at their option, further distribute the Covered
344
- Software under the terms of either this License or such Secondary
345
- License(s).
346
-
347
- 3.4. Notices
348
-
349
- You may not remove or alter the substance of any license notices
350
- (including copyright notices, patent notices, disclaimers of warranty,
351
- or limitations of liability) contained within the Source Code Form of
352
- the Covered Software, except that You may alter any license notices to
353
- the extent required to remedy known factual inaccuracies.
354
-
355
- 3.5. Application of Additional Terms
356
-
357
- You may choose to offer, and to charge a fee for, warranty, support,
358
- indemnity or liability obligations to one or more recipients of Covered
359
- Software. However, You may do so only on Your own behalf, and not on
360
- behalf of any Contributor. You must make it absolutely clear that any
361
- such warranty, support, indemnity, or liability obligation is offered by
362
- You alone, and You hereby agree to indemnify every Contributor for any
363
- liability incurred by such Contributor as a result of warranty, support,
364
- indemnity or liability terms You offer. You may include additional
365
- disclaimers of warranty and limitations of liability specific to any
366
- jurisdiction.
367
-
368
- 4. Inability to Comply Due to Statute or Regulation
369
- ---------------------------------------------------
370
-
371
- If it is impossible for You to comply with any of the terms of this
372
- License with respect to some or all of the Covered Software due to
373
- statute, judicial order, or regulation then You must: (a) comply with
374
- the terms of this License to the maximum extent possible; and (b)
375
- describe the limitations and the code they affect. Such description must
376
- be placed in a text file included with all distributions of the Covered
377
- Software under this License. Except to the extent prohibited by statute
378
- or regulation, such description must be sufficiently detailed for a
379
- recipient of ordinary skill to be able to understand it.
380
-
381
- 5. Termination
382
- --------------
383
-
384
- 5.1. The rights granted under this License will terminate automatically
385
- if You fail to comply with any of its terms. However, if You become
386
- compliant, then the rights granted under this License from a particular
387
- Contributor are reinstated (a) provisionally, unless and until such
388
- Contributor explicitly and finally terminates Your grants, and (b) on an
389
- ongoing basis, if such Contributor fails to notify You of the
390
- non-compliance by some reasonable means prior to 60 days after You have
391
- come back into compliance. Moreover, Your grants from a particular
392
- Contributor are reinstated on an ongoing basis if such Contributor
393
- notifies You of the non-compliance by some reasonable means, this is the
394
- first time You have received notice of non-compliance with this License
395
- from such Contributor, and You become compliant prior to 30 days after
396
- Your receipt of the notice.
397
-
398
- 5.2. If You initiate litigation against any entity by asserting a patent
399
- infringement claim (excluding declaratory judgment actions,
400
- counter-claims, and cross-claims) alleging that a Contributor Version
401
- directly or indirectly infringes any patent, then the rights granted to
402
- You by any and all Contributors for the Covered Software under Section
403
- 2.1 of this License shall terminate.
404
-
405
- 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
406
- end user license agreements (excluding distributors and resellers) which
407
- have been validly granted by You or Your distributors under this License
408
- prior to termination shall survive termination.
409
-
410
- ************************************************************************
411
- * *
412
- * 6. Disclaimer of Warranty *
413
- * ------------------------- *
414
- * *
415
- * Covered Software is provided under this License on an "as is" *
416
- * basis, without warranty of any kind, either expressed, implied, or *
417
- * statutory, including, without limitation, warranties that the *
418
- * Covered Software is free of defects, merchantable, fit for a *
419
- * particular purpose or non-infringing. The entire risk as to the *
420
- * quality and performance of the Covered Software is with You. *
421
- * Should any Covered Software prove defective in any respect, You *
422
- * (not any Contributor) assume the cost of any necessary servicing, *
423
- * repair, or correction. This disclaimer of warranty constitutes an *
424
- * essential part of this License. No use of any Covered Software is *
425
- * authorized under this License except under this disclaimer. *
426
- * *
427
- ************************************************************************
428
-
429
- ************************************************************************
430
- * *
431
- * 7. Limitation of Liability *
432
- * -------------------------- *
433
- * *
434
- * Under no circumstances and under no legal theory, whether tort *
435
- * (including negligence), contract, or otherwise, shall any *
436
- * Contributor, or anyone who distributes Covered Software as *
437
- * permitted above, be liable to You for any direct, indirect, *
438
- * special, incidental, or consequential damages of any character *
439
- * including, without limitation, damages for lost profits, loss of *
440
- * goodwill, work stoppage, computer failure or malfunction, or any *
441
- * and all other commercial damages or losses, even if such party *
442
- * shall have been informed of the possibility of such damages. This *
443
- * limitation of liability shall not apply to liability for death or *
444
- * personal injury resulting from such party's negligence to the *
445
- * extent applicable law prohibits such limitation. Some *
446
- * jurisdictions do not allow the exclusion or limitation of *
447
- * incidental or consequential damages, so this exclusion and *
448
- * limitation may not apply to You. *
449
- * *
450
- ************************************************************************
451
-
452
- 8. Litigation
453
- -------------
454
-
455
- Any litigation relating to this License may be brought only in the
456
- courts of a jurisdiction where the defendant maintains its principal
457
- place of business and such litigation shall be governed by laws of that
458
- jurisdiction, without reference to its conflict-of-law provisions.
459
- Nothing in this Section shall prevent a party's ability to bring
460
- cross-claims or counter-claims.
461
-
462
- 9. Miscellaneous
463
- ----------------
464
-
465
- This License represents the complete agreement concerning the subject
466
- matter hereof. If any provision of this License is held to be
467
- unenforceable, such provision shall be reformed only to the extent
468
- necessary to make it enforceable. Any law or regulation which provides
469
- that the language of a contract shall be construed against the drafter
470
- shall not be used to construe this License against a Contributor.
471
-
472
- 10. Versions of the License
473
- ---------------------------
474
-
475
- 10.1. New Versions
476
-
477
- Mozilla Foundation is the license steward. Except as provided in Section
478
- 10.3, no one other than the license steward has the right to modify or
479
- publish new versions of this License. Each version will be given a
480
- distinguishing version number.
481
-
482
- 10.2. Effect of New Versions
483
-
484
- You may distribute the Covered Software under the terms of the version
485
- of the License under which You originally received the Covered Software,
486
- or under the terms of any subsequent version published by the license
487
- steward.
488
-
489
- 10.3. Modified Versions
490
-
491
- If you create software not governed by this License, and you want to
492
- create a new license for such software, you may create and use a
493
- modified version of this License if you rename the license and remove
494
- any references to the name of the license steward (except to note that
495
- such modified license differs from this License).
496
-
497
- 10.4. Distributing Source Code Form that is Incompatible With Secondary
498
- Licenses
499
-
500
- If You choose to distribute Source Code Form that is Incompatible With
501
- Secondary Licenses under the terms of this version of the License, the
502
- notice described in Exhibit B of this License must be attached.
503
-
504
- Exhibit A - Source Code Form License Notice
505
- -------------------------------------------
506
-
507
- This Source Code Form is subject to the terms of the Mozilla Public
508
- License, v. 2.0. If a copy of the MPL was not distributed with this
509
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
510
-
511
- If it is not possible or desirable to put the notice in a particular
512
- file, then You may include the notice in a location (such as a LICENSE
513
- file in a relevant directory) where a recipient would be likely to look
514
- for such a notice.
515
-
516
- You may add additional accurate notices of copyright ownership.
517
-
518
- Exhibit B - "Incompatible With Secondary Licenses" Notice
519
- ---------------------------------------------------------
520
-
521
- This Source Code Form is "Incompatible With Secondary Licenses", as
522
- defined by the Mozilla Public License, v. 2.0.
523
-
524
-
525
- The unchanged source code for Eigen can be found at https://github.com/eigenteam/eigen-git-mirror
526
-
527
-
528
- ================================================================================
529
-
530
-
531
- Copyright 2025 tuyen-vuduc
532
-
533
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
534
-
535
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
536
-
537
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
538
-
539
- 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
540
-
541
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
542
-
543
-
544
- ================================================================================
545
-