-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathcredits.html
48 lines (38 loc) · 2.12 KB
/
credits.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Credits - Plasma</title>
<meta name="viewport" content="width=device-width">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Plasma</h1>
<span>The Cyan Worlds Engine</span>
</header>
<main class="page">
<nav>
<a href="index.html">Overview</a>
<a href="download.html">Download</a>
<a href="building.html">Building</a>
<a href="running.html">Running</a>
<a href="involvement.html">Get Involved</a>
<a href="credits.html" class="active">Credits</a>
</nav>
<h2>Credits</h2>
<p>The Plasma game engine and its tools were developed and open-sourced by <a href="https://cyan.com">Cyan, Inc</a>. This repository’s code was forked from the initial release repository at <a href="http://openuru.org/">OpenUru.org</a>.</p>
<p>The open-source Plasma engine is developed and maintained through contributions by volunteers. A full list of contributors can be found <a href="https://github.com/H-uru/Plasma/graphs/contributors">on GitHub</a>.</p>
<p>This software is licensed under the GNU General Public Licence v3 (GPL v3) with exceptions for a list of non-free libraries used by the engine. No additional non-free library dependencies can be added to the project due to the difficulty in changing licensing exceptions.</p>
<h3>Acknowledgements</h3>
<h4>OpenSSL</h4>
<p>This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (<a href="https://www.openssl.org/">https://www.openssl.org/</a>). This product includes cryptographic software written by Eric A. Young ([email protected]). This product includes software written by Tim J. Hudson ([email protected]).</p>
<h4>Independent JPEG Group (IJG) JPEG Library</h4>
<p>This software is based in part on the work of the Independent JPEG Group.</p>
</main>
<footer>
</footer>
</body>
</html>