-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlicense.html
90 lines (74 loc) · 4.28 KB
/
license.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Elizabeth Reedy, Kevin Stenerson">
<title>Astron — license</title>
<!-- CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css" />
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Open+Sans:300,400' />
<link rel="stylesheet" href="/css/astron.css" />
<!-- Javascript -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="/js/components.js"></script>
</head>
<body>
<header>
<div class="container">
<a id="banner" href="/astron/index.html">
<img src="/images/astron-461px.png" alt="Astron">
</a>
<nav>
<a href="/astron/index.html">Home</a>
<a href="/astron/en/%%version/guide.html">Guide</a>
<a href="/astron/en/%%version/style-readme.html">Reference</a>
<a href="https://github.com/Astron/Astron"><i class="fa fa-github"></i></a>
</nav>
</div>
</header>
<div class="container">
<p class="lead">Astron Documentation License</p>
<div class="justified">
<p>Copyright (c) 2014, the Astron Project & Documentation Authors. All rights reserved.</p>
<h4 id="redistribution">Redistribution</h4>
<p>Redistribution and use of document source as <em>raw documents</em> or of compiled/rendered
documents as <em>document representations</em>, with or without modification, are permitted
provided that the following conditions are met:</p>
<ol>
<li><p>Redistributions of document source must retain the above copyright notice, this
list of conditions and the following disclaimer.</p></li>
<li><p>Redistributions of compiled (or rendered) documents must reproduce the above
copyright notice legibly in a visible header or footer on each document page.</p></li>
<li><p>Redistributions of compiled (or rendered) documents 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.</p></li>
<li><p>Neither the name of the copyright holder nor the names of its authors or
contributors may be used to endorse or promote works derived from this
documentation without specific prior written permission.</p></li>
</ol>
<h4 id="licensing">Licensing</h4>
<p>Documentation authors and contributors grant the Astron Project -- currently
represented by the Owners of the Astron organization on GitHub -- the right to
dual-license current and future versions of the documentation.</p>
<p>Documentation authors and contributors additionally grant the Astron Project
the right to re-license future versions of the documentation under a normal
Modified 3-BSD license with the <em>source code</em> referring to <em>raw documents</em>,
<em>binary form</em> referring to <em>document representations</em>, and <em>products</em>
referring to <em>derived works</em>.</p>
<h4 id="disclaimer-of-warranty">Disclaimer of Warranty</h4>
<p>THIS SOFTWARE IS PROVIDED BY THE AUTHORS "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 AUTHORS 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>
</div>
<footer>
<div id="copyright" class="container">
<p>The contents of this website are © 2014, the Astron project.<br />
They are available under the terms of the
<a href="/license.html">Astron Documentation License</a>.
</p>
<p>
</div>
</footer>
</body>
</html>