Files
pilotclient/resources/share/shared/legal/about.html

32 lines
877 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 ......
<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 target="_parent" href="http://swift-project.org/">Blog</a>
</ul>
<h1>Credits</h1>
<ul>
<li><a href="./credits.html">Here a list</a> of software components, UI elements, support provided by others.
</ul>
</body>
</html>