forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1067 from ufal/umr-license
Unifrom Meaning Representation v1.0 License Agreement
- Loading branch information
Showing
2 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
66 changes: 66 additions & 0 deletions
66
dspace-xmlui/src/main/webapp/themes/UFAL/lib/html/license-umr-1.0.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<div id="faq-like"> | ||
<h2 id="ufal-point-faq">Uniform Meaning Representation v1.0 License Agreement</h2> | ||
<div> | ||
(2023/07/31) | ||
</div> | ||
<hr /> | ||
<div class="well"> | ||
<h3>Uniform Meaning Representation v1.0 License Terms</h3> | ||
<p>Uniform Meaning Representation v1.0 (referred to as “UMR” in the rest of this document) | ||
is a collection of linguistic data. Each of the graphbanks has its own license terms | ||
and you (the “User”) are responsible for complying with the license terms | ||
applicable to those parts of UMR which you use. If you do not agree with the license terms, | ||
you must stop using UMR and destroy all copies of UMR data that you have obtained.</p> | ||
<br /> | ||
<p class="alert alert-danger">You are specifically reminded that some of the graphbanks | ||
permit only non-commercial usage.</p> | ||
<br /> | ||
<p>The license for every graphbank included in the release is specified in the appropriate | ||
graphbank directory.</p> | ||
<br /> | ||
|
||
<h3>Overview of the graphbanks and their license terms</h3> | ||
<table class="table table-striped"> | ||
<thead> | ||
<tr><th>Graphbank</th><th>License</th></tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Arapaho-UMR</td> | ||
<td>CC BY-NC-ND 4.0</td> | ||
</tr> | ||
<tr> | ||
<td>Chinese-UMR</td> | ||
<td>CC BY-NC-ND 4.0</td> | ||
</tr> | ||
<tr> | ||
<td>English-UMR</td> | ||
<td>CC BY-SA 4.0</td> | ||
</tr> | ||
<tr> | ||
<td>Kukama-UMR</td> | ||
<td>CC BY-NC-ND 4.0</td> | ||
</tr> | ||
<tr> | ||
<td>Navajo-UMR</td> | ||
<td>CC BY-NC-ND 4.0</td> | ||
</tr> | ||
<tr> | ||
<td>Sanapana-UMR</td> | ||
<td>CC BY-NC-ND 4.0</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<h3>Licenses</h3> | ||
<table class="table"> | ||
<thead> | ||
<tr><th>License</th><th>URL</th></tr> | ||
</thead> | ||
<tbody> | ||
<tr><td>CC BY-NC-ND 4.0</td><td><a href="http://creativecommons.org/licenses/by-nc-nd/4.0/">http://creativecommons.org/licenses/by-nc-nd/4.0/</a></td></tr> | ||
<tr><td>CC BY-SA 4.0</td><td><a href="http://creativecommons.org/licenses/by-sa/4.0/">http://creativecommons.org/licenses/by-sa/4.0/</a></td></tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> |
5 changes: 5 additions & 0 deletions
5
dspace-xmlui/src/main/webapp/themes/UFAL/lib/html/license-umr-1.0.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<page> | ||
<title>Uniform Meaning Representation v1.0 License Agreement</title> | ||
<title-menu>Uniform Meaning Representation v1.0 License Agreement</title-menu> | ||
</page> |