LICENSE.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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 and the Sv443 Network">
  6. <meta property="og:title" content="General license of the software made by Sv443 and 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 Network">
  10. <meta name="license" content="MIT">
  11. <meta name="author" content="Sv443">
  12. <title>Sv443 Network - License</title>
  13. <!-- Thanks to https://realfavicongenerator.net/ -->
  14. <link rel="apple-touch-icon" sizes="180x180" href="./resources/favicons/apple-touch-icon.png">
  15. <link rel="icon" type="image/png" sizes="32x32" href="./resources/favicons/favicon-32x32.png">
  16. <link rel="icon" type="image/png" sizes="16x16" href="./resources/favicons/favicon-16x16.png">
  17. <link rel="manifest" href="./resources/favicons/site.webmanifest">
  18. <link rel="mask-icon" href="./resources/favicons/safari-pinned-tab.svg" color="#101747">
  19. <link rel="shortcut icon" href="./resources/favicons/favicon.ico">
  20. <meta name="msapplication-TileColor" content="#101747">
  21. <meta name="msapplication-config" content="./resources/favicons/browserconfig.xml">
  22. <meta name="theme-color" content="#101747">
  23. <style>
  24. body, h2 {
  25. font-family: "Helvetica", "Segoe UI", sans-serif;
  26. }
  27. body {
  28. text-align: center;
  29. margin-top: 15px;
  30. color: #f0f0f0;
  31. background-color: #59595c;
  32. font-size: 17px;
  33. }
  34. .contentwrapper {
  35. display: inline-block;
  36. min-width: 200px;
  37. width: 750px;
  38. text-align: left;
  39. border: 2px solid black;
  40. border-radius: 8px;
  41. padding: 20px;
  42. background-color: #4d4d50;
  43. filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.6));
  44. margin-bottom: 30px;
  45. }
  46. #tableWrapper {
  47. display: block;
  48. text-align: center;
  49. }
  50. #overviewtable, #tableFooter {
  51. display: inline-block;
  52. text-align: left;
  53. }
  54. #overviewtable {
  55. border-spacing: 25px 3px;
  56. border-collapse: separate;
  57. margin: 10px 0px;
  58. }
  59. #overviewtable tr:nth-child(1) th {
  60. padding-bottom: 5px;
  61. }
  62. #overviewtable td[title] {
  63. cursor: help;
  64. }
  65. #tableFooter {
  66. color: #d8d8d8;
  67. font-size: 0.85em;
  68. }
  69. h2, h3 {
  70. margin-top: 0px;
  71. color: #ffffff;
  72. }
  73. h3 {
  74. margin-top: 5px;
  75. }
  76. #copyrightchar {
  77. font-size: 18px;
  78. }
  79. .colG {
  80. font-weight: bold;
  81. color: #38d638;
  82. }
  83. .colR {
  84. font-weight: bold;
  85. color: #e24d4d;
  86. }
  87. .colB {
  88. font-weight: bold;
  89. color: #63a1fd;
  90. }
  91. </style>
  92. </head>
  93. <body>
  94. <div class="contentwrapper">
  95. <h2>Sv443 and Sv443 Network - License</h2>
  96. This 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.
  97. <br>
  98. <div id="tableWrapper">
  99. <table id="overviewtable">
  100. <tr>
  101. <th>Permissions:</th>
  102. <th>Limitations:</th>
  103. <th>Conditions:</th>
  104. </tr>
  105. <tr>
  106. <td title="The licensed material and derivatives may be used for commercial purposes.">
  107. <span class="colG">✓</span> Commercial use
  108. </td>
  109. <td title="This license includes a limitation of liability.">
  110. <span class="colR">✖</span> Liability
  111. </td>
  112. <td title="A copy of the license and copyright notice must be included with the licensed material.">
  113. <span class="colB">ⓘ</span> Keep license and copyright notice
  114. </td>
  115. </tr>
  116. <tr>
  117. <td title="The licensed material may be modified.">
  118. <span class="colG">✓</span> Modification
  119. </td>
  120. <td title="This license explicitly states that it does NOT provide any warranty.">
  121. <span class="colR">✖</span> Warranty
  122. </td>
  123. <td></td>
  124. </tr>
  125. <tr>
  126. <td title="The licensed material may be distributed.">
  127. <span class="colG">✓</span> Distribution
  128. </td>
  129. <td></td>
  130. <td></td>
  131. </tr>
  132. <tr>
  133. <td title="The licensed material may be used and modified in private.">
  134. <span class="colG">✓</span> Private use
  135. </td>
  136. <td></td>
  137. <td></td>
  138. </tr>
  139. </table><br>
  140. <span id="tableFooter">
  141. The above table is not legal advice, it is just a short summary.<br>
  142. For the actual license, see the text below:<br>
  143. </span>
  144. </div>
  145. </div><br>
  146. <div class="contentwrapper">
  147. <h2>MIT License</h2>
  148. <span id="copyrightchar">&copy;</span> <b>Copyright 2018-<span id="currentYear">2021</span> Sv443 / Sv443 Network / Sven Fehler</b><br><br>
  149. Permission is hereby granted, free of charge, to any person obtaining a copy
  150. of this software and associated documentation files (the "Software"), to deal
  151. in the Software without restriction, including without limitation the rights
  152. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  153. copies of the Software, and to permit persons to whom the Software is
  154. furnished to do so, subject to the following conditions:<br>
  155. <br>
  156. <b>The above copyright notice and this permission notice shall be included in all
  157. copies or substantial portions of the Software.</b><br>
  158. <br>
  159. <h3>Disclaimer:</h3>
  160. <div id="disclaimer">
  161. The software is provided "as is", without warranty of any kind, express or
  162. implied, including but not limited to the warranties of merchantability,
  163. fitness for a particular purpose and noninfringement. In no event shall the
  164. authors or copyright holders be liable for any claim, damages or other
  165. liability, whether in an action of contract, tort or otherwise, arising from,
  166. out of or in connection with the software or the use or other dealings in the
  167. software.<br>
  168. </div><br>
  169. </div>
  170. <script>
  171. (() => {
  172. function addDate() {
  173. document.querySelector("#currentYear").innerText = new Date().getFullYear();
  174. };
  175. if(dateElem)
  176. addDate();
  177. else
  178. {
  179. document.addEventListener("DOMContentLoaded", addDate);
  180. }
  181. })();
  182. </script>
  183. </body>
  184. </html>