Licenses/License.html
author moel.mich
Sun, 04 Aug 2013 06:54:46 +0000
changeset 419 07d44b20bbd4
parent 348 d8fa1e55acfa
permissions -rw-r--r--
Fixed an issue in the NCT677X class causing a crash when calling Update.
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@394
    79
<li><a href="#OxyPlot">OxyPlot License</a></li>
moel@394
    80
<li><a href="#LINQBridge">LINQBridge License</a></li>
moel@344
    81
</ul>
moel@344
    82
moel@344
    83
<br/>
moel@344
    84
<hr/>
moel@344
    85
moel@344
    86
<h1 id="mozilla-public-license-version-2.0">Mozilla Public License 2.0</h1>
moel@344
    87
<h2 id="definitions">1. Definitions</h2>
moel@344
    88
<dl>
moel@344
    89
<dt>1.1. “Contributor”</dt>
moel@344
    90
<dd><p>means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.</p>
moel@344
    91
</dd>
moel@344
    92
<dt>1.2. “Contributor Version”</dt>
moel@344
    93
<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
    94
</dd>
moel@344
    95
<dt>1.3. “Contribution”</dt>
moel@344
    96
<dd><p>means Covered Software of a particular Contributor.</p>
moel@344
    97
</dd>
moel@344
    98
<dt>1.4. “Covered Software”</dt>
moel@344
    99
<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
   100
</dd>
moel@344
   101
<dt>1.5. “Incompatible With Secondary Licenses”</dt>
moel@344
   102
<dd><p>means</p>
moel@344
   103
<ol type="a">
moel@344
   104
<li><p>that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or</p></li>
moel@344
   105
<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
   106
</ol>
moel@344
   107
</dd>
moel@344
   108
<dt>1.6. “Executable Form”</dt>
moel@344
   109
<dd><p>means any form of the work other than Source Code Form.</p>
moel@344
   110
</dd>
moel@344
   111
<dt>1.7. “Larger Work”</dt>
moel@344
   112
<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
   113
</dd>
moel@344
   114
<dt>1.8. “License”</dt>
moel@344
   115
<dd><p>means this document.</p>
moel@344
   116
</dd>
moel@344
   117
<dt>1.9. “Licensable”</dt>
moel@344
   118
<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
   119
</dd>
moel@344
   120
<dt>1.10. “Modifications”</dt>
moel@344
   121
<dd><p>means any of the following:</p>
moel@344
   122
<ol type="a">
moel@344
   123
<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
   124
<li><p>any new file in Source Code Form that contains any Covered Software.</p></li>
moel@344
   125
</ol>
moel@344
   126
</dd>
moel@344
   127
<dt>1.11. “Patent Claims” of a Contributor</dt>
moel@344
   128
<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
   129
</dd>
moel@344
   130
<dt>1.12. “Secondary License”</dt>
moel@344
   131
<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
   132
</dd>
moel@344
   133
<dt>1.13. “Source Code Form”</dt>
moel@344
   134
<dd><p>means the form of the work preferred for making modifications.</p>
moel@344
   135
</dd>
moel@344
   136
<dt>1.14. “You” (or “Your”)</dt>
moel@344
   137
<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
   138
</dd>
moel@344
   139
</dl>
moel@344
   140
<h2 id="license-grants-and-conditions">2. License Grants and Conditions</h2>
moel@344
   141
<h3 id="grants">2.1. Grants</h3>
moel@344
   142
<p>Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:</p>
moel@344
   143
<ol type="a">
moel@344
   144
<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
   145
<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
   146
</ol>
moel@344
   147
<h3 id="effective-date">2.2. Effective Date</h3>
moel@344
   148
<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
   149
<h3 id="limitations-on-grant-scope">2.3. Limitations on Grant Scope</h3>
moel@344
   150
<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
   151
<ol type="a">
moel@344
   152
<li><p>for any code that a Contributor has removed from Covered Software; or</p></li>
moel@344
   153
<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
   154
<li><p>under Patent Claims infringed by Covered Software in the absence of its Contributions.</p></li>
moel@344
   155
</ol>
moel@344
   156
<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
   157
<h3 id="subsequent-licenses">2.4. Subsequent Licenses</h3>
moel@344
   158
<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
   159
<h3 id="representation">2.5. Representation</h3>
moel@344
   160
<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
   161
<h3 id="fair-use">2.6. Fair Use</h3>
moel@344
   162
<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
   163
<h3 id="conditions">2.7. Conditions</h3>
moel@344
   164
<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
   165
<h2 id="responsibilities">3. Responsibilities</h2>
moel@344
   166
<h3 id="distribution-of-source-form">3.1. Distribution of Source Form</h3>
moel@344
   167
<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
   168
<h3 id="distribution-of-executable-form">3.2. Distribution of Executable Form</h3>
moel@344
   169
<p>If You distribute Covered Software in Executable Form then:</p>
moel@344
   170
<ol type="a">
moel@344
   171
<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
   172
<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
   173
</ol>
moel@344
   174
