@luxonis/depthai-pipeline-lib 3.7.4 → 3.7.6
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/LICENSE +108 -0
- package/THIRD_PARTY_NOTICES.md +2677 -0
- package/dist/index.css +3 -0
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +4 -2
- package/LICENSE.md +0 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
Luxonis Proprietary Software License
|
|
2
|
+
|
|
3
|
+
SPDX-License-Identifier: LicenseRef-Luxonis-Proprietary
|
|
4
|
+
|
|
5
|
+
Copyright (c) 2024-2026 Luxonis Holding Corporation. All rights reserved.
|
|
6
|
+
|
|
7
|
+
1. Definitions
|
|
8
|
+
|
|
9
|
+
"Licensor" means Luxonis Holding Corporation.
|
|
10
|
+
|
|
11
|
+
"Software" means the software programs, object code, bundled assets, and
|
|
12
|
+
accompanying documentation distributed by Licensor under this License,
|
|
13
|
+
including the OAK Viewer desktop application, the Viewer web application,
|
|
14
|
+
the Visualizer web application, and the OAK App container images built from
|
|
15
|
+
this repository.
|
|
16
|
+
|
|
17
|
+
"You" means the individual or legal entity exercising rights under this
|
|
18
|
+
License.
|
|
19
|
+
|
|
20
|
+
"Luxonis Hardware" means camera devices and other hardware products
|
|
21
|
+
manufactured, sold, or authorized by Licensor.
|
|
22
|
+
|
|
23
|
+
2. Grant of License
|
|
24
|
+
|
|
25
|
+
Subject to Your compliance with this License, Licensor grants You a
|
|
26
|
+
non-exclusive, non-transferable, non-sublicensable, revocable, worldwide
|
|
27
|
+
license to install and use the Software solely for the purpose of operating,
|
|
28
|
+
configuring, evaluating, and developing applications for Luxonis Hardware.
|
|
29
|
+
|
|
30
|
+
3. Restrictions
|
|
31
|
+
|
|
32
|
+
Except to the extent that the following restrictions are prohibited by
|
|
33
|
+
applicable law or permitted by the license terms of a Third-Party Component
|
|
34
|
+
as described in Section 5, You may not:
|
|
35
|
+
|
|
36
|
+
(a) copy, redistribute, sublicense, sell, rent, lease, or otherwise transfer
|
|
37
|
+
the Software to any third party;
|
|
38
|
+
|
|
39
|
+
(b) modify, adapt, translate, or create derivative works of the Software;
|
|
40
|
+
|
|
41
|
+
(c) reverse engineer, decompile, or disassemble the Software, or otherwise
|
|
42
|
+
attempt to derive its source code;
|
|
43
|
+
|
|
44
|
+
(d) remove, obscure, or alter any copyright, trademark, or other proprietary
|
|
45
|
+
notice contained in the Software; or
|
|
46
|
+
|
|
47
|
+
(e) use the Software to develop a competing product or service.
|
|
48
|
+
|
|
49
|
+
4. Ownership
|
|
50
|
+
|
|
51
|
+
The Software is licensed, not sold. Licensor and its licensors retain all
|
|
52
|
+
right, title, and interest in and to the Software, including all
|
|
53
|
+
intellectual property rights therein. No rights are granted except as
|
|
54
|
+
expressly set out in this License.
|
|
55
|
+
|
|
56
|
+
5. Third-Party Components
|
|
57
|
+
|
|
58
|
+
The Software includes third-party components that are licensed under their
|
|
59
|
+
own terms, including open source licenses. Those terms govern Your use of
|
|
60
|
+
the corresponding components and, to the extent they conflict with this
|
|
61
|
+
License, take precedence with respect to those components.
|
|
62
|
+
|
|
63
|
+
A list of third-party components and their licenses is distributed with the
|
|
64
|
+
Software in the accompanying THIRD_PARTY_NOTICES.md file.
|
|
65
|
+
|
|
66
|
+
Certain components are licensed under the Mozilla Public License, Version
|
|
67
|
+
2.0. For those components, Licensor will provide the corresponding Source
|
|
68
|
+
Code Form on request, at no charge beyond the cost of distribution. Requests
|
|
69
|
+
may be sent to support@luxonis.com.
|
|
70
|
+
|
|
71
|
+
6. Feedback
|
|
72
|
+
|
|
73
|
+
If You provide Licensor with suggestions or feedback regarding the Software,
|
|
74
|
+
Licensor may use it without restriction and without obligation to You.
|
|
75
|
+
|
|
76
|
+
7. Term and Termination
|
|
77
|
+
|
|
78
|
+
This License applies until terminated. It terminates automatically if You
|
|
79
|
+
breach any of its terms. On termination You must cease all use of the
|
|
80
|
+
Software and destroy all copies in Your possession. Sections 4, 8, 9, and 10
|
|
81
|
+
survive termination.
|
|
82
|
+
|
|
83
|
+
8. Disclaimer of Warranty
|
|
84
|
+
|
|
85
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND, WHETHER
|
|
86
|
+
EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, INCLUDING WITHOUT LIMITATION ANY
|
|
87
|
+
WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, OR
|
|
88
|
+
NON-INFRINGEMENT. LICENSOR DOES NOT WARRANT THAT THE SOFTWARE WILL BE
|
|
89
|
+
UNINTERRUPTED OR ERROR-FREE.
|
|
90
|
+
|
|
91
|
+
9. Limitation of Liability
|
|
92
|
+
|
|
93
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR SHALL NOT BE
|
|
94
|
+
LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR EXEMPLARY
|
|
95
|
+
DAMAGES, OR FOR ANY LOSS OF PROFITS, REVENUE, DATA, OR GOODWILL, ARISING OUT
|
|
96
|
+
OF OR RELATED TO THIS LICENSE OR THE SOFTWARE, REGARDLESS OF THE THEORY OF
|
|
97
|
+
LIABILITY AND EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
98
|
+
|
|
99
|
+
10. General
|
|
100
|
+
|
|
101
|
+
This License constitutes the entire agreement between You and Licensor
|
|
102
|
+
regarding the Software and supersedes all prior understandings. If any
|
|
103
|
+
provision is held unenforceable, it shall be reformed only to the extent
|
|
104
|
+
necessary to make it enforceable, and the remaining provisions remain in
|
|
105
|
+
effect. Failure to enforce any provision is not a waiver of it.
|
|
106
|
+
|
|
107
|
+
Luxonis Holding Corporation
|
|
108
|
+
https://luxonis.com
|