Licenses/License.html
author sl
Thu, 01 Jan 2015 23:35:49 +0100
changeset 405 5715aefd2bcc
parent 344 3145aadca3d2
permissions -rw-r--r--
SharpDisplay: Migrating to new robust client scheme.
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2 
     3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
     4    - License, v. 2.0. If a copy of the MPL was not distributed with this
     5    - file, You can obtain one at http://mozilla.org/MPL/2.0/.  -->
     6 
     7 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
     8 <head>
     9 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    10 <title>Open Hardware Monitor - License</title>
    11 <style type="text/css" media="screen">
    12 
    13 body {
    14 	font: message-box;
    15 	color: #333333;
    16 	background: #f2f2f2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAJYCAQAAAAJAkQUAAAAAXNSR0IArs4c6QAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2wMeFQUPtG6UfwAAAE1JREFUOMtjWPOfiYFhaCBGhiHj1CHnbMZR99DLGYw01sJItCwjWWYyEifFSMgoRhINIUkjE/VMptwKGhlLdpiQEfiUpwfqcokUIVoQAL0FBqEjZ7+VAAAAAElFTkSuQmCC) repeat-x top;
    17 	*background: #f2f2f2;
    18 	padding: 5px;
    19 }
    20      
    21 dt {
    22 	font-weight: bold;
    23 }   
    24 
    25 #page  {
    26 	clear: both;
    27 	max-width: 800px;	
    28 	margin:10px auto;
    29 	background: #ffffff;
    30 	border-radius: 5px;
    31 	-moz-border-radius: 5px;
    32 	-webkit-border-radius: 5px;
    33 	box-shadow: 0px 0px 5px #777;
    34 	-moz-box-shadow: 0px 0px 5px #777;
    35 	-webkit-box-shadow: 0px 0px 5px #777;
    36 }
    37 
    38 #content {
    39 	clear: both;
    40 	min-height: 600px; 
    41 	min-width: 700px;
    42 	padding-top: 20px;	
    43 	padding-bottom: 20px;	
    44 	padding-left: 30px;
    45 	padding-right: 30px;
    46 }
    47 
    48 </style>
    49 </head>
    50 
    51 <body>
    52 
    53 <div id="page">
    54 <div id="content">
    55 
    56 <h1>Open Hardware Monitor License</h1>
    57 
    58 <p> 
    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).
    60 </p>
    61 
    62 <p>
    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).
    64 </p>
    65 
    66 <ul>
    67 <li><a href="#mozilla-public-license-version-2.0">Mozilla Public License 2.0</a></li>
    68 </ul>
    69     
    70 <p>
    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. 
    72 </p>
    73     
    74 <ul>
    75 <li><a href="#Aga.Controls">Aga.Controls License</a></li>
    76 <li><a href="#WinRing0">WinRing0 License</a></li>
    77 <li><a href="#jQuery">jQuery License</a></li>
    78 <li><a href="#Knockout">Knockout License</a></li>
    79 </ul>
    80 
    81 <br/>
    82 <hr/>
    83 
    84 <h1 id="mozilla-public-license-version-2.0">Mozilla Public License 2.0</h1>
    85 <h2 id="definitions">1. Definitions</h2>
    86 <dl>
    87 <dt>1.1. “Contributor”</dt>
    88 <dd><p>means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software.</p>
    89 </dd>
    90 <dt>1.2. “Contributor Version”</dt>
    91 <dd><p>means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor’s Contribution.</p>
    92 </dd>
    93 <dt>1.3. “Contribution”</dt>
    94 <dd><p>means Covered Software of a particular Contributor.</p>
    95 </dd>
    96 <dt>1.4. “Covered Software”</dt>
    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>
    98 </dd>
    99 <dt>1.5. “Incompatible With Secondary Licenses”</dt>
   100 <dd><p>means</p>
   101 <ol type="a">
   102 <li><p>that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or</p></li>
   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>
   104 </ol>
   105 </dd>
   106 <dt>1.6. “Executable Form”</dt>
   107 <dd><p>means any form of the work other than Source Code Form.</p>
   108 </dd>
   109 <dt>1.7. “Larger Work”</dt>
   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>
   111 </dd>
   112 <dt>1.8. “License”</dt>
   113 <dd><p>means this document.</p>
   114 </dd>
   115 <dt>1.9. “Licensable”</dt>
   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>
   117 </dd>
   118 <dt>1.10. “Modifications”</dt>
   119 <dd><p>means any of the following:</p>
   120 <ol type="a">
   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>
   122 <li><p>any new file in Source Code Form that contains any Covered Software.</p></li>
   123 </ol>
   124 </dd>
   125 <dt>1.11. “Patent Claims” of a Contributor</dt>
   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>
   127 </dd>
   128 <dt>1.12. “Secondary License”</dt>
   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>
   130 </dd>
   131 <dt>1.13. “Source Code Form”</dt>
   132 <dd><p>means the form of the work preferred for making modifications.</p>
   133 </dd>
   134 <dt>1.14. “You” (or “Your”)</dt>
   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>
   136 </dd>
   137 </dl>
   138 <h2 id="license-grants-and-conditions">2. License Grants and Conditions</h2>
   139 <h3 id="grants">2.1. Grants</h3>
   140 <p>Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license:</p>
   141 <ol type="a">
   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>
   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>
   144 </ol>
   145 <h3 id="effective-date">2.2. Effective Date</h3>
   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>
   147 <h3 id="limitations-on-grant-scope">2.3. Limitations on Grant Scope</h3>
   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>
   149 <ol type="a">
   150 <li><p>for any code that a Contributor has removed from Covered Software; or</p></li>
   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>
   152 <li><p>under Patent Claims infringed by Covered Software in the absence of its Contributions.</p></li>
   153 </ol>
   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>
   155 <h3 id="subsequent-licenses">2.4. Subsequent Licenses</h3>
   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>
   157 <h3 id="representation">2.5. Representation</h3>
   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>
   159 <h3 id="fair-use">2.6. Fair Use</h3>
   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>
   161 <h3 id="conditions">2.7. Conditions</h3>
   162 <p>Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section&nbsp;2.1.</p>
   163 <h2 id="responsibilities">3. Responsibilities</h2>
   164 <h3 id="distribution-of-source-form">3.1. Distribution of Source Form</h3>
   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>
   166 <h3 id="distribution-of-executable-form">3.2. Distribution of Executable Form</h3>
   167 <p>If You distribute Covered Software in Executable Form then:</p>
   168 <ol type="a">
   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>
   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>
   171 </ol>
   172 <h3 id="distribution-of-a-larger-work">3.3. Distribution of a Larger Work</h3>
   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>
   174 <h3 id="notices">3.4. Notices</h3>
   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>
   176 <h3 id="application-of-additional-terms">3.5. Application of Additional Terms</h3>
   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>
   178 <h2 id="inability-to-comply-due-to-statute-or-regulation">4. Inability to Comply Due to Statute or Regulation</h2>
   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>
   180 <h2 id="termination">5. Termination</h2>
   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>
   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>
   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>
   184 <h2 id="disclaimer-of-warranty">6. Disclaimer of Warranty</h2>
   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>
   186 <h2 id="limitation-of-liability">7. Limitation of Liability</h2>
   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>
   188 <h2 id="litigation">8. Litigation</h2>
   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>
   190 <h2 id="miscellaneous">9. Miscellaneous</h2>
   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>
   192 <h2 id="versions-of-the-license">10. Versions of the License</h2>
   193 <h3 id="new-versions">10.1. New Versions</h3>
   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>
   195 <h3 id="effect-of-new-versions">10.2. Effect of New Versions</h3>
   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>
   197 <h3 id="modified-versions">10.3. Modified Versions</h3>
   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>
   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>
   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>
   201 <h2 id="exhibit-a---source-code-form-license-notice">Exhibit A - Source Code Form License Notice</h2>
   202 <blockquote>
   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>
   204 </blockquote>
   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>
   206 <p>You may add additional accurate notices of copyright ownership.</p>
   207 <h2 id="exhibit-b---incompatible-with-secondary-licenses-notice">Exhibit B - “Incompatible With Secondary Licenses” Notice</h2>
   208 <blockquote>
   209 <p>This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0.</p>
   210 </blockquote>
   211 
   212 <hr/>
   213 
   214 <h1 id="Aga.Controls">Aga.Controls License</h1>
   215 <p>
   216 This license applies to the Aga.Controls assembly (TreeViewAdv component).
   217 </p>
   218 <pre>
   219 Copyright (c) 2009, Andrey Gliznetsov (a.gliznetsov@gmail.com)
   220 
   221 All rights reserved.
   222 
   223 Redistribution and use in source and binary forms, with or without modification,
   224 are permitted provided that the following conditions are met
   225 
   226 - Redistributions of source code must retain the above copyright notice, this list
   227 of conditions and the following disclaimer.
   228 - Redistributions in binary form must reproduce the above copyright notice, this
   229 list of conditions and the following disclaimer in the documentation andor other
   230 materials provided with the distribution.
   231 
   232 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   233 AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   234 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   235 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
   236 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   237 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   238 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   239 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   240 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   241 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   242 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   243 </pre>
   244 
   245 <hr/>
   246 
   247 <h1 id="WinRing0">WinRing0 License</h1>
   248 <p>
   249 This license applies to the WinRing0 device drivers.
   250 </p>
   251 <pre>
   252 Copyright (c) 2007-2009 OpenLibSys.org. All rights reserved.
   253 
   254 Redistribution and use in source and binary forms, with or without
   255 modification, are permitted provided that the following conditions
   256 are met:
   257 1. Redistributions of source code must retain the above copyright
   258    notice, this list of conditions and the following disclaimer.
   259 2. Redistributions in binary form must reproduce the above copyright
   260    notice, this list of conditions and the following disclaimer in the
   261    documentation and/or other materials provided with the distribution.
   262 
   263 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   264 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   265 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   266 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   267 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   268 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   269 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   270 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   271 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   272 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   273 </pre>
   274 
   275 <hr/>
   276 
   277 <h1 id="jQuery">jQuery License</h1>
   278 <p>
   279 This license applies to the jQuery JavaScript library.
   280 </p>
   281 <pre>
   282 Copyright (c) 2012 John Resig, http://jquery.com/
   283 
   284 Permission is hereby granted, free of charge, to any person obtaining
   285 a copy of this software and associated documentation files (the
   286 "Software"), to deal in the Software without restriction, including
   287 without limitation the rights to use, copy, modify, merge, publish,
   288 distribute, sublicense, and/or sell copies of the Software, and to
   289 permit persons to whom the Software is furnished to do so, subject to
   290 the following conditions:
   291 
   292 The above copyright notice and this permission notice shall be
   293 included in all copies or substantial portions of the Software.
   294 
   295 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   296 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   297 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   298 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
   299 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
   300 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   301 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   302 </pre>
   303 
   304 <hr/>
   305 
   306 <h1 id="Knockout">Knockout License</h1>
   307 <p>
   308 This license applies to the Knockout JavaScript library.
   309 </p>
   310 <pre>
   311 Copyright (c) 2012 Steven Sanderson, Roy Jacobs
   312 
   313 Permission is hereby granted, free of charge, to any person obtaining
   314 a copy of this software and associated documentation files (the
   315 "Software"), to deal in the Software without restriction, including
   316 without limitation the rights to use, copy, modify, merge, publish,
   317 distribute, sublicense, and/or sell copies of the Software, and to
   318 permit persons to whom the Software is furnished to do so, subject to
   319 the following conditions:
   320 
   321 The above copyright notice and this permission notice shall be
   322 included in all copies or substantial portions of the Software.
   323 
   324 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   325 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   326 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   327 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
   328 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
   329 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   330 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   331 </pre>
   332 
   333 
   334 
   335 </div>
   336 </div>
   337 
   338 </body>
   339 
   340 </html>