<h3 id="distribution-of-a-larger-work">3.3. Distribution of a Larger Work</h3>
moel@344
   175
<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
   176
<h3 id="notices">3.4. Notices</h3>
moel@344
   177
<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
   178
<h3 id="application-of-additional-terms">3.5. Application of Additional Terms</h3>
moel@344
   179
<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
   180
<h2 id="inability-to-comply-due-to-statute-or-regulation">4. Inability to Comply Due to Statute or Regulation</h2>
moel@344
   181
<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
   182
<h2 id="termination">5. Termination</h2>
moel@344
   183
<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
   184
<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
   185
<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
   186
<h2 id="disclaimer-of-warranty">6. Disclaimer of Warranty</h2>
moel@344
   187
<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
   188
<h2 id="limitation-of-liability">7. Limitation of Liability</h2>
moel@344
   189
<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
   190
<h2 id="litigation">8. Litigation</h2>
moel@344
   191
<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
   192
<h2 id="miscellaneous">9. Miscellaneous</h2>
moel@344
   193
<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
   194
<h2 id="versions-of-the-license">10. Versions of the License</h2>
moel@344
   195
<h3 id="new-versions">10.1. New Versions</h3>
moel@344
   196
<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
   197
<h3 id="effect-of-new-versions">10.2. Effect of New Versions</h3>
moel@344
   198
<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
   199
<h3 id="modified-versions">10.3. Modified Versions</h3>
moel@344
   200
<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
   201
<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
   202
<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
   203
<h2 id="exhibit-a---source-code-form-license-notice">Exhibit A - Source Code Form License Notice</h2>
moel@344
   204
<blockquote>
moel@344
   205
<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
   206
</blockquote>
moel@344
   207
<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
   208
<p>You may add additional accurate notices of copyright ownership.</p>
moel@344
   209
<h2 id="exhibit-b---incompatible-with-secondary-licenses-notice">Exhibit B - “Incompatible With Secondary Licenses” Notice</h2>
moel@344
   210
<blockquote>
moel@344
   211
<p>This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0.</p>
moel@344
   212
</blockquote>
moel@344
   213
moel@344
   214
<hr/>
moel@344
   215
moel@344
   216
<h1 id="Aga.Controls">Aga.Controls License</h1>
moel@344
   217
<p>
moel@344
   218
This license applies to the Aga.Controls assembly (TreeViewAdv component).
moel@344
   219
</p>
moel@344
   220
<pre>
moel@344
   221
Copyright (c) 2009, Andrey Gliznetsov (a.gliznetsov@gmail.com)
moel@344
   222
moel@344
   223
All rights reserved.
moel@344
   224
moel@344
   225
Redistribution and use in source and binary forms, with or without modification,
moel@344
   226
are permitted provided that the following conditions are met
moel@344
   227
moel@344
   228
- Redistributions of source code must retain the above copyright notice, this list
moel@344
   229
of conditions and the following disclaimer.
moel@344
   230
- Redistributions in binary form must reproduce the above copyright notice, this
moel@344
   231
list of conditions and the following disclaimer in the documentation andor other
moel@344
   232
materials provided with the distribution.
moel@344
   233
moel@344
   234
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
moel@344
   235
AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
moel@344
   236
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
moel@344
   237
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
moel@344
   238
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
moel@344
   239
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
moel@344
   240
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
moel@344
   241
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
moel@344
   242
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
moel@344
   243
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
moel@344
   244
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
moel@344
   245
</pre>
moel@344
   246
moel@344
   247
<hr/>
moel@344
   248
moel@348
   249
<h1 id="WinRing0">WinRing0 License</h1>
moel@344
   250
<p>
moel@344
   251
This license applies to the WinRing0 device drivers.
moel@344
   252
</p>
moel@344
   253
<pre>
moel@344
   254
Copyright (c) 2007-2009 OpenLibSys.org. All rights reserved.
moel@344
   255
moel@344
   256
Redistribution and use in source and binary forms, with or without
moel@344
   257
modification, are permitted provided that the following conditions
moel@344
   258
are met:
moel@344
   259
1. Redistributions of source code must retain the above copyright
moel@344
   260
   notice, this list of conditions and the following disclaimer.
moel@344
   261
2. Redistributions in binary form must reproduce the above copyright
moel@344
   262
   notice, this list of conditions and the following disclaimer in the
moel@344
   263
   documentation and/or other materials provided with the distribution.
moel@344
   264
moel@344
   265
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
moel@344
   266
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
moel@344
   267
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
moel@344
   268
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
moel@344
   269
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
moel@344
   270
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
moel@344
   271
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
moel@344
   272
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
moel@344
   273
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
moel@344
   274
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
moel@344
   275
</pre>
moel@344
   276
moel@348
   277
<hr/>
moel@348
   278
moel@348
   279
<h1 id="jQuery">jQuery License</h1>
moel@348
   280
<p>
moel@348
   281
This license applies to the jQuery JavaScript library.
moel@348
   282
</p>
moel@348
   283
