@magyk/vincent 0.1.0 → 0.1.2
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 +85 -0
- package/dist/vincent.js +2 -2333
- package/package.json +3 -3
package/LICENSE
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
END USER LICENSE AGREEMENT
|
|
2
|
+
|
|
3
|
+
Vincent Software
|
|
4
|
+
Copyright (c) 2026 Magyk Inc. All rights reserved.
|
|
5
|
+
|
|
6
|
+
IMPORTANT: PLEASE READ THIS END USER LICENSE AGREEMENT ("AGREEMENT") CAREFULLY
|
|
7
|
+
BEFORE USING THIS SOFTWARE. BY INSTALLING OR USING THE SOFTWARE, YOU AGREE TO
|
|
8
|
+
BE BOUND BY THE TERMS OF THIS AGREEMENT.
|
|
9
|
+
|
|
10
|
+
1. GRANT OF LICENSE
|
|
11
|
+
|
|
12
|
+
Magyk Inc. grants you a personal, non-exclusive, non-transferable, revocable
|
|
13
|
+
license to download, install, and use Vincent (the "Software") solely for your
|
|
14
|
+
personal or internal business purposes. No fee is charged for this license.
|
|
15
|
+
|
|
16
|
+
2. RESTRICTIONS
|
|
17
|
+
|
|
18
|
+
You may not:
|
|
19
|
+
(a) copy, modify, adapt, translate, or create derivative works of the Software;
|
|
20
|
+
(b) reverse engineer, disassemble, decompile, or otherwise attempt to derive
|
|
21
|
+
the source code of the Software;
|
|
22
|
+
(c) sell, sublicense, rent, lease, or otherwise transfer rights to the Software;
|
|
23
|
+
(d) remove or alter any proprietary notices, labels, or marks on the Software.
|
|
24
|
+
|
|
25
|
+
3. INTELLECTUAL PROPERTY
|
|
26
|
+
|
|
27
|
+
The Software is licensed, not sold. Magyk Inc. retains all right, title, and
|
|
28
|
+
interest in and to the Software, including all intellectual property rights
|
|
29
|
+
therein. This Agreement does not grant you any rights to trademarks or service
|
|
30
|
+
marks of Magyk Inc.
|
|
31
|
+
|
|
32
|
+
4. NO WARRANTY
|
|
33
|
+
|
|
34
|
+
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. TO THE MAXIMUM
|
|
35
|
+
EXTENT PERMITTED BY APPLICABLE LAW, MAGYK INC. EXPRESSLY DISCLAIMS ALL
|
|
36
|
+
WARRANTIES, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, INCLUDING WITHOUT
|
|
37
|
+
LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
38
|
+
PURPOSE, TITLE, AND NON-INFRINGEMENT.
|
|
39
|
+
|
|
40
|
+
MAGYK INC. DOES NOT WARRANT THAT THE SOFTWARE WILL MEET YOUR REQUIREMENTS, THAT
|
|
41
|
+
OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS
|
|
42
|
+
IN THE SOFTWARE WILL BE CORRECTED.
|
|
43
|
+
|
|
44
|
+
5. LIMITATION OF LIABILITY
|
|
45
|
+
|
|
46
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL MAGYK INC.
|
|
47
|
+
OR ITS OFFICERS, DIRECTORS, EMPLOYEES, OR AGENTS BE LIABLE FOR ANY INDIRECT,
|
|
48
|
+
INCIDENTAL, SPECIAL, EXEMPLARY, CONSEQUENTIAL, OR PUNITIVE DAMAGES WHATSOEVER
|
|
49
|
+
(INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF PROFITS, LOSS OF DATA, LOSS
|
|
50
|
+
OF GOODWILL, BUSINESS INTERRUPTION, OR ANY OTHER COMMERCIAL DAMAGES OR LOSSES)
|
|
51
|
+
ARISING OUT OF OR RELATED TO YOUR USE OF OR INABILITY TO USE THE SOFTWARE,
|
|
52
|
+
HOWEVER CAUSED AND UNDER ANY THEORY OF LIABILITY, EVEN IF MAGYK INC. HAS BEEN
|
|
53
|
+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
54
|
+
|
|
55
|
+
IN NO EVENT SHALL MAGYK INC.'S TOTAL LIABILITY TO YOU FOR ALL DAMAGES EXCEED THE
|
|
56
|
+
AMOUNT OF TEN DOLLARS (USD $10.00).
|
|
57
|
+
|
|
58
|
+
6. NO SUPPORT
|
|
59
|
+
|
|
60
|
+
Magyk Inc. has no obligation to provide maintenance, support, updates,
|
|
61
|
+
enhancements, or modifications to the Software. Any support provided is at
|
|
62
|
+
Magyk Inc.'s sole discretion and does not create any obligation to continue
|
|
63
|
+
providing such support.
|
|
64
|
+
|
|
65
|
+
7. TERMINATION
|
|
66
|
+
|
|
67
|
+
This Agreement is effective until terminated. Your rights under this Agreement
|
|
68
|
+
will terminate automatically and without notice if you fail to comply with any
|
|
69
|
+
term of this Agreement. Upon termination, you must cease all use of the Software
|
|
70
|
+
and destroy all copies in your possession.
|
|
71
|
+
|
|
72
|
+
8. GOVERNING LAW
|
|
73
|
+
|
|
74
|
+
This Agreement shall be governed by and construed in accordance with the laws of
|
|
75
|
+
the State of Delaware, United States, without regard to its conflict of law
|
|
76
|
+
provisions.
|
|
77
|
+
|
|
78
|
+
9. ENTIRE AGREEMENT
|
|
79
|
+
|
|
80
|
+
This Agreement constitutes the entire agreement between you and Magyk Inc.
|
|
81
|
+
concerning the Software and supersedes all prior agreements and understandings.
|
|
82
|
+
If any provision of this Agreement is held to be unenforceable, the remaining
|
|
83
|
+
provisions will remain in full force and effect.
|
|
84
|
+
|
|
85
|
+
Contact: support@magyk.ai
|