@msvesper/vesper-net-linux-x64 0.1.4
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.md +44 -0
- package/THIRD_PARTY_NOTICES.md +2766 -0
- package/bin/vesper-net +0 -0
- package/package.json +16 -0
package/LICENSE.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Vesper Link Transport End User License Agreement (EULA)
|
|
2
|
+
|
|
3
|
+
**Copyright (c) 2026 VSWork. All Rights Reserved.**
|
|
4
|
+
|
|
5
|
+
## 1. Grant of License
|
|
6
|
+
|
|
7
|
+
This End User License Agreement ("Agreement") grants you ("User") a limited, non-exclusive, non-transferable, revocable license to install and use the Vesper Link transport companion ("Software") for personal or internal business purposes, subject to the terms below.
|
|
8
|
+
|
|
9
|
+
## 2. Restrictions
|
|
10
|
+
|
|
11
|
+
You may NOT:
|
|
12
|
+
- Copy, modify, adapt, translate, or create derivative works of the Software
|
|
13
|
+
- Reverse engineer, decompile, disassemble, or attempt to derive the source code
|
|
14
|
+
- Redistribute, sublicense, rent, lease, or lend the Software to any third party
|
|
15
|
+
- Remove or alter any proprietary notices, labels, or marks on the Software
|
|
16
|
+
- Use the Software for any unlawful purpose or in violation of any applicable laws
|
|
17
|
+
|
|
18
|
+
## 3. Intellectual Property
|
|
19
|
+
|
|
20
|
+
The Software, including all copies, modifications, and derivative works, is the exclusive property of VSWork and is protected by copyright and other intellectual property laws. This Agreement does not grant you any ownership rights to the Software.
|
|
21
|
+
|
|
22
|
+
## 4. No Warranty
|
|
23
|
+
|
|
24
|
+
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU.
|
|
25
|
+
|
|
26
|
+
## 5. Limitation of Liability
|
|
27
|
+
|
|
28
|
+
IN NO EVENT SHALL VSWORK BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, LOSS OF DATA, BUSINESS INTERRUPTION, OR LOSS OF PROFITS) ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR THE USE OF THE SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
29
|
+
|
|
30
|
+
## 6. Termination
|
|
31
|
+
|
|
32
|
+
This license is effective until terminated. Your rights under this license will terminate automatically without notice if you fail to comply with any of its terms. Upon termination, you must destroy all copies of the Software in your possession.
|
|
33
|
+
|
|
34
|
+
## 7. Governing Law
|
|
35
|
+
|
|
36
|
+
This Agreement shall be governed by and construed in accordance with the laws of the jurisdiction in which VSWork operates, without regard to its conflict of law provisions.
|
|
37
|
+
|
|
38
|
+
## 8. Entire Agreement
|
|
39
|
+
|
|
40
|
+
This Agreement constitutes the entire agreement between you and VSWork regarding the Software and supersedes all prior agreements and understandings, whether written or oral.
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
By installing or using this Software, you acknowledge that you have read, understood, and agree to be bound by the terms of this Agreement.
|