update LICENSE
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
The MIT License
|
The MIT License
|
||||||
|
|
||||||
Copyright (c) 2017 Lukas Haubaum
|
Copyright (c) 2017 Lurkars
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
+3
-3
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="author" content="Lukas Haubaum">
|
<meta name="author" content="Lurkars">
|
||||||
<meta name="description" content="Simple javascript implementation of the Zilch game, also known as Dice 10000.">
|
<meta name="description" content="Simple javascript implementation of the Zilch game, also known as Dice 10000.">
|
||||||
<title>openzilch.js</title>
|
<title>openzilch.js</title>
|
||||||
<link href="style/main.css" rel="stylesheet" type="text/css" />
|
<link href="style/main.css" rel="stylesheet" type="text/css" />
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
<p><a href="https://git.lh8.de/Lurkars/openzilch.js" target="_blank">Source Code</a></p>
|
<p><a href="https://git.lh8.de/Lurkars/openzilch.js" target="_blank">Source Code</a></p>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<p>Created by <a href="https://www.champonthis.de">Lukas Haubaum</a>. Design and code inspiration by <a href="https://gabrielecirulli.github.io/2048/" target="_blank">Gabriele Cirulli's 2048</a>.</p>
|
<p>Created by <a href="https://www.champonthis.de">Lurkars</a>. Design and code inspiration by <a href="https://gabrielecirulli.github.io/2048/" target="_blank">Gabriele Cirulli's 2048</a>.</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="/imprint">Imprint</a> | <a href="/privacy-policy">Privacy Policy</a>
|
<a href="/imprint">Imprint</a> | <a href="/privacy-policy">Privacy Policy</a>
|
||||||
@@ -83,4 +83,4 @@
|
|||||||
<script type="text/javascript" src="js/game.js"></script>
|
<script type="text/javascript" src="js/game.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user