docs/web/license.html

Tue, 17 Oct 2017 15:15:54 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 17 Oct 2017 15:15:54 +0200
changeset 250
b7d1317b138e
parent 226
669136d4e3af
permissions
-rw-r--r--

updates license

universe@226 1 <!DOCTYPE html>
universe@226 2 <html>
universe@226 3 <head>
universe@226 4 <title>UAP Common Extensions</title>
universe@226 5 <link rel="stylesheet" type="text/css" href="ucx.css">
universe@226 6 </head>
universe@226 7 <body>
universe@226 8 <!-- begin header -->
universe@226 9 <div class="header">
universe@226 10 <span>UAP Common Extensions</span>
universe@226 11 <img src="uaplogo.png" alt="UAP Core">
universe@226 12 </div>
universe@226 13 <!-- end header -->
universe@226 14
universe@226 15 <!-- begin navigation -->
universe@226 16 <div class="sidebar">
universe@226 17 <div class="nav">
universe@226 18 <h3>Getting Started</h3>
universe@226 19 <ul>
universe@226 20 <li><a href="index.html">Overview</a></li>
universe@226 21 <li><a href="install.html">Build Instructions</a></li>
universe@226 22 <li><a href="license.html">License</a></li>
universe@226 23 </ul>
universe@226 24 </div>
universe@226 25 <div class="nav">
universe@226 26 <h3>Development</h3>
universe@226 27 <ul>
universe@226 28 <li><a href="integration.html">Integration</a></li>
universe@226 29 <li><a href="modules.html">Modules</a></li>
universe@226 30 <li><a href="examples.html">Examples</a></li>
universe@226 31 </ul>
universe@226 32 </div>
universe@226 33 <div class="nav">
universe@226 34 <h3>Resources</h3>
universe@226 35 <ul>
universe@226 36 <li><a target="_blank" href="api/">API Reference</a></li>
universe@250 37 <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
universe@226 38 </ul>
universe@226 39 </div>
universe@226 40 </div>
universe@226 41 <!-- end navigation -->
universe@226 42
universe@226 43 <!-- begin content -->
universe@226 44 <div class="content">
universe@226 45 <h1>License</h1>
universe@250 46 <p>Copyright 2017 Olaf Wintermann. All rights reserved.</p>
universe@226 47
universe@226 48 <p>
universe@226 49 Redistribution and use in source and binary forms, with or
universe@226 50 without modification, are permitted provided that the following
universe@226 51 conditions are met:
universe@226 52 </p>
universe@226 53 <ol>
universe@226 54 <li>
universe@226 55 Redistributions of source code must retain the above
universe@226 56 copyright notice, this list of conditions and the following
universe@226 57 disclaimer.
universe@226 58 </li>
universe@226 59 <li>
universe@226 60 Redistributions in binary form must reproduce the above
universe@226 61 copyright notice, this list of conditions and the following
universe@226 62 disclaimer in the documentation and/or other materials provided
universe@226 63 with the distribution.
universe@226 64 </li>
universe@226 65 </ol>
universe@226 66 <p>
universe@226 67 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
universe@226 68 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
universe@226 69 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
universe@226 70 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
universe@226 71 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
universe@226 72 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
universe@226 73 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
universe@226 74 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
universe@226 75 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
universe@226 76 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
universe@226 77 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
universe@226 78 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
universe@226 79 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
universe@226 80 </p>
universe@226 81 </div>
universe@226 82 <!-- end content -->
universe@226 83
universe@226 84 </body>
universe@226 85 </html>

mercurial