Skip to content

Commit 36bfee3

Browse files
committed
Use the real Yc Pixar license fixture
1 parent 4f4d7cb commit 36bfee3

File tree

1 file changed

+165
-17
lines changed

1 file changed

+165
-17
lines changed
Lines changed: 165 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,172 @@
1-
Modified Apache 2.0 License
1+
# Modified Apache License
22

3-
Copyright 2013 Pixar
3+
_Version 2.0, January 2004_
44

5-
Licensed under the Apache License, Version 2.0 (the "Apache License")
6-
with the following modification; you may not use this file except in
7-
compliance with the Apache License and the following modification to it:
5+
_<http://www.apache.org/licenses/>_
86

9-
Section 6. Trademarks. is deleted and replaced with:
7+
_<http://graphics.pixar.com/opensubdiv/docs/license.html>_
108

11-
6. Trademarks. This License does not grant permission to use the trade
12-
names, trademarks, service marks, or product names of the Licensor
13-
and its affiliates, except as required to comply with Section 4(c) of
14-
the License and to reproduce the content of the NOTICE file.
9+
### Terms and Conditions for use, reproduction, and distribution
1510

16-
You may obtain a copy of the Apache License at
11+
#### 1. Definitions
1712

18-
http://www.apache.org/licenses/LICENSE-2.0
13+
“License” shall mean the terms and conditions for use, reproduction, and
14+
distribution as defined by Sections 1 through 9 of this document.
1915

