123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <meta charset="UTF-8">
- <meta name="pagename" content="General license of the software made by Sv443 / Sven Fehler / The Sv443 Network">
- <meta property="og:title" content="General license of the software made by Sv443 / Sven Fehler / The Sv443 Network">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="HandheldFriendly" content="true">
- <meta name="copyright" content="Sv443 - Licensed under the MIT license">
- <meta name="author" content="Sv443 / Sven Fehler, [email protected]">
- <script src="/cdn-cgi/apps/head/5pPzH2kRN5hr-QFaZq4KkAWkfiU.js"></script><link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
- <title>License | Sv443 Network</title>
- <style>
- body {
- font-family: "Roboto", sans-serif;
- text-align: center;
- margin-top: 20px;
- color: white;
- background-color: #555558;
- font-size: 16px;
- }
- .contentwrapper {
- display: inline-block;
- width: 800px;
- text-align: left;
- border: 2px solid black;
- border-radius: 8px;
- padding: 20px;
- background-color: #444447;
- filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.6))
- }
- h2 {
- margin-top: 0px;
- color: #92b8ff;
- }
- #copyrightchar {
- font-size: 18px;
- }
- </style>
- </head>
- <body>
- <div class="contentwrapper">
- <h2>Sv443 and Sv443 Network - License</h2>
- 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>
- </div>
- <br><br>
- <div class="contentwrapper">
- <h2>MIT License</h2>
- <span id="copyrightchar">©</span> <b>Copyright 2018-<span id="currentYear">Now</span> Sv443 / Sv443 Network / Sven Fehler</b><br><br>
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:<br><br>
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.<br><br>
- <h3>Disclaimer:</h3>
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.<br>
- </div>
- <script>
- var dateElem = document.getElementById("currentYear");
- var currentYear = new Date().getFullYear();
- if(dateElem != null)
- {
- dateElem.innerHTML = currentYear;
- console.info("Setting current year to " + currentYear);
- }
- </script>
- </body>
- </html>
|