termaui 0.1.1 → 0.2.0
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 +50 -0
- package/README.md +11 -3
- package/package.json +5 -4
package/LICENSE
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
Terma Foundry Dual License
|
|
2
|
+
Copyright (c) 2024 Thupten Chakrishar / Terma Foundry (https://termafoundry.com)
|
|
3
|
+
|
|
4
|
+
================================================================================
|
|
5
|
+
FREE TIER — Personal, Educational, Religious & Non-Commercial Use
|
|
6
|
+
================================================================================
|
|
7
|
+
|
|
8
|
+
Permission is hereby granted, free of charge, to any person or organization
|
|
9
|
+
obtaining a copy of this software and associated files ("termaUI"), to use,
|
|
10
|
+
copy, modify, and distribute it for the following purposes:
|
|
11
|
+
|
|
12
|
+
- Personal or hobby projects
|
|
13
|
+
- Educational or academic use
|
|
14
|
+
- Religious, cultural, or non-profit organizations
|
|
15
|
+
- Open-source projects (with attribution)
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice must be included in all
|
|
18
|
+
copies or substantial portions of the software.
|
|
19
|
+
|
|
20
|
+
================================================================================
|
|
21
|
+
COMMERCIAL LICENSE — Required for Commercial Use
|
|
22
|
+
================================================================================
|
|
23
|
+
|
|
24
|
+
Commercial use of termaUI requires a separate written commercial license from
|
|
25
|
+
Terma Foundry. "Commercial use" includes, but is not limited to:
|
|
26
|
+
|
|
27
|
+
- Use in a product or service offered for sale or subscription
|
|
28
|
+
- Use by a for-profit organization in internal or external tools
|
|
29
|
+
- Use in any application or service intended to generate revenue
|
|
30
|
+
- SaaS platforms, commercial websites, or paid software products
|
|
31
|
+
|
|
32
|
+
To obtain a commercial license, contact: buddhistapps@gmail.com
|
|
33
|
+
|
|
34
|
+
================================================================================
|
|
35
|
+
FONTS
|
|
36
|
+
================================================================================
|
|
37
|
+
|
|
38
|
+
Fonts bundled with termaUI retain their original open licenses (SIL OFL,
|
|
39
|
+
GPL v2, or similar). These font licenses are independent of this software
|
|
40
|
+
license and are not affected by the dual-license terms above.
|
|
41
|
+
|
|
42
|
+
================================================================================
|
|
43
|
+
|
|
44
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
45
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
46
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
47
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
48
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
49
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
50
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/termaui)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
-
[Documentation](https://termafoundry.com/termaui/docs/) · [Demo](https://termafoundry.com/termaui/) · [GitHub](https://github.com/
|
|
8
|
+
[Documentation](https://termafoundry.com/termaui/docs/) · [Demo](https://termafoundry.com/termaui/) · [GitHub](https://github.com/vajradog/TermaFoundry)
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
@@ -329,6 +329,14 @@ termaui/
|
|
|
329
329
|
|
|
330
330
|
## License
|
|
331
331
|
|
|
332
|
-
|
|
332
|
+
termaUI is dual-licensed:
|
|
333
333
|
|
|
334
|
-
|
|
334
|
+
**Free** for personal, educational, religious, and non-commercial open-source use.
|
|
335
|
+
|
|
336
|
+
**Commercial use** (products, services, for-profit organizations, or revenue-generating applications) requires a commercial license — contact [buddhistapps@gmail.com](mailto:buddhistapps@gmail.com).
|
|
337
|
+
|
|
338
|
+
Fonts bundled with termaUI retain their original open licenses (SIL OFL, GPL v2, or similar) and are not affected by this dual license. See [termafoundry.com/termaui](https://termafoundry.com/termaui/) for per-font details.
|
|
339
|
+
|
|
340
|
+
---
|
|
341
|
+
|
|
342
|
+
*Created by [Thupten Chakrishar](https://chakrishar.com) · [Terma Foundry](https://termafoundry.com)*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "termaui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Tibetan typography CSS framework — fonts, utility classes, and rendering fixes for Tibetan script on the web.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tibetan",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "
|
|
23
|
+
"url": "https://github.com/vajradog/TermaFoundry",
|
|
24
24
|
"directory": "packages/termaui"
|
|
25
25
|
},
|
|
26
|
-
"license": "
|
|
26
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
27
27
|
"author": "Terma Foundry <buddhistapps@gmail.com>",
|
|
28
28
|
"main": "dist/terma.js",
|
|
29
29
|
"module": "dist/terma.esm.js",
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"files": [
|
|
43
43
|
"dist/",
|
|
44
44
|
"fonts/",
|
|
45
|
-
"README.md"
|
|
45
|
+
"README.md",
|
|
46
|
+
"LICENSE"
|
|
46
47
|
],
|
|
47
48
|
"sideEffects": [
|
|
48
49
|
"dist/termaui.css",
|