Licenses/License.html
author moel.mich
Wed, 25 Jul 2012 18:10:10 +0000
changeset 375 01d283b11596
parent 344 3145aadca3d2
permissions -rw-r--r--
Updated the version.
moel@344
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
moel@344
     2
moel@344
     3
<!-- This Source Code Form is subject to the terms of the Mozilla Public
moel@344
     4
   - License, v. 2.0. If a copy of the MPL was not distributed with this
moel@344
     5
   - file, You can obtain one at http://mozilla.org/MPL/2.0/.  -->
moel@344
     6
moel@344
     7
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
moel@344
     8
<head>
moel@344
     9
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
moel@344
    10
<title>Open Hardware Monitor - License</title>
moel@344
    11
<style type="text/css" media="screen">
moel@344
    12
moel@344
    13
body {
moel@344
    14
	font: message-box;
moel@344
    15
	color: #333333;
moel@344
    16
	background: #f2f2f2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAJYCAQAAAAJAkQUAAAAAXNSR0IArs4c6QAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2wMeFQUPtG6UfwAAAE1JREFUOMtjWPOfiYFhaCBGhiHj1CHnbMZR99DLGYw01sJItCwjWWYyEifFSMgoRhINIUkjE/VMptwKGhlLdpiQEfiUpwfqcokUIVoQAL0FBqEjZ7+VAAAAAElFTkSuQmCC) repeat-x top;
moel@344
    17
	*background: #f2f2f2;
moel@344
    18
	padding: 5px;
moel@344
    19
}
moel@344
    20
     
moel@344
    21
dt {
moel@344
    22
	font-weight: bold;
moel@344
    23
}   
moel@344
    24
moel@344
    25
#page  {
moel@344
    26
	clear: both;
moel@344
    27
	max-width: 800px;	
moel@344
    28
	margin:10px auto;
moel@344
    29
	background: #ffffff;
moel@344
    30
	border-radius: 5px;
moel@344
    31
	-moz-border-radius: 5px;
moel@344
    32
	-webkit-border-radius: 5px;
moel@344
    33
	box-shadow: 0px 0px 5px #777;
moel@344
    34
	-moz-box-shadow: 0px 0px 5px #777;
moel@344
    35
	-webkit-box-shadow: 0px 0px 5px #777;
moel@344
    36
}
moel@344
    37
moel@344
    38
#content {
moel@344
    39
	clear: both;
moel@344
    40
	min-height: 600px; 
moel@344
    41
	min-width: 700px;
moel@344
    42
	padding-top: 20px;	
moel@344
    43
	padding-bottom: 20px;	
moel@344
    44
	padding-left: 30px;
moel@344
    45
	padding-right: 30px;
moel@344
    46
}
moel@344
    47
moel@344
    48
</style>
moel@344
    49
</head>
moel@344
    50
moel@344
    51
<body>
moel@344
    52
moel@344
    53
<div id="page">
moel@344
    54
<div id="content">
moel@344
    55
moel@344
    56
<h1>Open Hardware Monitor License</h1>
moel@344
    57
moel@344
    58
<p> 
moel@344
    59
The <b>binaries</b> of the Open Hardware Monitor have been made available by the <a href="http://openhardwaremonitor.org">Open Hardware Monitor Project</a> under the Mozilla Public License 2.0 (MPL).
moel@344
    60
</p>
moel@344
    61
moel@344
    62
<p>
moel@344
    63
The <b>source code</b> of the Open Hardware Monitor is <a href="http://code.google.com/p/open-hardware-monitor/source/">available</a> under licenses which are both <a href="http://www.gnu.org/philosophy/free-sw.html">free</a> and <a href="http://www.opensource.org/docs/definition.php">open source</a>. Most of it is available under the Mozilla Public License 2.0 (MPL).
moel@344
    64
</p>
moel@344
    65
moel@344
    66
<ul>
moel@344
    67
<li><a href="#mozilla-public-license-version-2.0">Mozilla Public License 2.0</a></li>
moel@344
    68
</ul>
moel@344
    69
    
moel@344
    70
<p>
moel@344
    71
The remainder of the software which is not under the Mozilla Public License 2.0 (MPL) is available under one of a variety of other licenses which are given below. 
moel@344
    72
</p>
moel@344
    73
    
moel@344
    74
<ul>
moel@344
    75
<li><a href="#Aga.Controls">Aga.Controls License</a></li>
moel@344
    76
<li><a href="#WinRing0">WinRing0 License</a></li>
moel@348
    77
<li><a href="#jQuery">jQuery License</a></li>
moel@348
    78
<li><a href="#Knockout">Knockout License</a></li>
moel@344
    79
</ul>
moel@344
    80
moel@344
    81
<br/>
moel@344
    82
<hr/>
moel@344
    83
