@straiffi/archon 1.0.7 → 1.0.8
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 +114 -0
- package/README.md +4 -0
- package/package.json +4 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
Archon Package License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Juuso Soikkeli. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This Archon Package License (the "License") governs copies of the Archon software
|
|
6
|
+
that are distributed by Juuso Soikkeli through the npm package `@straiffi/archon` or
|
|
7
|
+
through another distribution channel expressly authorized by Juuso Soikkeli.
|
|
8
|
+
|
|
9
|
+
By downloading, installing, copying, or using the Software, you agree to this
|
|
10
|
+
License.
|
|
11
|
+
|
|
12
|
+
1. Definitions
|
|
13
|
+
|
|
14
|
+
"Licensor" means Straiffi.
|
|
15
|
+
|
|
16
|
+
"Software" means the Archon software distributed under this License, including
|
|
17
|
+
the package contents, bundled assets, and accompanying documentation included in
|
|
18
|
+
that distribution.
|
|
19
|
+
|
|
20
|
+
"You" means the individual or legal entity exercising rights under this
|
|
21
|
+
License.
|
|
22
|
+
|
|
23
|
+
2. License Grant
|
|
24
|
+
|
|
25
|
+
Subject to your compliance with this License, Licensor grants you a limited,
|
|
26
|
+
non-exclusive, non-transferable, non-sublicensable license to:
|
|
27
|
+
|
|
28
|
+
- download, install, run, and use the Software for any lawful purpose, whether
|
|
29
|
+
commercial or non-commercial;
|
|
30
|
+
- make copies of the Software solely as reasonably necessary for your permitted
|
|
31
|
+
use, including for backup, internal deployment, CI/CD, and internal artifact
|
|
32
|
+
caching; and
|
|
33
|
+
- modify the Software and use those modified copies privately for your own use,
|
|
34
|
+
provided you do not distribute, publish, host, or otherwise make those
|
|
35
|
+
modified copies available to any third party.
|
|
36
|
+
|
|
37
|
+
3. Restrictions
|
|
38
|
+
|
|
39
|
+
You may not, and may not permit any third party to:
|
|
40
|
+
|
|
41
|
+
- distribute, publish, transfer, assign, sublicense, sell, resell, rent,
|
|
42
|
+
lease, or otherwise make the Software available to any third party;
|
|
43
|
+
- republish the Software to npm or any other package registry, mirror, or
|
|
44
|
+
public distribution channel;
|
|
45
|
+
- provide, host, operate, or make the Software available as a managed service,
|
|
46
|
+
software-as-a-service, platform service, or similar offering for the benefit
|
|
47
|
+
of any third party;
|
|
48
|
+
- market, offer, or provide the Software under a different brand, white-label
|
|
49
|
+
offering, OEM arrangement, or similar commercial arrangement;
|
|
50
|
+
- distribute, publish, transfer, or otherwise make available any modified
|
|
51
|
+
version of the Software or any derivative work based on the Software;
|
|
52
|
+
- remove or obscure any copyright, trademark, or other proprietary notice
|
|
53
|
+
included in the Software; or
|
|
54
|
+
- use the Software in violation of applicable law.
|
|
55
|
+
|
|
56
|
+
4. Ownership; No Source Repository Rights
|
|
57
|
+
|
|
58
|
+
The Software is licensed, not sold. As between you and Licensor, Licensor and
|
|
59
|
+
its licensors retain all right, title, and interest in and to the Software,
|
|
60
|
+
including all intellectual property rights.
|
|
61
|
+
|
|
62
|
+
This License grants no right to access, receive, or use any private source code
|
|
63
|
+
repository, unpublished source code, build pipeline, or other non-public
|
|
64
|
+
materials related to the Software.
|
|
65
|
+
|
|
66
|
+
No trademark, trade name, logo, or brand rights are granted except as necessary
|
|
67
|
+
to identify the Software as distributed by Licensor.
|
|
68
|
+
|
|
69
|
+
5. Third-Party Software
|
|
70
|
+
|
|
71
|
+
The Software may include or depend on third-party components that are licensed
|
|
72
|
+
under separate open-source or third-party license terms. Those components are
|
|
73
|
+
licensed to you under their respective terms, not this License.
|
|
74
|
+
|
|
75
|
+
6. Future Versions
|
|
76
|
+
|
|
77
|
+
This License applies only to the specific versions of the Software distributed
|
|
78
|
+
under these terms. Licensor may release future versions of the Software under
|
|
79
|
+
different terms, including paid, commercial, proprietary, or open-source terms.
|
|
80
|
+
|
|
81
|
+
7. Termination
|
|
82
|
+
|
|
83
|
+
This License terminates automatically if you fail to comply with any of its
|
|
84
|
+
terms. Upon termination, you must stop using the Software and delete all copies
|
|
85
|
+
of it in your possession or control, except to the extent applicable law
|
|
86
|
+
requires otherwise.
|
|
87
|
+
|
|
88
|
+
8. Disclaimer of Warranties
|
|
89
|
+
|
|
90
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND "AS AVAILABLE," WITHOUT WARRANTY OF ANY
|
|
91
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF MERCHANTABILITY,
|
|
92
|
+
FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. LICENSOR DOES
|
|
93
|
+
NOT WARRANT THAT THE SOFTWARE WILL BE UNINTERRUPTED, ERROR-FREE, OR MEET YOUR
|
|
94
|
+
REQUIREMENTS.
|
|
95
|
+
|
|
96
|
+
9. Limitation of Liability
|
|
97
|
+
|
|
98
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR
|
|
99
|
+
ITS LICENSORS BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL,
|
|
100
|
+
EXEMPLARY, OR PUNITIVE DAMAGES, OR FOR ANY LOSS OF PROFITS, REVENUE, DATA,
|
|
101
|
+
GOODWILL, OR BUSINESS INTERRUPTION, ARISING OUT OF OR RELATED TO THE SOFTWARE
|
|
102
|
+
OR THIS LICENSE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
103
|
+
|
|
104
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE TOTAL LIABILITY OF
|
|
105
|
+
LICENSOR AND ITS LICENSORS FOR ALL CLAIMS ARISING OUT OF OR RELATING TO THE
|
|
106
|
+
SOFTWARE OR THIS LICENSE WILL NOT EXCEED THE AMOUNT YOU PAID LICENSOR FOR THE
|
|
107
|
+
SOFTWARE IN THE TWELVE (12) MONTHS BEFORE THE EVENT GIVING RISE TO THE CLAIM,
|
|
108
|
+
OR TEN UNITED STATES DOLLARS (US $10.00), WHICHEVER IS GREATER.
|
|
109
|
+
|
|
110
|
+
10. Entire Agreement
|
|
111
|
+
|
|
112
|
+
This License is the entire agreement between you and Licensor regarding the
|
|
113
|
+
Software distributed under this License, and it supersedes any prior or
|
|
114
|
+
contemporaneous statements regarding that Software.
|
package/README.md
CHANGED
|
@@ -143,6 +143,10 @@ Default database locations:
|
|
|
143
143
|
|
|
144
144
|
You can override the database location with `DB_PATH`.
|
|
145
145
|
|
|
146
|
+
## License
|
|
147
|
+
|
|
148
|
+
Archon is distributed under the Archon Package License included with the npm package.
|
|
149
|
+
|
|
146
150
|
## Development And Maintenance
|
|
147
151
|
|
|
148
152
|
- Contributor workflow: [`DEVELOPMENT.md`](https://github.com/Straiffi/Archon/blob/main/DEVELOPMENT.md)
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@straiffi/archon",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"private": false,
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"workspaces": [
|
|
7
8
|
"client",
|
|
@@ -12,7 +13,8 @@
|
|
|
12
13
|
},
|
|
13
14
|
"files": [
|
|
14
15
|
"dist",
|
|
15
|
-
"README.md"
|
|
16
|
+
"README.md",
|
|
17
|
+
"LICENSE"
|
|
16
18
|
],
|
|
17
19
|
"repository": {
|
|
18
20
|
"type": "git",
|