refs #775, move "legal" folder out of shared

In same step update data files in shared
This commit is contained in:
Klaus Basan
2016-10-18 20:57:09 +02:00
parent 7e91ef8a38
commit d002f09da5
17 changed files with 8 additions and 7 deletions

View File

@@ -0,0 +1,33 @@
<!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>