moel@344
    84
<h1 id="mozilla-public-license-version-2.0">Mozilla Public License 2.0</h1>
moel@344
    85
<h2 id="definitions">1. Definitions</h2>
moel@344
    86
<dl>
moel@344
    87
<dt>1.1. “Contributor”</dt>
moel@344
    88
<dd><p>means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.</p>
moel@344
    89
</dd>
moel@344
    90
<dt>1.2. “Contributor Version”</dt>
moel@344
    91
<dd><p>means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor’s Contribution.</p>
moel@344
    92
</dd>
moel@344
    93
<dt>1.3. “Contribution”</dt>
moel@344
    94
<dd><p>means Covered Software of a particular Contributor.</p>
moel@344
    95
</dd>
moel@344
    96
<dt>1.4. “Covered Software”</dt>
moel@344
    97
<dd><p>means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof.</p>
moel@344
    98
</dd>
moel@344
    99
<dt>1.5. “Incompatible With Secondary Licenses”</dt>
moel@344
   100
<dd><p>means</p>
moel@344
   101
<ol type="a">
moel@344
   102
<li><p>that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or</p></li>
moel@344
   103
<li><p>that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License.</p></li>
moel@344
   104
</ol>
moel@344
   105
</dd>
moel@344
   106
<dt>1.6. “Executable Form”</dt>
moel@344
   107
<dd><p>means any form of the work other than Source Code Form.</p>
moel@344
   108
</dd>
moel@344
   109
<dt>1.7. “Larger Work”</dt>
moel@344
   110
<dd><p>means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software.</p>
moel@344
   111
</dd>
moel@344
   112
<dt>1.8. “License”</dt>
moel@344
   113
<dd><p>means this document.</p>
moel@344
   114
</dd>
moel@344
   115
<dt>1.9. “Licensable”</dt>
moel@344
   116
<dd><p>means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License.</p>
moel@344
   117
</dd>
moel@344
   118
<dt>1.10. “Modifications”</dt>
moel@344
   119
<dd><p>means any of the following:</p>
moel@344
   120
<ol type="a">
moel@344
   121
<li><p>any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or</p></li>
moel@344
   122
<li><p>any new file in Source Code Form that contains any Covered Software.</p></li>
moel@344
   123
</ol>
moel@344
   124
</dd>
moel@344
   125
<dt>1.11. “Patent Claims” of a Contributor</dt>
moel@344
   126
<dd><p>means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version.</p>
moel@344
   127
</dd>
moel@344
   128
<dt>1.12. “Secondary License”</dt>
moel@344
   129
<dd><p>means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses.</p>
moel@344
   130
</dd>
moel@344
   131
<dt>1.13. “Source Code Form”</dt>
moel@344
   132
<dd><p>means the form of the work preferred for making modifications.</p>
moel@344
   133
</dd>
moel@344
   134
<dt>1.14. “You” (or “Your”)</dt>
moel@344
   135
<dd><p>means an individual or a legal entity exercising rights under this License. For legal entities, “You” includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity.</p>
moel@344
   136
</dd>
moel@344
   137
</dl>
moel@344
   138
<h2 id="license-grants-and-conditions">2. License Grants and Conditions</h2>
moel@344
   139
<h3 id="grants">2.1. Grants</h3>
moel@344
   140
<p>Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:</p>
moel@344
   141
<ol type="a">
moel@344
   142
<li><p>under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and</p></li>
moel@344
   143
<li><p>under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version.</p></li>
moel@344
   144
</ol>
moel@344
   145
<h3 id="effective-date">2.2. Effective Date</h3>
moel@344
   146
<p>The licenses granted in Section&nbsp;2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution.</p>
moel@344
   147
<h3 id="limitations-on-grant-scope">2.3. Limitations on Grant Scope</h3>
moel@344
   148
<p>The licenses granted in this Section&nbsp;2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section&nbsp;2.1(b) above, no patent license is granted by a Contributor:</p>
moel@344
   149
<ol type="a">
moel@344
   150
<li><p>for any code that a Contributor has removed from Covered Software; or</p></li>
moel@344
   151
<li><p>for infringements caused by: (i) Your and any other third party’s modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or</p></li>
moel@344
   152
<li><p>under Patent Claims infringed by Covered Software in the absence of its Contributions.</p></li>
moel@344
   153
</ol>
moel@344
   154
<p>This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section&nbsp;3.4).</p>
moel@344
   155
<h3 id="subsequent-licenses">2.4. Subsequent Licenses</h3>
moel@344
   156
<p>No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section&nbsp;10.2) or under the terms of a Secondary License (if permitted under the terms of Section&nbsp;3.3).</p>
moel@344
   157
<h3 id="representation">2.5. Representation</h3>
moel@344
   158
