LICENSE.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="pagename" content="General license of the software made by Sv443 / Sven Fehler / The Sv443 Network">
  6. <meta property="og:title" content="General license of the software made by Sv443 / Sven Fehler / The Sv443 Network">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta name="HandheldFriendly" content="true">
  9. <meta name="copyright" content="Sv443 - Licensed under the MIT license">
  10. <meta name="author" content="Sv443 / Sven Fehler, [email protected]">
  11. <script src="/cdn-cgi/apps/head/5pPzH2kRN5hr-QFaZq4KkAWkfiU.js"></script><link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  12. <title>License | Sv443 Network</title>
  13. <style>
  14. body {
  15. font-family: "Roboto", sans-serif;
  16. text-align: center;
  17. margin-top: 20px;
  18. color: white;
  19. background-color: #555558;
  20. font-size: 16px;
  21. }
  22. .contentwrapper {
  23. display: inline-block;
  24. width: 800px;
  25. text-align: left;
  26. border: 2px solid black;
  27. border-radius: 8px;
  28. padding: 20px;
  29. background-color: #444447;
  30. filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.6))
  31. }
  32. h2 {
  33. margin-top: 0px;
  34. color: #92b8ff;
  35. }
  36. #copyrightchar {
  37. font-size: 18px;
  38. }
  39. </style>
  40. </head>
  41. <body>
  42. <div class="contentwrapper">
  43. <h2>Sv443 and Sv443 Network - License</h2>
  44. The following license applies to all projects that are created by Sv443 / Sven Fehler and all projects that are part of the Sv443 Network, unless stated otherwise.<br>
  45. </div>
  46. <br><br>
  47. <div class="contentwrapper">
  48. <h2>MIT License</h2>
  49. <span id="copyrightchar">&copy;</span> <b>Copyright 2018-<span id="currentYear">2021</span> Sv443 / Sv443 Network / Sven Fehler</b><br><br>
  50. Permission is hereby granted, free of charge, to any person obtaining a copy
  51. of this software and associated documentation files (the "Software"), to deal
  52. in the Software without restriction, including without limitation the rights
  53. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  54. copies of the Software, and to permit persons to whom the Software is
  55. furnished to do so, subject to the following conditions:<br><br>
  56. The above copyright notice and this permission notice shall be included in all
  57. copies or substantial portions of the Software.<br><br>
  58. <h3>Disclaimer:</h3>
  59. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  60. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  61. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  62. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  63. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  64. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  65. SOFTWARE.<br>
  66. </div>
  67. <script>
  68. var dateElem = document.getElementById("currentYear");
  69. var currentYear = new Date().getFullYear();
  70. if(dateElem != null)
  71. {
  72. dateElem.innerHTML = currentYear;
  73. console.info("Setting current year to " + currentYear);
  74. }
  75. </script>
  76. </body>
  77. </html>