Files
pilotclient/resources/share/legal/about.html
Klaus Basan d002f09da5 refs #775, move "legal" folder out of shared
In same step update data files in shared
2016-12-06 09:33:34 +01:00

33 lines
1007 B
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 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>
</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">Here a list</a> of software components, UI elements, support provided by others.
</ul>
</body>
</html>