components/golang-17/license.tools
changeset 7518 c388d4e1d3ad
parent 5331 9c955076ffe3
equal deleted inserted replaced
7517:42ae3923b8fe 7518:c388d4e1d3ad
       
     1 -----------------------------------------------------------
       
     2 ./tools-master/LICENSE
       
     3 -----------------------------------------------------------
       
     4 Copyright (c) 2009 The Go Authors. All rights reserved.
       
     5 
       
     6 Redistribution and use in source and binary forms, with or without
       
     7 modification, are permitted provided that the following conditions are
       
     8 met:
       
     9 
       
    10 * Redistributions of source code must retain the above copyright
       
    11 notice, this list of conditions and the following disclaimer.
       
    12 * Redistributions in binary form must reproduce the above
       
    13 copyright notice, this list of conditions and the following disclaimer
       
    14 in the documentation and/or other materials provided with the
       
    15 distribution.
       
    16 * Neither the name of Google Inc. nor the names of its
       
    17 contributors may be used to endorse or promote products derived from
       
    18 this software without specific prior written permission.
       
    19 
       
    20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       
    21 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       
    22 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
       
    23 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
       
    24 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
       
    25 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
       
    26 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
       
    27 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
       
    28 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
    29 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
       
    30 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    31 -----------------------------------------------------------
       
    32 ./tools-master/PATENTS
       
    33 -----------------------------------------------------------
       
    34 Additional IP Rights Grant (Patents)
       
    35 
       
    36 "This implementation" means the copyrightable works distributed by
       
    37 Google as part of the Go project.
       
    38 
       
    39 Google hereby grants to You a perpetual, worldwide, non-exclusive,
       
    40 no-charge, royalty-free, irrevocable (except as stated in this section)
       
    41 patent license to make, have made, use, offer to sell, sell, import,
       
    42 transfer and otherwise run, modify and propagate the contents of this
       
    43 implementation of Go, where such license applies only to those patent
       
    44 claims, both currently owned or controlled by Google and acquired in
       
    45 the future, licensable by Google that are necessarily infringed by this
       
    46 implementation of Go. This grant does not include claims that would be
       
    47 infringed only as a consequence of further modification of this
       
    48 implementation. If you or your agent or exclusive licensee institute or
       
    49 order or agree to the institution of patent litigation against any
       
    50 entity (including a cross-claim or counterclaim in a lawsuit) alleging
       
    51 that this implementation of Go or any code incorporated within this
       
    52 implementation of Go constitutes direct or contributory patent
       
    53 infringement, or inducement of patent infringement, then any patent
       
    54 rights granted to you under this License for this implementation of Go
       
    55 shall terminate as of the date such litigation is filed.
       
    56 -----------------------------------------------------------
       
    57 ./tools-master/cmd/present/static/jquery-ui.js:
       
    58 ./tools-master/godoc/static/jquery-ui.js:
       
    59 -----------------------------------------------------------
       
    60   1 /*! jQuery UI - v1.10.2 - 2013-03-20
       
    61   2 * http://jqueryui.com
       
    62   3 * Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.resizable.js
       
    63   4 * Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
       
    64 
       
    65 The MIT License (MIT)
       
    66 
       
    67 Copyright (c) 2013 jQuery Foundation and other contributors
       
    68 
       
    69 Permission is hereby granted, free of charge, to any person obtaining a copy
       
    70 of this software and associated documentation files (the "Software"), to deal
       
    71 in the Software without restriction, including without limitation the rights
       
    72 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
       
    73 copies of the Software, and to permit persons to whom the Software is
       
    74 furnished to do so, subject to the following conditions:
       
    75 
       
    76 The above copyright notice and this permission notice shall be included in
       
    77 all copies or substantial portions of the Software.
       
    78 
       
    79 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    80 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
    81 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
       
    82 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
    83 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
    84 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
       
    85 THE SOFTWARE.
       
    86 -----------------------------------------------------------
       
    87 ./tools-master/godoc/static/jquery.treeview.js:
       
    88 -----------------------------------------------------------
       
    89    1 /*
       
    90    2  * Treeview 1.4.1 - jQuery plugin to hide and show branches of a tree
       
    91    3  *
       
    92    4  * http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
       
    93    5  * http://docs.jquery.com/Plugins/Treeview
       
    94    6  *
       
    95    7  * Copyright (c) 2007 Jörn Zaefferer
       
    96    8  *
       
    97    9  * Dual licensed under the MIT and GPL licenses:
       
    98   10  *   http://www.opensource.org/licenses/mit-license.php
       
    99   11  *   http://www.gnu.org/licenses/gpl.html
       
   100 
       
   101 Oracle chose MIT license for jquery-plugin-treeview.
       
   102 
       
   103 The MIT License (MIT)
       
   104 
       
   105 Copyright (c) 2007 Jörn Zaefferer
       
   106 
       
   107 Permission is hereby granted, free of charge, to any person obtaining a copy
       
   108 of this software and associated documentation files (the "Software"), to deal
       
   109 in the Software without restriction, including without limitation the rights
       
   110 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
       
   111 copies of the Software, and to permit persons to whom the Software is
       
   112 furnished to do so, subject to the following conditions:
       
   113 
       
   114 The above copyright notice and this permission notice shall be included in
       
   115 all copies or substantial portions of the Software.
       
   116 
       
   117 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
   118 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
   119 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
       
   120 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
   121 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
   122 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
       
   123 THE SOFTWARE.
       
   124 -----------------------------------------------------------
       
   125 ./tools-master/godoc/static/jquery.treeview.css:
       
   126 -----------------------------------------------------------
       
   127   1 /* https://github.com/jzaefferer/jquery-treeview/blob/master/jquery.treeview.css */
       
   128   2 /* License: MIT. */
       
   129 
       
   130 The MIT License (MIT)
       
   131 
       
   132 Copyright (c) 2013 jQuery Foundation and other contributors
       
   133 
       
   134 Permission is hereby granted, free of charge, to any person obtaining a copy
       
   135 of this software and associated documentation files (the "Software"), to deal
       
   136 in the Software without restriction, including without limitation the rights
       
   137 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
       
   138 copies of the Software, and to permit persons to whom the Software is
       
   139 furnished to do so, subject to the following conditions:
       
   140 
       
   141 The above copyright notice and this permission notice shall be included in
       
   142 all copies or substantial portions of the Software.
       
   143 
       
   144 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
   145 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
   146 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
       
   147 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
   148 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
   149 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
       
   150 THE SOFTWARE.
       
   151 -----------------------------------------------------------
       
   152 ./tools-master/godoc/static/jquery.treeview.edit.js:
       
   153 -----------------------------------------------------------
       
   154   1 /* https://github.com/jzaefferer/jquery-treeview/blob/master/jquery.treeview.edit.js */
       
   155   2 /* License: MIT. */
       
   156 
       
   157 The MIT License (MIT)
       
   158 
       
   159 Copyright (c) 2013 jQuery Foundation and other contributors
       
   160 
       
   161 Permission is hereby granted, free of charge, to any person obtaining a copy
       
   162 of this software and associated documentation files (the "Software"), to deal
       
   163 in the Software without restriction, including without limitation the rights
       
   164 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
       
   165 copies of the Software, and to permit persons to whom the Software is
       
   166 furnished to do so, subject to the following conditions:
       
   167 
       
   168 The above copyright notice and this permission notice shall be included in
       
   169 all copies or substantial portions of the Software.
       
   170 
       
   171 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
   172 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
   173 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
       
   174 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
   175 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
   176 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
       
   177 THE SOFTWARE.
       
   178 -----------------------------------------------------------
       
   179 ./tools-master/godoc/static/jquery.js
       
   180 -----------------------------------------------------------
       
   181     /*! jQuery v1.8.2 jquery.com | jquery.org/license */
       
   182 
       
   183 The MIT License (MIT)
       
   184 
       
   185 Copyright (c) 2013 jQuery Foundation and other contributors
       
   186 
       
   187 Permission is hereby granted, free of charge, to any person obtaining a copy
       
   188 of this software and associated documentation files (the "Software"), to deal
       
   189 in the Software without restriction, including without limitation the rights
       
   190 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
       
   191 copies of the Software, and to permit persons to whom the Software is
       
   192 furnished to do so, subject to the following conditions:
       
   193 
       
   194 The above copyright notice and this permission notice shall be included in
       
   195 all copies or substantial portions of the Software.
       
   196 
       
   197 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
   198 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
       
   199 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
       
   200 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
       
   201 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
       
   202 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
       
   203 THE SOFTWARE.
       
   204 -----------------------------------------------------------
       
   205 ./tools-master/third_party/moduleloader/LICENSE
       
   206 -----------------------------------------------------------
       
   207 Copyright (c) 2013-2016 Guy Bedford, Luke Hoban, Addy Osmani
       
   208 
       
   209 Permission is hereby granted, free of charge, to any person
       
   210 obtaining a copy of this software and associated documentation
       
   211 files (the "Software"), to deal in the Software without
       
   212 restriction, including without limitation the rights to use,
       
   213 copy, modify, merge, publish, distribute, sublicense, and/or sell
       
   214 copies of the Software, and to permit persons to whom the
       
   215 Software is furnished to do so, subject to the following
       
   216 conditions:
       
   217 
       
   218 The above copyright notice and this permission notice shall be
       
   219 included in all copies or substantial portions of the Software.
       
   220 
       
   221 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
       
   222 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
       
   223 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
       
   224 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
       
   225 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
       
   226 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
       
   227 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
       
   228 OTHER DEALINGS IN THE SOFTWARE.
       
   229 -----------------------------------------------------------
       
   230 ./tools-master/third_party/typescript/LICENSE
       
   231 -----------------------------------------------------------
       
   232 Apache License
       
   233 
       
   234 Version 2.0, January 2004
       
   235 
       
   236 http://www.apache.org/licenses/ 
       
   237 
       
   238 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
       
   239 
       
   240 1. Definitions.
       
   241 
       
   242 "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
       
   243 
       
   244 "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
       
   245 
       
   246 "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
       
   247 
       
   248 "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
       
   249 
       
   250 "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
       
   251 
       
   252 "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
       
   253 
       
   254 "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
       
   255 
       
   256 "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
       
   257 
       
   258 "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
       
   259 
       
   260 "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
       
   261 
       
   262 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
       
   263 
       
   264 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
       
   265 
       
   266 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
       
   267 
       
   268 You must give any other recipients of the Work or Derivative Works a copy of this License; and
       
   269 
       
   270 You must cause any modified files to carry prominent notices stating that You changed the files; and
       
   271 
       
   272 You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
       
   273 
       
   274 If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
       
   275 
       
   276 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
       
   277 
       
   278 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
       
   279 
       
   280 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
       
   281 
       
   282 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
       
   283 
       
   284 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
       
   285 
       
   286 END OF TERMS AND CONDITIONS
       
   287 -----------------------------------------------------------
       
   288 ./tools-master/third_party/webcomponents/LICENSE
       
   289 -----------------------------------------------------------
       
   290 Copyright (c) 2015 The Polymer Authors. All rights reserved.
       
   291 
       
   292 Redistribution and use in source and binary forms, with or without
       
   293 modification, are permitted provided that the following conditions are
       
   294 met:
       
   295 
       
   296    * Redistributions of source code must retain the above copyright
       
   297 notice, this list of conditions and the following disclaimer.
       
   298    * Redistributions in binary form must reproduce the above
       
   299 copyright notice, this list of conditions and the following disclaimer
       
   300 in the documentation and/or other materials provided with the
       
   301 distribution.
       
   302    * Neither the name of Google Inc. nor the names of its
       
   303 contributors may be used to endorse or promote products derived from
       
   304 this software without specific prior written permission.
       
   305 
       
   306 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       
   307 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       
   308 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
       
   309 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
       
   310 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
       
   311 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
       
   312 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
       
   313 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
       
   314 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
   315 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
       
   316 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.