Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Copyright 2016 The CLD3 Authors. All rights reserved. | |
|
Andrew Hayden (chromium.org)
2016/06/30 07:25:13
I don't think you need this up here but I see you
Anton Bakalov
2016/07/18 23:41:25
Acknowledged.
| |
| 1 | 2 |
| 2 Apache License | 3 Apache License |
| 3 Version 2.0, January 2004 | 4 Version 2.0, January 2004 |
| 4 http://www.apache.org/licenses/ | 5 http://www.apache.org/licenses/ |
| 5 | 6 |
| 6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | 7 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
| 7 | 8 |
| 8 1. Definitions. | 9 1. Definitions. |
| 9 | 10 |
| 10 "License" shall mean the terms and conditions for use, reproduction, | 11 "License" shall mean the terms and conditions for use, reproduction, |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 180 | 181 |
| 181 To apply the Apache License to your work, attach the following | 182 To apply the Apache License to your work, attach the following |
| 182 boilerplate notice, with the fields enclosed by brackets "[]" | 183 boilerplate notice, with the fields enclosed by brackets "[]" |
| 183 replaced with your own identifying information. (Don't include | 184 replaced with your own identifying information. (Don't include |
| 184 the brackets!) The text should be enclosed in the appropriate | 185 the brackets!) The text should be enclosed in the appropriate |
| 185 comment syntax for the file format. We also recommend that a | 186 comment syntax for the file format. We also recommend that a |
| 186 file or class name and description of purpose be included on the | 187 file or class name and description of purpose be included on the |
| 187 same "printed page" as the copyright notice for easier | 188 same "printed page" as the copyright notice for easier |
| 188 identification within third-party archives. | 189 identification within third-party archives. |
| 189 | 190 |
| 190 Copyright 2007-2009 Google Inc. | 191 Copyright 2016, The CLD3 Authors. |
| 191 Copyright 2007-2009 WebDriver committers | |
| 192 | 192 |
| 193 Licensed under the Apache License, Version 2.0 (the "License"); | 193 Licensed under the Apache License, Version 2.0 (the "License"); |
| 194 you may not use this file except in compliance with the License. | 194 you may not use this file except in compliance with the License. |
| 195 You may obtain a copy of the License at | 195 You may obtain a copy of the License at |
| 196 | 196 |
| 197 http://www.apache.org/licenses/LICENSE-2.0 | 197 http://www.apache.org/licenses/LICENSE-2.0 |
| 198 | 198 |
| 199 Unless required by applicable law or agreed to in writing, software | 199 Unless required by applicable law or agreed to in writing, software |
| 200 distributed under the License is distributed on an "AS IS" BASIS, | 200 distributed under the License is distributed on an "AS IS" BASIS, |
| 201 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 201 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 202 See the License for the specific language governing permissions and | 202 See the License for the specific language governing permissions and |
| 203 limitations under the License. | 203 limitations under the License. |
| 204 | |
| OLD | NEW |