@codacy/verity-cli 0.28.1-experimental.dfb3ce6 → 0.28.1-experimental.e79117b

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 (3) hide show
  1. package/LICENSE +156 -0
  2. package/bin/verity.js +996 -228
  3. package/package.json +4 -2
package/LICENSE ADDED
@@ -0,0 +1,156 @@
1
+ PROPRIETARY SOFTWARE LICENSE
2
+ Verity command-line interface and associated client software
3
+
4
+ Copyright (c) 2026 Qamine Portugal, S.A. ("Licensor"). All rights reserved.
5
+
6
+ This software is proprietary and confidential. It is licensed, not sold. By
7
+ downloading, installing, accessing, or using the Software, You agree to be bound
8
+ by this License. If You do not agree, do not download, install, or use the
9
+ Software.
10
+
11
+
12
+ 1. DEFINITIONS
13
+
14
+ "Software" means the Verity command-line interface (published as the npm
15
+ package @codacy/verity-cli), together with the client scripts, hooks, skills,
16
+ configuration files, documentation, and any updates, patches, or new versions
17
+ that Licensor makes available in or through this repository or package.
18
+
19
+ "Service" means the hosted Verity services that the Software connects to.
20
+
21
+ "You" or "Your" means the individual or legal entity exercising the rights
22
+ granted under this License.
23
+
24
+
25
+ 2. OWNERSHIP AND RESERVATION OF RIGHTS
26
+
27
+ The Software is owned by Licensor and is protected by copyright and other
28
+ intellectual-property laws and treaties. Licensor retains all right, title,
29
+ and interest in and to the Software, including all intellectual-property
30
+ rights. No title to or ownership of the Software is transferred to You. All
31
+ rights not expressly granted in this License are reserved by Licensor.
32
+
33
+
34
+ 3. LICENSE GRANT (OPEN BETA)
35
+
36
+ Verity is currently offered as an open beta. Subject to Your compliance with
37
+ this License, Licensor grants You a limited, personal, non-exclusive,
38
+ non-transferable, non-sublicensable, and revocable license to download and
39
+ install the Software and to run it solely for the purpose of using Verity and
40
+ the Service during the beta period. This license is provided free of charge
41
+ during the beta.
42
+
43
+
44
+ 4. RESTRICTIONS
45
+
46
+ Except to the extent this restriction is prohibited by applicable law, or
47
+ expressly permitted in advance in writing by Licensor, You shall not:
48
+
49
+ (a) copy the Software, except as strictly necessary to install and run it as
50
+ permitted under Section 3;
51
+ (b) modify, adapt, translate, or create derivative works of the Software;
52
+ (c) reverse engineer, decompile, disassemble, or otherwise attempt to derive
53
+ the source code of any portion of the Software provided in non-source
54
+ form;
55
+ (d) sell, rent, lease, lend, sublicense, distribute, publish, or otherwise
56
+ make the Software available to any third party;
57
+ (e) use the Software to build, train, or improve a competing product or
58
+ service, or publish benchmarks of the Software without Licensor's prior
59
+ written consent;
60
+ (f) remove, alter, or obscure any proprietary notice (including any copyright,
61
+ trademark, or confidentiality notice) in or on the Software; or
62
+ (g) use the Software in violation of any applicable law or of the terms
63
+ governing the Service.
64
+
65
+
66
+ 5. BETA SOFTWARE
67
+
68
+ The Software is a pre-release, beta version provided for evaluation. It may
69
+ contain errors, may be incomplete, and may not operate reliably. Licensor may
70
+ add, change, suspend, or discontinue any part of the Software or the Service
71
+ at any time, with or without notice, and is under no obligation to release a
72
+ general-availability version.
73
+
74
+
75
+ 6. FREE AND PAID TIERS
76
+
77
+ Following the beta period, the Software and the Service may be offered under
78
+ one or more tiers, which are expected to include a free tier and one or more
79
+ paid tiers. The features available in each tier, and the fees and terms
80
+ applicable to any paid tier, will be determined by Licensor and communicated
81
+ separately. Your continued use of the Software after the beta period may
82
+ require acceptance of updated terms and, for certain features, payment of the
83
+ applicable fees.
84
+
85
+
86
+ 7. THIRD-PARTY COMPONENTS
87
+
88
+ The Software may include or depend on third-party and open-source components
89
+ that are licensed under their own terms. Those components remain subject to
90
+ their respective licenses, and nothing in this License limits or grants You
91
+ any rights under those licenses. A list of such components and their licenses
92
+ may be provided with the Software or made available on request.
93
+
94
+
95
+ 8. FEEDBACK
96
+
97
+ If You provide Licensor with suggestions, ideas, bug reports, or other
98
+ feedback regarding the Software ("Feedback"), You grant Licensor a perpetual,
99
+ irrevocable, worldwide, royalty-free, sublicensable license to use, reproduce,
100
+ and incorporate that Feedback for any purpose, without obligation or
101
+ compensation to You.
102
+
103
+
104
+ 9. NO WARRANTY
105
+
106
+ The Software is provided "as is" and "as available", without warranty of any
107
+ kind, express or implied, including but not limited to the implied warranties
108
+ of merchantability, fitness for a particular purpose, title, and
109
+ non-infringement. Licensor does not warrant that the Software will be
110
+ uninterrupted, error-free, or secure. This disclaimer applies with particular
111
+ force to beta software.
112
+
113
+
114
+ 10. LIMITATION OF LIABILITY
115
+
116
+ To the maximum extent permitted by applicable law, in no event will Licensor
117
+ be liable for any indirect, incidental, special, consequential, or punitive
118
+ damages, or for any loss of profits, revenue, data, or goodwill, arising out
119
+ of or related to Your use of or inability to use the Software, whether based
120
+ on warranty, contract, tort, or any other legal theory, even if Licensor has
121
+ been advised of the possibility of such damages.
122
+
123
+
124
+ 11. TERMINATION
125
+
126
+ This License is effective until terminated. It terminates automatically,
127
+ without notice, if You breach any of its terms. Licensor may also terminate or
128
+ suspend this License at any time, including upon the end of the beta period.
129
+ Upon termination, You must cease all use of the Software and delete all copies
130
+ in Your possession or control. Sections 2, 4, 7, 8, 9, 10, 11, 12, and 13
131
+ survive termination.
132
+
133
+
134
+ 12. GOVERNING LAW
135
+
136
+ This License is governed by the laws of Portugal, without regard to its
137
+ conflict-of-laws rules. The courts of Lisbon, Portugal will have exclusive
138
+ jurisdiction over any dispute arising out of or relating to this License.
139
+
140
+
141
+ 13. GENERAL
142
+
143
+ This License is the entire agreement between You and Licensor regarding the
144
+ Software and supersedes any prior or contemporaneous agreements relating to
145
+ its subject matter. If any provision of this License is held unenforceable,
146
+ the remaining provisions will remain in full force and effect. Licensor's
147
+ failure to enforce any provision is not a waiver of that provision. Licensor
148
+ may update this License for future versions of the Software; the version of
149
+ the License accompanying a given release governs that release. "Codacy", and
150
+ related names and logos are trademarks of Licensor, and this
151
+ License grants You no rights to use them.
152
+
153
+
154
+ 14. CONTACT
155
+
156
+ https://verity.md