1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
2 |
<html> |
3 |
<!-- JsUnit --> |
4 |
<!-- ***** BEGIN LICENSE BLOCK ***** |
5 |
- Version: MPL 1.1/GPL 2.0/LGPL 2.1 |
6 |
- |
7 |
- The contents of this file are subject to the Mozilla Public License Version |
8 |
- 1.1 (the "License"); you may not use this file except in compliance with |
9 |
- the License. You may obtain a copy of the License at |
10 |
- http://www.mozilla.org/MPL/ |
11 |
- |
12 |
- Software distributed under the License is distributed on an "AS IS" basis, |
13 |
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
14 |
- for the specific language governing rights and limitations under the |
15 |
- License. |
16 |
- |
17 |
- The Original Code is Edward Hieatt code. |
18 |
- |
19 |
- The Initial Developer of the Original Code is |
20 |
- Edward Hieatt, edward@jsunit.net. |
21 |
- Portions created by the Initial Developer are Copyright (C) 2001 |
22 |
- the Initial Developer. All Rights Reserved. |
23 |
- |
24 |
- Contributor(s): |
25 |
- Edward Hieatt, edward@jsunit.net (original author) |
26 |
- Bob Clary, bc@bclary.comn |
27 |
- |
28 |
- Alternatively, the contents of this file may be used under the terms of |
29 |
- either the GNU General Public License Version 2 or later (the "GPL"), or |
30 |
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), |
31 |
- in which case the provisions of the GPL or the LGPL are applicable instead |
32 |
- of those above. If you wish to allow use of your version of this file only |
33 |
- under the terms of either the GPL or the LGPL, and not to allow others to |
34 |
- use your version of this file under the terms of the MPL, indicate your |
35 |
- decision by deleting the provisions above and replace them with the notice |
36 |
- and other provisions required by the LGPL or the GPL. If you do not delete |
37 |
- the provisions above, a recipient may use your version of this file under |
38 |
- the terms of any one of the MPL, the GPL or the LGPL. |
39 |
- |
40 |
- ***** END LICENSE BLOCK ***** --> |
41 |
|
42 |
<head> |
43 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
44 |
<title>Licensing</title> |
45 |
<link rel="stylesheet" type="text/css" href="../app/css/jsUnitStyle.css"> |
46 |
</head> |
47 |
|
48 |
<body> |
49 |
<table width="100%" cellpadding="0" cellspacing="0" border="1" summary="jsUnit Information"> |
50 |
<tr> |
51 |
<th align="center" valign="top"><h1>JsUnit Licenses</h1></th> |
52 |
|
53 |
<td align="right" valign="top"> |
54 |
<a href="http://www.jsunit.net/" target="_blank">JsUnit Home</a><br> |
55 |
<a href="mailto:edward@jsunit.net">edward@jsunit.net</a><br> |
56 |
</tr> |
57 |
</table> |
58 |
|
59 |
<p><h2>Third-party licenses:</h2> |
60 |
<ul> |
61 |
<li>JDOM: Portions of this software are copyright Copyright (C) 2000-2003 Jason Hunter & Brett McLaughlin. All |
62 |
rights reserved. See <a href="JDOM_license.txt">JDOM_license.txt</a>. |
63 |
<li>Jetty: Portions of this software are copyright � Mort Bay Consulting Pty. Ltd. (Australia) and others. All |
64 |
Rights Reserved. See <a href="Jetty_license.html">Jetty_license.html</a>. |
65 |
<li>Individual files in this package may contain additional copyright notices. The javax.servlet packages are |
66 |
copyright Sun Microsystems Inc. All Rights Reserved. |
67 |
</ul> |
68 |
</p> |
69 |
|
70 |
<p><h2>JsUnit licenses:</h2> |
71 |
JsUnit is licensed under 3 different licenses giving you the freedom |
72 |
to use, modify and distribute JsUnit in a variety of fashions. |
73 |
</p> |
74 |
|
75 |
<ol> |
76 |
<li> |
77 |
<p><a href="MPL-1.1.txt">Mozilla Public License 1.1</a></p> |
78 |
|
79 |
<p>See <a href="http://www.mozilla.org/MPL/">mozilla.org</a> |
80 |
for more details.</p> |
81 |
</li> |
82 |
|
83 |
<li> |
84 |
<p><a href="gpl-2.txt">GNU Public License 2</a></p> |
85 |
|
86 |
<p>See <a href="http://www.gnu.org/licenses/licenses.html">www.gnu.org</a> |
87 |
for more details.</p> |
88 |
</li> |
89 |
|
90 |
<li> |
91 |
<p><a href="lgpl-2.1.txt">GNU Lesser Public License 2.1</a></p> |
92 |
|
93 |
<p>See <a href="http://www.gnu.org/licenses/licenses.html">www.gnu.org</a> |
94 |
for more details.</p> |
95 |
</li> |
96 |
</ol> |
97 |
|
98 |
<p> |
99 |
Every Java and JavaScript source file in this distribution should be considered to be under the following licensing |
100 |
terms. |
101 |
<pre> |
102 |
***** BEGIN LICENSE BLOCK ***** |
103 |
- Version: MPL 1.1/GPL 2.0/LGPL 2.1 |
104 |
- |
105 |
- The contents of this file are subject to the Mozilla Public License Version |
106 |
- 1.1 (the "License"); you may not use this file except in compliance with |
107 |
- the License. You may obtain a copy of the License at |
108 |
- http://www.mozilla.org/MPL/ |
109 |
- |
110 |
- Software distributed under the License is distributed on an "AS IS" basis, |
111 |
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
112 |
- for the specific language governing rights and limitations under the |
113 |
- License. |
114 |
- |
115 |
- The Original Code is Edward Hieatt code. |
116 |
- |
117 |
- The Initial Developer of the Original Code is |
118 |
- Edward Hieatt, edward@jsunit.net. |
119 |
- Portions created by the Initial Developer are Copyright (C) 2003 |
120 |
- the Initial Developer. All Rights Reserved. |
121 |
- |
122 |
- Author Edward Hieatt, edward@jsunit.net |
123 |
- |
124 |
- Alternatively, the contents of this file may be used under the terms of |
125 |
- either the GNU General Public License Version 2 or later (the "GPL"), or |
126 |
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), |
127 |
- in which case the provisions of the GPL or the LGPL are applicable instead |
128 |
- of those above. If you wish to allow use of your version of this file only |
129 |
- under the terms of either the GPL or the LGPL, and not to allow others to |
130 |
- use your version of this file under the terms of the MPL, indicate your |
131 |
- decision by deleting the provisions above and replace them with the notice |
132 |
- and other provisions required by the LGPL or the GPL. If you do not delete |
133 |
- the provisions above, a recipient may use your version of this file under |
134 |
- the terms of any one of the MPL, the GPL or the LGPL. |
135 |
- |
136 |
- ***** END LICENSE BLOCK ***** |
137 |
</pre> |
138 |
</p> |
139 |
</body> |
140 |
</html> |
141 |
|