mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
[license] Ref T667, clarification for VATLIB
This commit is contained in:
@@ -7,15 +7,39 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="https://www.gnu.org/graphics/gplv3-88x31.png"></td>
|
<td valign="top"><img src="https://datastore.swift-project.org/images/swift/swBirdOutline-48.png"></td>
|
||||||
<td>All swift software programs are licensed under the GPL v3 license. You can find the details
|
<td>
|
||||||
<a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">here</a></td>
|
Clarification:
|
||||||
</tr>
|
<ul>
|
||||||
<tr>
|
<li>all swift code written by the swift team is licensed as GPLv3</li>
|
||||||
<td></td>
|
<li>The vatlib for the VATSIM network is closed source. It requires a NDA with VATSIM if you want to see that code</li>
|
||||||
<td>
|
<li>In order to connect to VATSIM servers you need your own VATSIM client key. You have the following options:
|
||||||
The following terms apply to all swift programs:
|
<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>
|
<pre>
|
||||||
swift pilot client suite
|
swift pilot client suite
|
||||||
Copyright (C) 2016, 2017, 2018 swift Team
|
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
|
under certain conditions; for details
|
||||||
see here https://datastore.swift-project.org/page/legal.php.
|
see here https://datastore.swift-project.org/page/legal.php.
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<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>
|
<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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user