<p>Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License.</p>
moel@344
   159
<h3 id="fair-use">2.6. Fair Use</h3>
moel@344
   160
<p>This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents.</p>
moel@344
   161
<h3 id="conditions">2.7. Conditions</h3>
moel@344
   162
<p>Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section&nbsp;2.1.</p>
moel@344
   163
<h2 id="responsibilities">3. Responsibilities</h2>
moel@344
   164
<h3 id="distribution-of-source-form">3.1. Distribution of Source Form</h3>
moel@344
   165
<p>All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients’ rights in the Source Code Form.</p>
moel@344
   166
<h3 id="distribution-of-executable-form">3.2. Distribution of Executable Form</h3>
moel@344
   167
<p>If You distribute Covered Software in Executable Form then:</p>
moel@344
   168
<ol type="a">
moel@344
   169
<li><p>such Covered Software must also be made available in Source Code Form, as described in Section&nbsp;3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and</p></li>
moel@344
   170
<li><p>You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients’ rights in the Source Code Form under this License.</p></li>
moel@344
   171
</ol>
moel@344
   172
<h3 id="distribution-of-a-larger-work">3.3. Distribution of a Larger Work</h3>
moel@344
   173
<p>You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s).</p>
moel@344
   174
<h3 id="notices">3.4. Notices</h3>
moel@344
   175
<p>You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies.</p>
moel@344
   176
<h3 id="application-of-additional-terms">3.5. Application of Additional Terms</h3>
moel@344
   177
<p>You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction.</p>
moel@344
   178
<h2 id="inability-to-comply-due-to-statute-or-regulation">4. Inability to Comply Due to Statute or Regulation</h2>
moel@344
   179
<p>If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.</p>
moel@344
   180
<h2 id="termination">5. Termination</h2>
moel@344
   181
<p>5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice.</p>
moel@344
   182
<p>5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section&nbsp;2.1 of this License shall terminate.</p>
moel@344
   183
<p>5.3. In the event of termination under Sections&nbsp;5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination.</p>
moel@344
   184
<h2 id="disclaimer-of-warranty">6. Disclaimer of Warranty</h2>
moel@344
   185
<p><em>Covered Software is provided under this License on an “as is” basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer.</em></p>
moel@344
   186
<h2 id="limitation-of-liability">7. Limitation of Liability</h2>
moel@344
   187
<p><em>Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party’s negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You.</em></p>
moel@344
   188
<h2 id="litigation">8. Litigation</h2>
moel@344
   189
<p>Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party’s ability to bring cross-claims or counter-claims.</p>
moel@344
   190
<h2 id="miscellaneous">9. Miscellaneous</h2>
moel@344
   191
<p>This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor.</p>
moel@344
   192
<h2 id="versions-of-the-license">10. Versions of the License</h2>
moel@344
   193
<h3 id="new-versions">10.1. New Versions</h3>
moel@344
   194
<p>Mozilla Foundation is the license steward. Except as provided in Section&nbsp;10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number.</p>
moel@344
   195
<h3 id="effect-of-new-versions">10.2. Effect of New Versions</h3>
moel@344
   196
<p>You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward.</p>
moel@344
   197
<h3 id="modified-versions">10.3. Modified Versions</h3>
moel@344
   198
<p>If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License).</p>
moel@344
   199
<h3 id="distributing-source-code-form-that-is-incompatible-with-secondary-licenses">10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses</h3>
moel@344
   200
<p>If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached.</p>
moel@344
   201
<h2 id="exhibit-a---source-code-form-license-notice">Exhibit A - Source Code Form License Notice</h2>
moel@344
   202
<blockquote>
moel@344
   203
<p>This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.</p>
moel@344
   204
</blockquote>
moel@344
   205
<p>If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.</p>
moel@344
   206
<p>You may add additional accurate notices of copyright ownership.</p>
moel@344
   207
<h2 id="exhibit-b---incompatible-with-secondary-licenses-notice">Exhibit B - “Incompatible With Secondary Licenses” Notice</h2>
moel@344
   208
<blockquote>
moel@344
   209
<p>This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0.</p>
moel@344
   210
</blockquote>
moel@344
   211
moel@344
   212
<hr/>
moel@344
   213
moel@344
   214
<h1 id="Aga.Controls">Aga.Controls License</h1>
moel@344
   215
<p>
moel@344
   216
This license applies to the Aga.Controls assembly (TreeViewAdv component).
moel@344
   217
</p>
moel@344
   218
<pre>
moel@344
   219
Copyright (c) 2009, Andrey Gliznetsov (a.gliznetsov@gmail.com)
moel@344
   220
moel@344
   221
All rights reserved.
moel@344
   222
moel@344
   223
Redistribution and use in source and binary forms, with or without modification,
moel@344
   224
