-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlicense.html
More file actions
79 lines (72 loc) · 2.46 KB
/
Copy pathlicense.html
File metadata and controls
79 lines (72 loc) · 2.46 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BeanShell - Free Software License</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="css/my_styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<aside>
<nav>
<ul class="menu">
<li><a href="home.html">Home</a>
</li>
<li><a href="intro.html">Intro</a>
</li>
<li> <a href="docs.html">Docs</a>
</li>
<li> <a href="download.html">Download</a>
</li>
<li> <a href="contact.html">Contact</a>
</li>
<li> <a href="https://github.com/beanshell/beanshell/wiki">
Community Wiki</a>
</li>
<li> <a href="developer.html">Developer</a>
</li>
<li> <a href="license.html">License</a>
</li>
<li> <a href="beany.html">Beany</a>
</li>
<li> <a href="http://www.amazon.com/exec/obidos/ASIN/0596002858">
<img alt="Learning Java" src="images/lj2.png" width="100"> <br>
<span class="small"> Check out my book:<br>
Learning Java,<br>
O'Reilly & Associates </span>
</a>
</li>
</ul>
</nav>
</aside>
<article>
<h1>Free Software License</h1>
<a border="0" href="images/beanylicense.jpg">
<img border="0" align="left" src="images/beanylicense1.jpg"></a>
<section>
<h2>BeanShell Software License</h2>
<br clear="left">
<p>BeanShell is a free software project.
It's continued development depends on the interest and support of
users and developers like you.</p>
<p>The source code is available for you to use and extend or
integrate into your software freely under the
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0<a />.
</p>
<h3>Previous Licensing: Sun Public License / Gnu Lesser Public License</h3>
<p>Versions 2.04b and older are available under either the terms of the Sun
Public License or the GNU Lesser Public License v2.1.
These versions have some restrictions with respect to the more permissive
Apache License used in newer versions.</p>
<p>Please see the <a href="https://opensource.org/licenses/SPL-1.0">Sun Public License</a>
and the
<a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">GNU Lesser Public License
version 2.1</a>
for details.</p>
<p>Please also feel free to contact me:
(<a href="mailto:pat@pat.net">Pat Niemeyer pat@pat.net</a>)
about other licensing arrangements.</p>
</section>
</article>
</body>
</html>