<pre>
moel@348
   284
Copyright (c) 2012 John Resig, http://jquery.com/
moel@348
   285
moel@394
   286
Permission is hereby granted, free of charge, to any person obtaining a copy 
moel@394
   287
of this software and associated documentation files (the "Software"), to deal 
moel@394
   288
in the Software without restriction, including without limitation the rights 
moel@394
   289
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
moel@394
   290
copies of the Software, and to permit persons to whom the Software is 
moel@394
   291
furnished to do so, subject to the following conditions:
moel@348
   292
moel@394
   293
The above copyright notice and this permission notice shall be included in 
moel@394
   294
all copies or substantial portions of the Software.
moel@348
   295
moel@394
   296
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
moel@394
   297
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
moel@394
   298
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
moel@394
   299
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
moel@394
   300
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
moel@394
   301
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
moel@394
   302
THE SOFTWARE.
moel@348
   303
</pre>
moel@348
   304
moel@348
   305
<hr/>
moel@348
   306
moel@348
   307
<h1 id="Knockout">Knockout License</h1>
moel@348
   308
<p>
moel@348
   309
This license applies to the Knockout JavaScript library.
moel@348
   310
</p>
moel@348
   311
<pre>
moel@348
   312
Copyright (c) 2012 Steven Sanderson, Roy Jacobs
moel@348
   313
moel@394
   314
Permission is hereby granted, free of charge, to any person obtaining a copy 
moel@394
   315
of this software and associated documentation files (the "Software"), to deal 
moel@394
   316
in the Software without restriction, including without limitation the rights 
moel@394
   317
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
moel@394
   318
copies of the Software, and to permit persons to whom the Software is 
moel@394
   319
furnished to do so, subject to the following conditions:
moel@348
   320
moel@394
   321
The above copyright notice and this permission notice shall be included in 
moel@394
   322
all copies or substantial portions of the Software.
moel@348
   323
moel@394
   324
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
moel@394
   325
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
moel@394
   326
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
moel@394
   327
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
moel@394
   328
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
moel@394
   329
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
moel@394
   330
THE SOFTWARE.
moel@348
   331
</pre>
moel@348
   332
moel@394
   333
<hr/>
moel@348
   334
moel@394
   335
<h1 id="OxyPlot">OxyPlot License</h1>
moel@394
   336
<p>
moel@394
   337
This license applies to the OxyPlot library.
moel@394
   338
</p>
moel@394
   339
<pre>
moel@394
   340
Copyright (c) 2012 Oystein Bjorke
moel@394
   341
moel@394
   342
Permission is hereby granted, free of charge, to any person obtaining a copy 
moel@394
   343
of this software and associated documentation files (the "Software"), to deal 
moel@394
   344
in the Software without restriction, including without limitation the rights 
moel@394
   345
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
moel@394
   346
copies of the Software, and to permit persons to whom the Software is 
moel@394
   347
furnished to do so, subject to the following conditions:
moel@394
   348
moel@394
   349
The above copyright notice and this permission notice shall be included in 
moel@394
   350
all copies or substantial portions of the Software.
moel@394
   351
moel@394
   352
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
moel@394
   353
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
moel@394
   354
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
moel@394
   355
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
moel@394
   356
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
moel@394
   357
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
moel@394
   358
THE SOFTWARE.
moel@394
   359
</pre>
moel@394
   360
moel@394
   361
<hr/>
moel@394
   362
moel@394
   363
<h1 id="LINQBridge">LINQBridge License</h1>
moel@394
   364
<p>
moel@394
   365
This license applies to the LINQBridge library.
moel@394
   366
</p>
moel@394
   367
<pre>
moel@394
   368
Copyright (c) 2007-2009 Atif Aziz, Joseph Albahari. All rights reserved.
moel@394
   369
moel@394
   370
Redistribution and use in source and binary forms, with or without 
moel@394
   371
modification, are permitted provided that the following conditions 
moel@394
   372
are met:
moel@394
   373
moel@394
   374
- Redistributions of source code must retain the above copyright notice, this list 
moel@394
   375
of conditions and the following disclaimer. 
moel@394
   376
- Redistributions in binary form must reproduce the above copyright notice, this 
moel@394
   377
list of conditions and the following disclaimer in the documentation and/or other 
moel@394
   378
materials provided with the distribution. 
moel@394
   379
- Neither the name of the original authors nor the names of its contributors may 
moel@394
   380
be used to endorse or promote products derived from this software without specific 
moel@394
   381
prior written permission. 
moel@394
   382
moel@394
   383
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
moel@394
   384
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
moel@394
   385
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
moel@394
   386
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
moel@394
   387
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
moel@394
   388
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
moel@394
   389
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
moel@394
   390
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
moel@394
   391
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
moel@394
   392
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
moel@394
   393
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
moel@394
   394
moel@394
   395
</pre>
moel@348
   396
moel@344
   397
</div>
moel@344
   398
</div>
moel@344
   399
moel@344
   400
</body>
moel@344
   401
moel@344
   402
</html>