are permitted provided that the following conditions are met
moel@344
   225
moel@344
   226
- Redistributions of source code must retain the above copyright notice, this list
moel@344
   227
of conditions and the following disclaimer.
moel@344
   228
- Redistributions in binary form must reproduce the above copyright notice, this
moel@344
   229
list of conditions and the following disclaimer in the documentation andor other
moel@344
   230
materials provided with the distribution.
moel@344
   231
moel@344
   232
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
moel@344
   233
AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
moel@344
   234
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
moel@344
   235
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
moel@344
   236
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
moel@344
   237
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
moel@344
   238
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
moel@344
   239
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
moel@344
   240
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
moel@344
   241
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
moel@344
   242
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
moel@344
   243
</pre>
moel@344
   244
moel@344
   245
<hr/>
moel@344
   246
moel@348
   247
<h1 id="WinRing0">WinRing0 License</h1>
moel@344
   248
<p>
moel@344
   249
This license applies to the WinRing0 device drivers.
moel@344
   250
</p>
moel@344
   251
<pre>
moel@344
   252
Copyright (c) 2007-2009 OpenLibSys.org. All rights reserved.
moel@344
   253
moel@344
   254
Redistribution and use in source and binary forms, with or without
moel@344
   255
modification, are permitted provided that the following conditions
moel@344
   256
are met:
moel@344
   257
1. Redistributions of source code must retain the above copyright
moel@344
   258
   notice, this list of conditions and the following disclaimer.
moel@344
   259
2. Redistributions in binary form must reproduce the above copyright
moel@344
   260
   notice, this list of conditions and the following disclaimer in the
moel@344
   261
   documentation and/or other materials provided with the distribution.
moel@344
   262
moel@344
   263
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
moel@344
   264
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
moel@344
   265
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
moel@344
   266
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
moel@344
   267
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
moel@344
   268
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
moel@344
   269
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
moel@344
   270
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
moel@344
   271
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
moel@344
   272
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
moel@344
   273
</pre>
moel@344
   274
moel@348
   275
<hr/>
moel@348
   276
moel@348
   277
<h1 id="jQuery">jQuery License</h1>
moel@348
   278
<p>
moel@348
   279
This license applies to the jQuery JavaScript library.
moel@348
   280
</p>
moel@348
   281
<pre>
moel@348
   282
Copyright (c) 2012 John Resig, http://jquery.com/
moel@348
   283
moel@348
   284
Permission is hereby granted, free of charge, to any person obtaining
moel@348
   285
a copy of this software and associated documentation files (the
moel@348
   286
"Software"), to deal in the Software without restriction, including
moel@348
   287
without limitation the rights to use, copy, modify, merge, publish,
moel@348
   288
distribute, sublicense, and/or sell copies of the Software, and to
moel@348
   289
permit persons to whom the Software is furnished to do so, subject to
moel@348
   290
the following conditions:
moel@348
   291
moel@348
   292
The above copyright notice and this permission notice shall be
moel@348
   293
included in all copies or substantial portions of the Software.
moel@348
   294
moel@348
   295
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
moel@348
   296
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
moel@348
   297
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
moel@348
   298
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
moel@348
   299
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
moel@348
   300
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
moel@348
   301
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
moel@348
   302
</pre>
moel@348
   303
moel@348
   304
<hr/>
moel@348
   305
moel@348
   306
<h1 id="Knockout">Knockout License</h1>
moel@348
   307
<p>
moel@348
   308
This license applies to the Knockout JavaScript library.
moel@348
   309
</p>
moel@348
   310
<pre>
moel@348
   311
Copyright (c) 2012 Steven Sanderson, Roy Jacobs
moel@348
   312
moel@348
   313
Permission is hereby granted, free of charge, to any person obtaining
moel@348
   314
a copy of this software and associated documentation files (the
moel@348
   315
"Software"), to deal in the Software without restriction, including
moel@348
   316
without limitation the rights to use, copy, modify, merge, publish,
moel@348
   317
distribute, sublicense, and/or sell copies of the Software, and to
moel@348
   318
permit persons to whom the Software is furnished to do so, subject to
moel@348
   319
the following conditions:
moel@348
   320
moel@348
   321
The above copyright notice and this permission notice shall be
moel@348
   322
included in all copies or substantial portions of the Software.
moel@348
   323
moel@348
   324
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
moel@348
   325
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
moel@348
   326
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
moel@348
   327
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
moel@348
   328
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
moel@348
   329
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
moel@348
   330
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
moel@348
   331
</pre>
moel@348
   332
moel@348
   333
moel@348
   334
moel@344
   335
</div>
moel@344
   336
</div>
moel@344
   337
moel@344
   338
</body>
moel@344
   339
moel@344
   340
</html>