mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
89 lines
3.2 KiB
HTML
89 lines
3.2 KiB
HTML
<!--
|
|
SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<title>swift software license</title>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<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 <i>swift</i> 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 <i>swift</i> 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 cases.
|
|
If you want to use <i>swift</i> on your network please ask us for permission to download from these web services,
|
|
or run your own server.
|
|
All data in the <i>swift</i> database are property of the <i>swift</i> 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
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see http://www.gnu.org/licenses/.
|
|
</pre>
|
|
|
|
and
|
|
|
|
<pre>
|
|
swift pilot client suite
|
|
Copyright (C) 2016, 2017, 2018 swift Team
|
|
|
|
This program comes with ABSOLUTELY NO WARRANTY; for details see
|
|
see here https://datastore.swift-project.org/page/legal.php.
|
|
|
|
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>
|
|
</table>
|
|
</body>
|
|
</html>
|