<!-- * ======================== * ===== =============== * ====== ================ * ====== ================ * ====== ==== ==== == * ====== === == = = * ====== === = == = * = === === = == ==== * = === === = == = = * == ===== ==== == * ======================== * * jozan.org: license.html * Sun Apr 17 02:23:16 CEST 2022 * Joe * * The LICENSE display page --> <!DOCTYPE html> <html lang="en"> <head> <title>Joe's LICENSE</title> <meta charset="UTF-8"> <meta name="robots" content="index, follow"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Blog and Internet personnal space"> <meta name="keywords" content="developper, dev, sysadmin, sys-admin, blog, articles, tech, tips, UNIX, BSD, FreeBSD, shell, low-level, c, c++, assembly"> <meta name="author" content="Joe Zhan <rbo@gmx.us>"> <link rel="stylesheet" type="text/css" href="css/site.css"> </head> <body> <div class="fullpage"> <header> <h1><a href="index.html">Joe's LICENSE</a></h1> </header> <div class="sidebar"> <ul> <li><a href="index.html">home</a></li> <li><a href="projects.html">projects</a></li> <li><a href="shit.html">shit</a></li> <li><a href="thoughts.html">thoughts</a></li> <li><a href="links.html">links</a></li> </ul> <hr> <ul> <li><a href="http://gitjoe.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>