Spaces:
Sleeping
Sleeping
Commit ·
a326fe6
1
Parent(s): 52b2c45
License
Browse files- .gitattributes +3 -0
- LICENSE +40 -0
.gitattributes
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.ipynb linguist-documentation
|
LICENSE
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
PLANPARSER NONCOMMERCIAL LICENSE v1.0
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 Anna Grabetskaia
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to use, copy, modify, and distribute the Software, subject to the following conditions:
|
| 6 |
+
|
| 7 |
+
1. Non-Commercial Use Only
|
| 8 |
+
You may use the Software only for non-commercial purposes.
|
| 9 |
+
"Commercial Use" means any use that is primarily intended for or directed toward commercial advantage or monetary compensation, including but not limited to:
|
| 10 |
+
- selling the Software or providing it as part of a paid product or service
|
| 11 |
+
- offering hosted access (SaaS) as part of a business activity
|
| 12 |
+
- using the Software internally within a for-profit organization for business purposes
|
| 13 |
+
- using the Software in consulting or client work (paid or unpaid when tied to a commercial engagement)
|
| 14 |
+
|
| 15 |
+
2. Attribution Required
|
| 16 |
+
If you distribute, publish, or publicly display the Software or any Derivative Works (including a hosted version, screenshots, videos, blog posts, presentations, or demos), you must provide clear attribution to the author.
|
| 17 |
+
At minimum, include:
|
| 18 |
+
- "planparser by Anna Grabetskaia"
|
| 19 |
+
- a link to the original repository or project page
|
| 20 |
+
- a notice of any changes if you modified the Software
|
| 21 |
+
|
| 22 |
+
3. Derivative Works
|
| 23 |
+
You may create and distribute Derivative Works only under this license and only for non-commercial purposes, with attribution as required above.
|
| 24 |
+
|
| 25 |
+
4. No Trademark Rights
|
| 26 |
+
This license does not grant permission to use the author’s name, logos, or trademarks beyond the attribution requirement.
|
| 27 |
+
|
| 28 |
+
5. Third-Party Licenses
|
| 29 |
+
The Software may include or depend on third-party components under their own licenses. You must comply with those licenses.
|
| 30 |
+
|
| 31 |
+
6. Disclaimer of Warranty
|
| 32 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
| 33 |
+
|
| 34 |
+
7. Limitation of Liability
|
| 35 |
+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
| 36 |
+
|
| 37 |
+
8. Termination
|
| 38 |
+
Any violation of this license automatically terminates your rights under this license.
|
| 39 |
+
|
| 40 |
+
For commercial licensing, contact the author.
|