Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | 1 |
| 2 Apache License | 2 Apache License |
| 3 Version 2.0, January 2004 | 3 Version 2.0, January 2004 |
| 4 http://www.apache.org/licenses/ | 4 http://www.apache.org/licenses/ |
| 5 | 5 |
| 6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | 6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
| 7 | 7 |
| 8 1. Definitions. | 8 1. Definitions. |
| 9 | 9 |
| 10 "License" shall mean the terms and conditions for use, reproduction, | 10 "License" shall mean the terms and conditions for use, reproduction, |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 180 | 180 |
| 181 To apply the Apache License to your work, attach the following | 181 To apply the Apache License to your work, attach the following |
| 182 boilerplate notice, with the fields enclosed by brackets "[]" | 182 boilerplate notice, with the fields enclosed by brackets "[]" |
| 183 replaced with your own identifying information. (Don't include | 183 replaced with your own identifying information. (Don't include |
| 184 the brackets!) The text should be enclosed in the appropriate | 184 the brackets!) The text should be enclosed in the appropriate |
| 185 comment syntax for the file format. We also recommend that a | 185 comment syntax for the file format. We also recommend that a |
| 186 file or class name and description of purpose be included on the | 186 file or class name and description of purpose be included on the |
| 187 same "printed page" as the copyright notice for easier | 187 same "printed page" as the copyright notice for easier |
| 188 identification within third-party archives. | 188 identification within third-party archives. |
| 189 | 189 |
| 190 Copyright [yyyy] [name of copyright owner] | 190 Copyright [yyyy] [name of copyright owner] |
|
felt
2014/10/07 17:28:21
^ this is missing the copyright year and name of c
dzhioev (left Google)
2014/10/08 17:53:07
This line should not be changed, because it is a p
| |
| 191 | 191 |
| 192 Licensed under the Apache License, Version 2.0 (the "License"); | 192 Licensed under the Apache License, Version 2.0 (the "License"); |
| 193 you may not use this file except in compliance with the License. | 193 you may not use this file except in compliance with the License. |
| 194 You may obtain a copy of the License at | 194 You may obtain a copy of the License at |
| 195 | 195 |
| 196 http://www.apache.org/licenses/LICENSE-2.0 | 196 http://www.apache.org/licenses/LICENSE-2.0 |
| 197 | 197 |
| 198 Unless required by applicable law or agreed to in writing, software | 198 Unless required by applicable law or agreed to in writing, software |
| 199 distributed under the License is distributed on an "AS IS" BASIS, | 199 distributed under the License is distributed on an "AS IS" BASIS, |
| 200 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 200 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 201 See the License for the specific language governing permissions and | 201 See the License for the specific language governing permissions and |
| 202 limitations under the License. | 202 limitations under the License. |
| OLD | NEW |