[license] Ref T667, clarification for VATLIB

This commit is contained in:
Klaus Basan
2019-05-22 00:35:11 +02:00
parent 767961dfa8
commit 31e28a638e

View File

@@ -7,15 +7,39 @@
</head>
<body>
<table>
<tr>
<td><img src="https://www.gnu.org/graphics/gplv3-88x31.png"></td>
<td>All swift software programs are licensed under the GPL v3 license. You can find the details
<a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">here</a></td>
</tr>
<tr>
<td></td>
<td>
The following terms apply to all swift programs:
<tr>
<td valign="top"><img src="https://datastore.swift-project.org/images/swift/swBirdOutline-48.png"></td>
<td>
Clarification:
<ul>
<li>all swift code written by the swift team is licensed as GPLv3</li>
<li>The vatlib for the VATSIM network is closed source. It requires a NDA with VATSIM if you want to see that code</li>
<li>In order to connect to VATSIM servers you need your own VATSIM client key. You have the following options:
<ul>
<li>you can build and run swift with your own FSD servers,</li>
<li>or you can ask VATSIM for your own key,</li>
<li>or you can join the swift team and participate - by that you will use our key.</li>
</ul>
</li>
<li>Furthermore swift uses it own database for model matching (i.e. datastore model metadata, no model objects)
we allow VATSIM users and smaller FSD server operators to use the web services for those
if you want to use swift on your network please ask us for permission to download from these web services, or run your own server.
all data in the swift database are property of the swift team.
</li>
</ul>
<td>
</tr>
<tr>
<td><img src="https://www.gnu.org/graphics/gplv3-88x31.png"></td>
<td>
All swift software programs are licensed under the GPL v3 license. You can find the details
<a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">here</a>
</td>
</tr>
<tr>
<td></td>
<td>
The following terms apply to all swift programs:
<pre>
swift pilot client suite
Copyright (C) 2016, 2017, 2018 swift Team
@@ -47,12 +71,12 @@ This is free software, and you are welcome to redistribute it
under certain conditions; for details
see here https://datastore.swift-project.org/page/legal.php.
</pre>
</td>
</tr>
<tr>
<td></td>
<td>For the copyright of our data (ie. the data in the database and caches) see the terms <a href="./data.html">here</a>.</td>
</tr>
</td>
</tr>
<tr>
<td></td>
<td>For the copyright of our data (ie. the data in the database and caches) see the terms <a href="./data.html">here</a>.</td>
</tr>
</table>
</body>
</html>
</html>