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