-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlicense.html
25 lines (24 loc) · 1.03 KB
/
license.html
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
---
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 Tropy source code is licensed under the terms of 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 <a href="/trademark">trademark</a> of the Corporation for Digital Scholarship.</p>
<p>All rights not expressly granted are reserved.</p>
</div>
<section>
<div class="container-fluid">
<h2>Third-party notices</h2>
<tpy-dependencies class="dependencies">
{%- include third-party-notices.html -%}
</tpy-dependencies>
</div>
</section>
<tpy-modal centered scrollable-phone class="license-modal">
<tpy-modal-header></tpy-modal-header>
<tpy-modal-body></tpy-modal-body>
</tpy-modal>