diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 02:52:50 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 02:52:50 +0200 |
commit | cb51ae59b900234844be615537cf5a6b398f494e (patch) | |
tree | 89e350a7f683e1685bcc37b746ce3366bf264106 /license.html | |
parent | New file (diff) | |
download | joe-www-cb51ae59b900234844be615537cf5a6b398f494e.tar.gz joe-www-cb51ae59b900234844be615537cf5a6b398f494e.tar.bz2 joe-www-cb51ae59b900234844be615537cf5a6b398f494e.tar.xz joe-www-cb51ae59b900234844be615537cf5a6b398f494e.tar.zst joe-www-cb51ae59b900234844be615537cf5a6b398f494e.zip |
Removing php
Diffstat (limited to 'license.html')
-rw-r--r-- | license.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/license.html b/license.html new file mode 100644 index 0000000..a0d61a6 --- /dev/null +++ b/license.html @@ -0,0 +1,93 @@ +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozanofastora.xyz: license.html + * Sun Apr 17 02:23:16 CEST 2022 + * Joe + * + * The LICENSE display page +--> + +<html> + <head> + <title>Joe's own website - LICENSE</title> + <link rel="stylesheet" type="text/css" href="css/site.css"> + <meta charset="UTF-8"> + </head> + <body> + <div class="fullpage"> + <header> + <h1><a href="index.html">Joe's dev blog - LICENSE</a></h1> + </header> + <div class="sidebar"> + <ul> + <li><a href="index.html">home</a></li> + <li><a href="projects/">my projects</a></li> + <li><a href="files/">files</a></li> + <li><a href="links.html">links</a></li> + <hr> + <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li> + </ul> + </div> + <div class="body-contents"> + <h1>BSD 3-Clause</h1> + <p> + This site is copyrighted under the BSD 3-Clause License. + You can find the terms of the license bellow: + </p> + <pre> +BSD 3-Clause License + +Copyright (c) 2020-2022, Joe +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + </pre> + <p> + You can also <a href="LICENSE">download</a> the license + file. + </p> + </div> + <footer> + <p> + Copyright © 2020-2022, Joe - + see <a href="license.html">LICENSE</a> - + this website does not use cookies or php or js + </p> + </footer> + </div> + </body> +</html> |