-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
85 lines (64 loc) · 3.17 KB
/
LICENSE
File metadata and controls
85 lines (64 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Coptic Dependency Parser
Copyright (c) 2025 André Linden
================================================================================
DUAL LICENSE NOTICE
================================================================================
This project uses a dual licensing structure:
1. Original work by André Linden
Licensed under: Creative Commons Attribution-NonCommercial-ShareAlike 4.0
International (CC BY-NC-SA 4.0)
2. THIRD-PARTY DEPENDENCIES
Retain their respective original licenses (Apache 2.0, MIT, BSD, etc.)
See LICENSES/ directory for details
================================================================================
CC BY-NC-SA 4.0 LICENSE
================================================================================
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
You are free to:
- Share: copy and redistribute the material in any medium or format
- Adapt: remix, transform, and build upon the material
Under the following terms:
- Attribution: You must give appropriate credit, provide a link to the
license, and indicate if changes were made.
- NonCommercial: You may not use the material for commercial purposes.
- ShareAlike: If you remix, transform, or build upon the material, you must
distribute your contributions under the same license as the original.
- No additional restrictions: You may not apply legal terms or technological
measures that legally restrict others from doing anything the license
permits.
For the complete legal text, see:
https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
================================================================================
WHAT THIS MEANS
================================================================================
PERMITTED USES (Non-Commercial):
✓ Academic research and publication
✓ Educational purposes
✓ Personal projects
✓ Non-profit organization use
✓ Open source contributions
PROHIBITED USES:
✗ Commercial products or services
✗ Incorporation into proprietary software for sale
================================================================================
ACADEMIC CITATION
================================================================================
If you use this parser in research, please cite:
@software{coptic_dependency_parser_2025,
title=Coptic Dependency Parser,
author=André Linden,
year2025,
url={https://github.com/Rogaton/coptic-dependency-parser},
license={CC BY-NC-SA 4.0}
}
See CREDITS_AND_ATTRIBUTION.md for citations of foundational resources.
================================================================================
DISCLAIMER
================================================================================
THIS 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. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS 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.