Files
pilotclient/resources/share/legal/credits.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

22 lines
812 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>swift data copyright</title>
</head>
<body>
<h1>Credits</h1>
<h2>Used software libraries</h2>
<ul>
<li>See the <a href="3rdparty.html">3rd party licenses</a>
</ul>
<h2>Used icons, graphics etc.</h2>
<ul>
<li>FAMFAMFAM icons used, both in client and on websites, see <a target="_parent" href="http://www.famfamfam.com/archive/silk-icons-thats-your-lot/">here</a>
<li>DIAGONA icons: C) 2013 Yusuke Kamiyamane (<a target="_parent" href="http://p.yusukekamiyamane.com/">site</a>).
All rights reserved. These icons are licensed under a
<a target="_parent" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.
</ul>
</body>
</html>