-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicense.html
More file actions
47 lines (46 loc) · 1.73 KB
/
license.html
File metadata and controls
47 lines (46 loc) · 1.73 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
---
layout: default
class: license
title: License
---
<div class="container-fluid">
<h1>License</h1>
<p>Tropy is Copyright © 2015 – {{ 'now' | date: "%Y" }}<br>Roy Rosenzweig Center for History and New Media, George Mason University Fairfax, Virginia, USA<br><a href="https://tropy.org">tropy.org</a></p>
<p>The Roy Rosenzweig Center for History and New Media distributes the Tropy source code under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU Affero General Public License, version 3 (AGPL-3.0)</a>.</p>
<p>The Tropy name is a registered trademark of the Corporation for Digital Scholarship. See <a href="https://tropy.org/trademark">here</a> for more information.</p>
<p>Third-party copyright in this distribution is noted where applicable.</p>
<p>All rights not expressly granted are reserved.</p>
</div>
<section>
<div class="container-fluid">
<h2>Third-party licenses</h2>
<div class="dependencies">
{%- include dependencies.html -%}
</div>
</div>
</section>
<section>
<div class="container-fluid">
<h3>Chromium licenses</h3>
<p><a href="https://source.chromium.org/chromium/chromium/src/+/master:LICENSE">Chromium</a></p>
</div>
</section>
<section>
<div class="container-fluid">
<h3>SQLite license</h3>
<p><a href="https://sqlite.org/copyright.html">SQLite</a></p>
</div>
</section>
<div class="license modal" tabindex="-1">
<div class="modal-dialog modal-scrollable-phone centered">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title"></h3>
<button class="btn-close">
{%- include icon-xmark-circle-fill.svg -%}
</button>
</div>
<div class="modal-body"></div>
</div>
</div>
</div>