docs/web/license.html

changeset 256
2c21b42cf11d
parent 255
92c22c0fa8e8
child 257
e36e7933f466
     1.1 --- a/docs/web/license.html	Fri Oct 20 13:50:13 2017 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,85 +0,0 @@
     1.4 -<!DOCTYPE html>
     1.5 -<html>
     1.6 -    <head>
     1.7 -        <title>UAP Common Extensions</title>
     1.8 -        <link rel="stylesheet" type="text/css" href="ucx.css">
     1.9 -    </head>
    1.10 -    <body>
    1.11 -        <!-- begin header -->
    1.12 -        <div class="header">
    1.13 -            <span>UAP Common Extensions</span>
    1.14 -            <img src="uaplogo.png" alt="UAP Core">
    1.15 -        </div>
    1.16 -        <!-- end header -->
    1.17 -
    1.18 -        <!-- begin navigation -->
    1.19 -        <div class="sidebar">
    1.20 -            <div class="nav">
    1.21 -                <h3>Getting Started</h3>
    1.22 -                <ul>
    1.23 -                    <li><a href="index.html">Overview</a></li>
    1.24 -                    <li><a href="install.html">Build Instructions</a></li>
    1.25 -                    <li><a href="license.html">License</a></li>
    1.26 -                </ul>
    1.27 -            </div>
    1.28 -            <div class="nav">
    1.29 -                <h3>Development</h3>
    1.30 -                <ul>
    1.31 -                    <li><a href="integration.html">Integration</a></li>
    1.32 -                    <li><a href="modules.html">Modules</a></li>
    1.33 -                    <li><a href="examples.html">Examples</a></li>
    1.34 -                </ul>
    1.35 -            </div>
    1.36 -            <div class="nav">
    1.37 -                <h3>Resources</h3>
    1.38 -                <ul>
    1.39 -                    <li><a target="_blank" href="api/">API Reference</a></li>
    1.40 -                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
    1.41 -                </ul>
    1.42 -            </div>
    1.43 -        </div>
    1.44 -        <!-- end navigation -->
    1.45 -
    1.46 -        <!-- begin content -->
    1.47 -        <div class="content">
    1.48 -            <h1>License</h1>
    1.49 -            <p>Copyright 2017 Olaf Wintermann. All rights reserved.</p>
    1.50 -
    1.51 -            <p>
    1.52 -                Redistribution and use in source and binary forms, with or
    1.53 -                without modification, are permitted provided that the following
    1.54 -                conditions are met:
    1.55 -            </p>
    1.56 -            <ol>
    1.57 -            <li>
    1.58 -                Redistributions of source code must retain the above
    1.59 -                copyright notice, this list of conditions and the following
    1.60 -                disclaimer.
    1.61 -            </li>
    1.62 -            <li>
    1.63 -                Redistributions in binary form must reproduce the above
    1.64 -                copyright notice, this list of conditions and the following
    1.65 -                disclaimer in the documentation and/or other materials provided
    1.66 -                with the distribution.
    1.67 -            </li>
    1.68 -            </ol>
    1.69 -            <p>
    1.70 -                THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
    1.71 -                CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
    1.72 -                INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    1.73 -                MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    1.74 -                DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
    1.75 -                CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    1.76 -                SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    1.77 -                NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    1.78 -                LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
    1.79 -                HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    1.80 -                CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
    1.81 -                OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
    1.82 -                EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    1.83 -            </p>
    1.84 -        </div>
    1.85 -        <!-- end content -->
    1.86 -
    1.87 -    </body>
    1.88 -</html>

mercurial