20-
Unless required by applicable law or agreed to in writing, software
21-
distributed under the Apache License with the above modification is
22-
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
23-
KIND, either express or implied. See the Apache License for the specific
24-
language governing permissions and limitations under the Apache License.
16+
“Licensor” shall mean the copyright owner or entity authorized by the copyright
17+
owner that is granting the License.
18+
19+
“Legal Entity” shall mean the union of the acting entity and all other entities
20+
that control, are controlled by, or are under common control with that entity.
21+
For the purposes of this definition, “control” means **(i)** the power, direct or
22+
indirect, to cause the direction or management of such entity, whether by
23+
contract or otherwise, or **(ii)** ownership of fifty percent (50%) or more of the
24+
outstanding shares, or **(iii)** beneficial ownership of such entity.
25+
26+
“You” (or “Your”) shall mean an individual or Legal Entity exercising
27+
permissions granted by this License.
28+
29+
“Source” form shall mean the preferred form for making modifications, including
30+
but not limited to software source code, documentation source, and configuration
31+
files.
32+
33+
“Object” form shall mean any form resulting from mechanical transformation or
34+
translation of a Source form, including but not limited to compiled object code,
35+
generated documentation, and conversions to other media types.
36+
37+
“Work” shall mean the work of authorship, whether in Source or Object form, made
38+
available under the License, as indicated by a copyright notice that is included
39+
in or attached to the work (an example is provided in the Appendix below).
40+
41+
“Derivative Works” shall mean any work, whether in Source or Object form, that
42+
is based on (or derived from) the Work and for which the editorial revisions,
43+
annotations, elaborations, or other modifications represent, as a whole, an
44+
original work of authorship. For the purposes of this License, Derivative Works
45+
shall not include works that remain separable from, or merely link (or bind by
46+
name) to the interfaces of, the Work and Derivative Works thereof.
47+
48+
“Contribution” shall mean any work of authorship, including the original version
49+
of the Work and any modifications or additions to that Work or Derivative Works
50+
thereof, that is intentionally submitted to Licensor for inclusion in the Work
51+
by the copyright owner or by an individual or Legal Entity authorized to submit
52+
on behalf of the copyright owner. For the purposes of this definition,
53+
“submitted” means any form of electronic, verbal, or written communication sent
54+
to the Licensor or its representatives, including but not limited to
55+
communication on electronic mailing lists, source code control systems, and
56+
issue tracking systems that are managed by, or on behalf of, the Licensor for
57+
the purpose of discussing and improving the Work, but excluding communication
58+
that is conspicuously marked or otherwise designated in writing by the copyright
59+
owner as “Not a Contribution.”
60+
61+
“Contributor” shall mean Licensor and any individual or Legal Entity on behalf
62+
of whom a Contribution has been received by Licensor and subsequently
63+
incorporated within the Work.
64+
65+
#### 2. Grant of Copyright License
66+
67+
Subject to the terms and conditions of this License, each Contributor hereby
68+
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
69+
irrevocable copyright license to reproduce, prepare Derivative Works of,
70+
publicly display, publicly perform, sublicense, and distribute the Work and such
71+
Derivative Works in Source or Object form.
72+
73+
#### 3. Grant of Patent License
74+
75+
Subject to the terms and conditions of this License, each Contributor hereby
76+
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
77+
irrevocable (except as stated in this section) patent license to make, have
78+
made, use, offer to sell, sell, import, and otherwise transfer the Work, where
79+
such license applies only to those patent claims licensable by such Contributor
80+
that are necessarily infringed by their Contribution(s) alone or by combination
81+
of their Contribution(s) with the Work to which such Contribution(s) was
82+
submitted. If You institute patent litigation against any entity (including a
83+
cross-claim or counterclaim in a lawsuit) alleging that the Work or a
84+
Contribution incorporated within the Work constitutes direct or contributory
85+
patent infringement, then any patent licenses granted to You under this License
86+
for that Work shall terminate as of the date such litigation is filed.
87+
88+
#### 4. Redistribution
89+
90+
You may reproduce and distribute copies of the Work or Derivative Works thereof
91+
in any medium, with or without modifications, and in Source or Object form,
92+
provided that You meet the following conditions:
93+
94+
* **(a)** You must give any other recipients of the Work or Derivative Works a
95+
copy of this License; and
96+
* **(b)** You must cause any modified files to carry prominent notices stating
97+
that You changed the files; and
98+
* **(c)** You must retain, in the Source form of any Derivative Works that You
99+
distribute, all copyright, patent, trademark, and attribution notices from the
100+
Source form of the Work, excluding those notices that do not pertain to any part
101+
of the Derivative Works; and
102+
* **(d)** If the Work includes a “NOTICE” text file as part of its distribution,
103+
then any Derivative Works that You distribute must include a readable copy of
104+
the attribution notices contained within such NOTICE file, excluding those
105+
notices that do not pertain to any part of the Derivative Works, in at least one
106+
of the following places: within a NOTICE text file distributed as part of the
107+
Derivative Works; within the Source form or documentation, if provided along
108+
with the Derivative Works; or, within a display generated by the Derivative
109+
Works, if and wherever such third-party notices normally appear. The contents of
110+
the NOTICE file are for informational purposes only and do not modify the
111+
License. You may add Your own attribution notices within Derivative Works that
112+
You distribute, alongside or as an addendum to the NOTICE text from the Work,
113+
provided that such additional attribution notices cannot be construed as
114+
modifying the License.
115+
116+
You may add Your own copyright statement to Your modifications and may provide
117+
additional or different license terms and conditions for use, reproduction, or
118+
distribution of Your modifications, or for any such Derivative Works as a whole,
119+
provided Your use, reproduction, and distribution of the Work otherwise complies
120+
with the conditions stated in this License.
121+
122+
#### 5. Submission of Contributions
123+
124+
Unless You explicitly state otherwise, any Contribution intentionally submitted
125+
for inclusion in the Work by You to the Licensor shall be under the terms and
126+
conditions of this License, without any additional terms or conditions.
127+
Notwithstanding the above, nothing herein shall supersede or modify the terms of
128+
any separate license agreement you may have executed with Licensor regarding
129+
such Contributions.
130+
131+
#### 6. Trademarks
132+
133+
Trademarks. This License does not grant permission to use the trade names,
134+
trademarks, service marks, or product names of the Licensor and its affiliates,
135+
except as required to comply with Section 4(c) of the License and to reproduce
136+
the content of the NOTICE file.
137+
138+
#### 7. Disclaimer of Warranty
139+
140+
Unless required by applicable law or agreed to in writing, Licensor provides the
141+
Work (and each Contributor provides its Contributions) on an “AS IS” BASIS,
142+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
143+
including, without limitation, any warranties or conditions of TITLE,
144+
NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
145+
solely responsible for determining the appropriateness of using or
146+
redistributing the Work and assume any risks associated with Your exercise of
147+
permissions under this License.
148+
149+
#### 8. Limitation of Liability
150+
151+
In no event and under no legal theory, whether in tort (including negligence),
152+
contract, or otherwise, unless required by applicable law (such as deliberate
153+
and grossly negligent acts) or agreed to in writing, shall any Contributor be
154+
liable to You for damages, including any direct, indirect, special, incidental,
155+
or consequential damages of any character arising as a result of this License or
156+
out of the use or inability to use the Work (including but not limited to
157+
damages for loss of goodwill, work stoppage, computer failure or malfunction, or
158+
any and all other commercial damages or losses), even if such Contributor has
159+
been advised of the possibility of such damages.
160+
161+
#### 9. Accepting Warranty or Additional Liability
162+
163+
While redistributing the Work or Derivative Works thereof, You may choose to
164+
offer, and charge a fee for, acceptance of support, warranty, indemnity, or
165+
other liability obligations and/or rights consistent with this License. However,
166+
in accepting such obligations, You may act only on Your own behalf and on Your
167+
sole responsibility, not on behalf of any other Contributor, and only if You
168+
agree to indemnify, defend, and hold each Contributor harmless for any liability
169+
incurred by, or claims asserted against, such Contributor by reason of your
170+
accepting any such warranty or additional liability.
171+
172+
_END OF TERMS AND CONDITIONS_

0 commit comments

Comments
 (0)