ipa-core 1.3.1 → 1.3.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 +69 -0
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
ipa-core License v1.3
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Charlie Blair
|
|
4
|
+
|
|
5
|
+
1. Definitions
|
|
6
|
+
|
|
7
|
+
"Software" refers to the ipa-core package and all associated files.
|
|
8
|
+
|
|
9
|
+
"Non-Commercial Use" means use that is not primarily intended for or directed toward
|
|
10
|
+
commercial advantage or monetary compensation.
|
|
11
|
+
|
|
12
|
+
"Tribal Government" refers to any federally, state, provincially, or locally recognized
|
|
13
|
+
Indigenous or Native governing body of the Americas, including tribal agencies,
|
|
14
|
+
departments, and affiliated public institutions.
|
|
15
|
+
|
|
16
|
+
"Indigenous Language of the Americas" refers to any language native to the Indigenous
|
|
17
|
+
peoples of North, Central, or South America.
|
|
18
|
+
|
|
19
|
+
"Direct Involvement" means active collaboration with, consultation of, or authorization
|
|
20
|
+
from individuals, communities, or recognized representatives who are speakers or
|
|
21
|
+
cultural stewards of the language in question.
|
|
22
|
+
|
|
23
|
+
2. Grant of License
|
|
24
|
+
|
|
25
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
26
|
+
of the Software to use, copy, modify, and redistribute the Software solely for
|
|
27
|
+
Non-Commercial Use, subject to the conditions of this license.
|
|
28
|
+
|
|
29
|
+
3. Tribal Government Exception
|
|
30
|
+
|
|
31
|
+
Tribal Governments of the Americas are granted permission to use, copy, modify,
|
|
32
|
+
redistribute, and deploy the Software for any purpose, including commercial,
|
|
33
|
+
governmental, and public-facing applications, without restriction or fee.
|
|
34
|
+
|
|
35
|
+
4. Indigenous Language Use Requirement
|
|
36
|
+
|
|
37
|
+
Redistribution or public use of the Software involving an Indigenous Language of the Americas
|
|
38
|
+
requires Direct Involvement with speakers or recognized representatives of that language.
|
|
39
|
+
|
|
40
|
+
5. Restrictions
|
|
41
|
+
|
|
42
|
+
Except as provided in Section 3, the following are prohibited:
|
|
43
|
+
|
|
44
|
+
- Any Commercial Use of the Software
|
|
45
|
+
- Selling, sublicensing, or monetizing the Software
|
|
46
|
+
- Offering the Software as part of a paid product, service, API, or SaaS platform
|
|
47
|
+
|
|
48
|
+
6. Attribution
|
|
49
|
+
|
|
50
|
+
All uses of the Software must include clear and visible attribution:
|
|
51
|
+
|
|
52
|
+
"ipa-core by Cody Bruno"
|
|
53
|
+
|
|
54
|
+
7. No Additional Licensing
|
|
55
|
+
|
|
56
|
+
The author does not offer commercial licenses for this Software.
|
|
57
|
+
Any use outside the scope of this license is prohibited.
|
|
58
|
+
|
|
59
|
+
8. Disclaimer of Warranty
|
|
60
|
+
|
|
61
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
62
|
+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
63
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
64
|
+
|
|
65
|
+
9. Limitation of Liability
|
|
66
|
+
|
|
67
|
+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
68
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
69
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ipa-core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Language-agnostic IPA core with features",
|
|
5
5
|
"repository": "github:Cody253/ipa-core",
|
|
6
6
|
"homepage": "https://github.com/Cody253/ipa-core#readme",
|
|
7
7
|
"bugs": {
|
|
8
8
|
"url": "https://github.com/Cody253/ipa-core/issues"
|
|
9
9
|
},
|
|
10
|
-
"license": "
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
11
11
|
"author": "Cody Bruno",
|
|
12
12
|
"type": "commonjs",
|
|
13
13
|
"bin": {
|