|
9 | 9 | "License" shall mean the terms and conditions for use, reproduction, |
10 | 10 | and distribution as defined by Sections 1 through 9 of this document. |
11 | 11 |
|
12 | | - "Licensor" shall mean the copyright owner or entity granting the License. |
| 12 | + "Licensor" shall mean the copyright owner or entity authorized by |
| 13 | + the copyright owner that is granting the License. |
13 | 14 |
|
14 | 15 | "Legal Entity" shall mean the union of the acting entity and all |
15 | 16 | other entities that control, are controlled by, or are under common |
|
34 | 35 | "Work" shall mean the work of authorship, whether in Source or |
35 | 36 | Object form, made available under the License, as indicated by a |
36 | 37 | copyright notice that is included in or attached to the work |
37 | | - (which shall not include communications that are solely intended |
38 | | - for the purpose of providing additional information about the License). |
| 38 | + (an example is provided in the Appendix below). |
39 | 39 |
|
40 | 40 | "Derivative Works" shall mean any work, whether in Source or Object |
41 | | - form, that is based upon (or derived from) the Work and for which the |
| 41 | + form, that is based on (or derived from) the Work and for which the |
42 | 42 | editorial revisions, annotations, elaborations, or other modifications |
43 | 43 | represent, as a whole, an original work of authorship. For the purposes |
44 | 44 | of this License, Derivative Works shall not include works that remain |
45 | 45 | separable from, or merely link (or bind by name) to the interfaces of, |
46 | | - the Work and derivative works thereof. |
| 46 | + the Work and Derivative Works thereof. |
47 | 47 |
|
48 | 48 | "Contribution" shall mean any work of authorship, including |
49 | 49 | the original version of the Work and any modifications or additions |
|
53 | 53 | the copyright owner. For the purposes of this definition, "submitted" |
54 | 54 | means any form of electronic, verbal, or written communication sent |
55 | 55 | to the Licensor or its representatives, including but not limited to |
56 | | - communication on electronic mailing lists, source code control |
57 | | - systems, and issue tracking systems that are managed by, or on behalf |
58 | | - of, the Licensor for the purpose of discussing and improving the Work, |
59 | | - but excluding communication that is conspicuously marked or otherwise |
| 56 | + communication on electronic mailing lists, source code control systems, |
| 57 | + and issue tracking systems that are managed by, or on behalf of, the |
| 58 | + Licensor for the purpose of discussing and improving the Work, but |
| 59 | + excluding communication that is conspicuously marked or otherwise |
60 | 60 | designated in writing by the copyright owner as "Not a Contribution." |
61 | 61 |
|
62 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity |
|
66 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of |
67 | 67 | this License, each Contributor hereby grants to You a perpetual, |
68 | 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
69 | | - copyright license to use, reproduce, modify, merge, publish, |
70 | | - distribute, sublicense, and/or sell copies of the Work, and to |
71 | | - permit persons to whom the Work is furnished to do so, subject to |
72 | | - the following conditions: |
73 | | - |
74 | | - The above copyright notice and this permission notice shall be |
75 | | - included in all copies or substantial portions of the Work. |
| 69 | + copyright license to reproduce, prepare Derivative Works of, |
| 70 | + publicly display, publicly perform, sublicense, and distribute the |
| 71 | + Work and such Derivative Works in Source or Object form. |
76 | 72 |
|
77 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of |
78 | 74 | this License, each Contributor hereby grants to You a perpetual, |
|
124 | 120 | that such additional attribution notices cannot be construed |
125 | 121 | as modifying the License. |
126 | 122 |
|
127 | | - You may add Your own copyright notice to Your modifications and |
| 123 | + You may add Your own copyright statement to Your modifications and |
128 | 124 | may provide additional or different license terms and conditions |
129 | 125 | for use, reproduction, or distribution of Your modifications, or |
130 | 126 | for any such Derivative Works as a whole, provided Your use, |
|
166 | 162 | other commercial damages or losses), even if such Contributor |
167 | 163 | has been advised of the possibility of such damages. |
168 | 164 |
|
169 | | - 9. Accepting Warranty or Additional Support. When redistributing |
| 165 | + 9. Accepting Warranty or Additional Liability. While redistributing |
170 | 166 | the Work or Derivative Works thereof, You may choose to offer, |
171 | 167 | and charge a fee for, acceptance of support, warranty, indemnity, |
172 | 168 | or other liability obligations and/or rights consistent with this |
|
175 | 171 | of any other Contributor, and only if You agree to indemnify, |
176 | 172 | defend, and hold each Contributor harmless for any liability |
177 | 173 | incurred by, or claims asserted against, such Contributor by reason |
178 | | - of your accepting any such warranty or additional support. |
| 174 | + of your accepting any such warranty or additional liability. |
179 | 175 |
|
180 | 176 | END OF TERMS AND CONDITIONS |
181 | 177 |
|
|
187 | 183 | the brackets!) The text should be enclosed in the appropriate |
188 | 184 | comment syntax for the file format. We also recommend that a |
189 | 185 | file or class name and description of purpose be included on the |
190 | | - same page as the copyright notice for easier identification within |
191 | | - third-party archives. |
| 186 | + same "printed page" as the copyright notice for easier |
| 187 | + identification within third-party archives. |
192 | 188 |
|
193 | | - Copyright 2024 Alfresco Python Client Contributors |
| 189 | + Copyright [yyyy] [name of copyright owner] |
194 | 190 |
|
195 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); |
196 | 192 | you may not use this file except in compliance with the License. |
197 | 193 | You may obtain a copy of the License at |
198 | 194 |
|
199 | | - http://www.apache.org/licenses/ |
| 195 | + http://www.apache.org/licenses/LICENSE-2.0 |
200 | 196 |
|
201 | 197 | Unless required by applicable law or agreed to in writing, software |
202 | 198 | distributed under the License is distributed on an "AS IS" BASIS, |
203 | 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
204 | 200 | See the License for the specific language governing permissions and |
205 | | - limitations under the License. |
| 201 | + limitations under the License. |
0 commit comments