CoolFace
Apppublic

gaarafacehugger/thisIDdoesntexist

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
license.html154 linesDownload Raw Back to docs
1<!DOCTYPE html>2<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">3<head>4  <meta charset="utf-8"/>5  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>6  <title>Nvidia Source Code License-NC</title>7  <link href="https://fonts.googleapis.com/css?family=Helvetica+Neue" rel="stylesheet"/>8  <style type="text/css">9 10  body {11      font-family: 'Helvetica Neue', sans-serif;12      color: #000000;13      line-height: 1.5;14  }15 16  h1, h2, h3, h4, h5, h6 {17      color: #92D050;18      font-weight: normal;19  }20 21  h1 {22      line-height: 1.2;23      font-size: 2em;24      margin-top: 1.5em;25  }26 27  p {28    margin-left: 0px;29    margin-right: 0px;30    margin-top: 0.75em;31    margin-bottom: 0.75em;32  }33 34  p.tab {35    margin-left: 3em;36  }37 38  hr {39    border: 0px;40    height: 1px;41    background: #CCCCCC;42  }43 44  @media screen and (min-width: 680px) {45      .max-width {46          margin: 0 100px 0 170px;47          max-width: 640px;48      }49  }50  @media screen and (min-width: 980px) {51      .max-width {52          margin: 0 auto;53      }54  }55  </style>56</head>57<body class="max-width">58 59<h1>NVIDIA Source Code License for StyleGAN2 with Adaptive Discriminator Augmentation (ADA)</h1>60 61<hr/>62 63<h2>1. Definitions</h2>64 65<p>&ldquo;Licensor&rdquo; means any person or entity that distributes its Work.</p>66 67<p>&ldquo;Software&rdquo; means the original work of authorship made available under68this License.</p>69 70<p>&ldquo;Work&rdquo; means the Software and any additions to or derivative works of71the Software that are made available under this License.</p>72 73<p>The terms &ldquo;reproduce,&rdquo; &ldquo;reproduction,&rdquo; &ldquo;derivative works,&rdquo; and74&ldquo;distribution&rdquo; have the meaning as provided under U.S. copyright law;75provided, however, that for the purposes of this License, derivative76works shall not include works that remain separable from, or merely77link (or bind by name) to the interfaces of, the Work.</p>78 79<p>Works, including the Software, are &ldquo;made available&rdquo; under this License80by including in or with the Work either (a) a copyright notice81referencing the applicability of this License to the Work, or (b) a82copy of this License.<p>83 84<h2>2. License Grants</h2>85 86<p class="tab">2.1 Copyright Grant. Subject to the terms and conditions of this87License, each Licensor grants to you a perpetual, worldwide,88non-exclusive, royalty-free, copyright license to reproduce,89prepare derivative works of, publicly display, publicly perform,90sublicense and distribute its Work and any resulting derivative91works in any form.</p>92 93<h2>3. Limitations</h2>94 95<p class="tab">3.1 Redistribution. You may reproduce or distribute the Work only96if (a) you do so under this License, (b) you include a complete97copy of this License with your distribution, and (c) you retain98without modification any copyright, patent, trademark, or99attribution notices that are present in the Work.</p>100 101<p class="tab">3.2 Derivative Works. You may specify that additional or different102terms apply to the use, reproduction, and distribution of your103derivative works of the Work (&ldquo;Your Terms&rdquo;) only if (a) Your Terms104provide that the use limitation in Section 3.3 applies to your105derivative works, and (b) you identify the specific derivative106works that are subject to Your Terms. Notwithstanding Your Terms,107this License (including the redistribution requirements in Section1083.1) will continue to apply to the Work itself.</p>109 110<p class="tab">3.3 Use Limitation. The Work and any derivative works thereof only may be used or intended for111use non-commercially. Notwithstanding the foregoing, NVIDIA and its affiliates may use the Work112and any derivative works commercially. As used herein, &ldquo;non-commercially&rdquo; means for research or113evaluation purposes only.114 115<p class="tab">3.4 Patent Claims. If you bring or threaten to bring a patent claim116against any Licensor (including any claim, cross-claim or117counterclaim in a lawsuit) to enforce any patents that you allege118are infringed by any Work, then your rights under this License from119such Licensor (including the grant in Section 2.1) will terminate immediately.120 121<p class="tab">3.5 Trademarks. This License does not grant any rights to use any122Licensor&rsquo;s or its affiliates&rsquo; names, logos, or trademarks, except123as necessary to reproduce the notices described in this License.</p>124 125<p class="tab">3.6 Termination. If you violate any term of this License, then your126rights under this License (including the grant in Section 2.1)127will terminate immediately.</p>128 129<h2>4. Disclaimer of Warranty.</h2>130 131<p>THE WORK IS PROVIDED &ldquo;AS IS&rdquo; WITHOUT WARRANTIES OR CONDITIONS OF ANY132KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OR CONDITIONS OF133MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE OR134NON-INFRINGEMENT. YOU BEAR THE RISK OF UNDERTAKING ANY ACTIVITIES UNDER135THIS LICENSE.</p>136 137<h2>5. Limitation of Liability.</h2>138 139<p>EXCEPT AS PROHIBITED BY APPLICABLE LAW, IN NO EVENT AND UNDER NO LEGAL140THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE141SHALL ANY LICENSOR BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,142INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF143OR RELATED TO THIS LICENSE, THE USE OR INABILITY TO USE THE WORK144(INCLUDING BUT NOT LIMITED TO LOSS OF GOODWILL, BUSINESS INTERRUPTION,145LOST PROFITS OR DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY OTHER146COMMERCIAL DAMAGES OR LOSSES), EVEN IF THE LICENSOR HAS BEEN ADVISED OF147THE POSSIBILITY OF SUCH DAMAGES.</p>148 149<hr/>150<br/>151 152</body>153</html>154