update LICENSE

This commit is contained in:
2021-09-07 14:34:03 +02:00
parent 604fd3871b
commit 02dec4cea5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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>