markuno_lib 1.2.7 → 1.2.9
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.txt +44 -0
- package/LICENSE_it.txt +44 -0
- package/README.md +33 -2
- package/package.json +5 -2
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
**PROPRIETARY SOFTWARE LICENSE AGREEMENT**
|
|
2
|
+
|
|
3
|
+
© 2025 Croswil SRL. All rights reserved.
|
|
4
|
+
|
|
5
|
+
1. **DEFINITIONS**
|
|
6
|
+
"Software" refers to "croswil\_componenti" and all files, documentation, source code, and compiled code included in this distribution.
|
|
7
|
+
"Licensor" refers to Croswil SRL.
|
|
8
|
+
"Licensee" refers to the natural or legal person who has legally acquired a license to use the Software.
|
|
9
|
+
|
|
10
|
+
2. **GRANT OF LICENSE**
|
|
11
|
+
The Licensor grants the Licensee a non-exclusive, non-transferable, and revocable license to use the Software solely for internal purposes, subject to the terms and conditions of this Agreement.
|
|
12
|
+
|
|
13
|
+
3. **RESTRICTIONS**
|
|
14
|
+
The Licensee may NOT:
|
|
15
|
+
a) Copy, modify, adapt, translate, or create derivative works from the Software;
|
|
16
|
+
b) Decompile, disassemble, reverse engineer, or otherwise attempt to discover the source code of the Software;
|
|
17
|
+
c) Remove, alter, or obscure any copyright or proprietary notice contained in the Software;
|
|
18
|
+
d) Distribute, sell, sublicense, lease, lend, or otherwise transfer the Software to any third party;
|
|
19
|
+
e) Use the Software to provide hosting services, managed services, or application service provider services to third parties;
|
|
20
|
+
f) Use the Software to develop competing products or services.
|
|
21
|
+
|
|
22
|
+
4. **INTELLECTUAL PROPERTY**
|
|
23
|
+
The Software is protected by copyright laws and other intellectual property laws. The Licensor retains all rights, title, and interest in and to the Software, including all intellectual property rights.
|
|
24
|
+
|
|
25
|
+
5. **LIMITED WARRANTY**
|
|
26
|
+
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
|
27
|
+
|
|
28
|
+
6. **LIMITATION OF LIABILITY**
|
|
29
|
+
IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE.
|
|
30
|
+
|
|
31
|
+
7. **TERMINATION**
|
|
32
|
+
This license is effective until terminated. The Licensor may terminate this license at any time if the Licensee breaches any of its terms. Upon termination, the Licensee must cease all use of the Software and destroy all copies.
|
|
33
|
+
|
|
34
|
+
8. **GOVERNING LAW**
|
|
35
|
+
This Agreement is governed by the laws of Italy, without regard to its conflict of law principles.
|
|
36
|
+
|
|
37
|
+
9. **ENTIRE AGREEMENT**
|
|
38
|
+
This Agreement constitutes the entire agreement between the parties regarding its subject matter and supersedes all prior or contemporaneous communications, proposals, and representations, whether oral or written.
|
|
39
|
+
|
|
40
|
+
By using the Software, the Licensee acknowledges that they have read and understood this Agreement and agree to be bound by its terms and conditions.
|
|
41
|
+
|
|
42
|
+
Croswil SRL
|
|
43
|
+
Androna Sant'Eufemia 5, Trieste IT
|
|
44
|
+
[info@croswil.com](mailto:info@croswil.com)
|
package/LICENSE_it.txt
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
CONTRATTO DI LICENZA SOFTWARE PROPRIETARIO
|
|
2
|
+
|
|
3
|
+
© 2025 Croswil SRL. Tutti i diritti riservati.
|
|
4
|
+
|
|
5
|
+
1. DEFINIZIONI
|
|
6
|
+
"Software" si riferisce a "croswil_componenti" e a tutti i file, documentazione, codice sorgente e compilato inclusi in questa distribuzione.
|
|
7
|
+
"Licenziante" si riferisce a Croswil SRL.
|
|
8
|
+
"Licenziatario" si riferisce alla persona fisica o giuridica che ha legalmente acquisito una licenza per utilizzare il Software.
|
|
9
|
+
|
|
10
|
+
2. CONCESSIONE DELLA LICENZA
|
|
11
|
+
Il Licenziante concede al Licenziatario una licenza non esclusiva, non trasferibile e revocabile per utilizzare il Software esclusivamente per scopi interni, soggetta ai termini e alle condizioni di questo Contratto.
|
|
12
|
+
|
|
13
|
+
3. RESTRIZIONI
|
|
14
|
+
Il Licenziatario NON può:
|
|
15
|
+
a) Copiare, modificare, adattare, tradurre o creare opere derivate dal Software;
|
|
16
|
+
b) Decompilare, disassemblare, decodificare o tentare in altro modo di scoprire il codice sorgente del Software;
|
|
17
|
+
c) Rimuovere, alterare o oscurare qualsiasi avviso di copyright o proprietà contenuto nel Software;
|
|
18
|
+
d) Distribuire, vendere, concedere in sublicenza, affittare, prestare o trasferire in altro modo il Software a terzi;
|
|
19
|
+
e) Utilizzare il Software per fornire servizi di hosting, servizi gestiti o servizi di application service provider a terzi;
|
|
20
|
+
f) Utilizzare il Software per sviluppare prodotti o servizi concorrenti.
|
|
21
|
+
|
|
22
|
+
4. PROPRIETÀ INTELLETTUALE
|
|
23
|
+
Il Software è protetto dalle leggi sul copyright e da altre leggi sulla proprietà intellettuale. Il Licenziante mantiene tutti i diritti, titoli e interessi sul Software, inclusi tutti i diritti di proprietà intellettuale.
|
|
24
|
+
|
|
25
|
+
5. GARANZIA LIMITATA
|
|
26
|
+
IL SOFTWARE VIENE FORNITO "COSÌ COM'È" SENZA GARANZIE DI ALCUN TIPO, ESPLICITE O IMPLICITE, INCLUSE, MA NON LIMITATE A, GARANZIE DI COMMERCIABILITÀ, IDONEITÀ PER UNO SCOPO PARTICOLARE E NON VIOLAZIONE.
|
|
27
|
+
|
|
28
|
+
6. LIMITAZIONE DI RESPONSABILITÀ
|
|
29
|
+
IN NESSUN CASO IL LICENZIANTE SARÀ RESPONSABILE PER DANNI DIRETTI, INDIRETTI, INCIDENTALI, SPECIALI, ESEMPLARI O CONSEQUENZIALI (INCLUSI, MA NON LIMITATI A, PERDITA DI PROFITTI, INTERRUZIONE DELL'ATTIVITÀ, PERDITA DI INFORMAZIONI) DERIVANTI DALL'USO O DALL'IMPOSSIBILITÀ DI UTILIZZARE IL SOFTWARE.
|
|
30
|
+
|
|
31
|
+
7. RISOLUZIONE
|
|
32
|
+
Questa licenza è valida fino alla risoluzione. Il Licenziante può risolvere questa licenza in qualsiasi momento se il Licenziatario viola uno qualsiasi dei suoi termini. Al momento della risoluzione, il Licenziatario deve cessare ogni utilizzo del Software e distruggere tutte le copie.
|
|
33
|
+
|
|
34
|
+
8. LEGGE APPLICABILE
|
|
35
|
+
Questo Contratto è regolato dalle leggi di [Tuo Paese/Stato] senza riguardo ai suoi conflitti di principi di legge.
|
|
36
|
+
|
|
37
|
+
9. INTERO ACCORDO
|
|
38
|
+
Questo Contratto costituisce l'intero accordo tra le parti in relazione all'oggetto del presente documento e sostituisce tutte le comunicazioni, proposte e rappresentazioni precedenti o contemporanee, orali o scritte.
|
|
39
|
+
|
|
40
|
+
Utilizzando il Software, il Licenziatario riconosce di aver letto e compreso questo Contratto e accetta di essere vincolato dai suoi termini e condizioni.
|
|
41
|
+
|
|
42
|
+
Croswil SRL
|
|
43
|
+
Androna Sant'Eufemia 5, Trieste IT
|
|
44
|
+
info@croswil.com
|
package/README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
-
#
|
|
1
|
+
# [MARKUNO_LIB]
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> **This library is an official part of the Croswil / Appdelmobile platform and the MarkUno 3D/management configurator.**
|
|
4
|
+
|
|
5
|
+
## Important Notice
|
|
6
|
+
|
|
7
|
+
- This component is provided **exclusively** as a support tool for customizing the user interface of Croswil’s commercial solutions.
|
|
8
|
+
- **Usage is strictly limited to clients with an active commercial agreement** for the Croswil / Appdelmobile / MarkUno configurator.
|
|
9
|
+
- Any unauthorized use, redistribution, or inclusion in other products without explicit written permission from Croswil S.r.l. is **prohibited**.
|
|
10
|
+
|
|
11
|
+
## Access & Usage
|
|
12
|
+
|
|
13
|
+
- Full documentation and demo access are available **by request only** to authorized Croswil clients.
|
|
14
|
+
- To request a demo or commercial information, please contact our team via:
|
|
15
|
+
- [croswil.com](https://www.croswil.com)
|
|
16
|
+
- [appdelmobile.com](https://www.appdelmobile.com)
|
|
17
|
+
- [negozio.appdelmobile.com](https://negozio.appdelmobile.com)
|
|
18
|
+
- [markuno.croswil.com](https://markuno.croswil.com)
|
|
19
|
+
- For technical or commercial support, please refer to the contact information provided on [croswil.com](https://www.croswil.com) and [appdelmobile.com](https://www.appdelmobile.com).
|
|
20
|
+
|
|
21
|
+
## Demos
|
|
22
|
+
|
|
23
|
+
- Interactive online demos and advanced features are available upon request.
|
|
24
|
+
- Please contact our team to obtain access.
|
|
25
|
+
|
|
26
|
+
## Legal
|
|
27
|
+
|
|
28
|
+
This software is distributed under a proprietary license.
|
|
29
|
+
Usage is strictly subject to the terms of your contract with Croswil S.r.l.
|
|
30
|
+
For partnership opportunities or further information, please reach out to our team.
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
© Croswil S.r.l. – All rights reserved.
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markuno_lib",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9",
|
|
4
4
|
"description": "Croswil Markuno Language Lib",
|
|
5
|
+
"author": "Croswil SRL",
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
7
|
"authors": [
|
|
6
8
|
"Croswil <info@croswil.com>"
|
|
7
9
|
],
|
|
8
|
-
"license": "ISC",
|
|
9
10
|
"type": "module",
|
|
10
11
|
"exports": {
|
|
11
12
|
".": {
|
|
@@ -38,6 +39,8 @@
|
|
|
38
39
|
"#markuno_cad": "./bin/markcad.js"
|
|
39
40
|
},
|
|
40
41
|
"files": [
|
|
42
|
+
"LICENSE.txt",
|
|
43
|
+
"LICENSE_it.txt",
|
|
41
44
|
"bin/**",
|
|
42
45
|
"types/**"
|
|
43
46
|
],
|