--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/web/license.html Thu Sep 08 16:39:45 2016 +0200 @@ -0,0 +1,85 @@ +<!DOCTYPE html> +<html> + <head> + <title>UAP Common Extensions</title> + <link rel="stylesheet" type="text/css" href="ucx.css"> + </head> + <body> + <!-- begin header --> + <div class="header"> + <span>UAP Common Extensions</span> + <img src="uaplogo.png" alt="UAP Core"> + </div> + <!-- end header --> + + <!-- begin navigation --> + <div class="sidebar"> + <div class="nav"> + <h3>Getting Started</h3> + <ul> + <li><a href="index.html">Overview</a></li> + <li><a href="install.html">Build Instructions</a></li> + <li><a href="license.html">License</a></li> + </ul> + </div> + <div class="nav"> + <h3>Development</h3> + <ul> + <li><a href="integration.html">Integration</a></li> + <li><a href="modules.html">Modules</a></li> + <li><a href="examples.html">Examples</a></li> + </ul> + </div> + <div class="nav"> + <h3>Resources</h3> + <ul> + <li><a target="_blank" href="api/">API Reference</a></li> + <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li> + </ul> + </div> + </div> + <!-- end navigation --> + + <!-- begin content --> + <div class="content"> + <h1>License</h1> + <p>Copyright 2016 Olaf Wintermann. All rights reserved.</p> + + <p> + Redistribution and use in source and binary forms, with or + without modification, are permitted provided that the following + conditions are met: + </p> + <ol> + <li> + Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. + </li> + <li> + 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. + </li> + </ol> + <p> + 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. + </p> + </div> + <!-- end content --> + + </body> +</html>