Files
pilotclient/resources/share/legal/about.html
2017-12-21 19:47:34 +01:00

35 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>swift about</title>
</head>
<body>
<h1>About the project</h1>
swift is an independent (private and non-commercial) software project creating open source software for flight simulation.
<h1>Legal</h1>
<ul>
<li>swift <a href="./software.html">software license</a>
<li>swift website <a href="./impressum.html">impressum</a>
<li>swift <a href="./cla.html">contributor license agreement</a>
<li>swift <a href="./privacy.html">privacy and cookie policy</a>
<li>We use Google Analytics, see the <a href="./privacy.html">privacy and cookie policy</a> for details
</ul>
<h1>Data copyright</h1>
<ul>
<li>swift <a href="./data.html">data copyright</a>
</ul>
<h1>Other swift resources</h1>
<ul>
<li>swift <a class="urlextern" href="http://swift-project.org/">Blog</a>
</ul>
<h1>Credits</h1>
<ul>
<li><a href="./3rdparty.html">Third-Party licenses used in the swift project</a>
<li><a href="./credits.html">Credits and a list of software components</a>, UI elements, support provided by others.
<li><a href="./credits.html">Icon libraries</a>
</ul>
</body>
</html>