Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Side by Side Diff: third_party/flatbuffers/LICENSE

Issue 1907603005: Add a dependency for FlatBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments on license Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/flatbuffers/BUILD.gn ('k') | third_party/flatbuffers/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
1 Apache License 2 Apache License
2 Version 2.0, January 2004 3 Version 2.0, January 2004
3 http://www.apache.org/licenses/ 4 http://www.apache.org/licenses/
4 5
5 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6 7
7 1. Definitions. 8 1. Definitions.
8 9
9 "License" shall mean the terms and conditions for use, reproduction, 10 "License" shall mean the terms and conditions for use, reproduction,
10 and distribution as defined by Sections 1 through 9 of this document. 11 and distribution as defined by Sections 1 through 9 of this document.
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 180
180 To apply the Apache License to your work, attach the following 181 To apply the Apache License to your work, attach the following
181 boilerplate notice, with the fields enclosed by brackets "[]" 182 boilerplate notice, with the fields enclosed by brackets "[]"
182 replaced with your own identifying information. (Don't include 183 replaced with your own identifying information. (Don't include
183 the brackets!) The text should be enclosed in the appropriate 184 the brackets!) The text should be enclosed in the appropriate
184 comment syntax for the file format. We also recommend that a 185 comment syntax for the file format. We also recommend that a
185 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
186 same "printed page" as the copyright notice for easier 187 same "printed page" as the copyright notice for easier
187 identification within third-party archives. 188 identification within third-party archives.
188 189
189 Copyright 2013 Google Inc. 190 Copyright 2014 Google Inc.
190 191
191 Licensed under the Apache License, Version 2.0 (the "License"); 192 Licensed under the Apache License, Version 2.0 (the "License");
192 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.
193 You may obtain a copy of the License at 194 You may obtain a copy of the License at
194 195
195 http://www.apache.org/licenses/LICENSE-2.0 196 http://www.apache.org/licenses/LICENSE-2.0
196 197
197 Unless required by applicable law or agreed to in writing, software 198 Unless required by applicable law or agreed to in writing, software
198 distributed under the License is distributed on an "AS IS" BASIS, 199 distributed under the License is distributed on an "AS IS" BASIS,
199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 See the License for the specific language governing permissions and 201 See the License for the specific language governing permissions and
201 limitations under the License. 202 limitations under the License.
OLDNEW
« no previous file with comments | « third_party/flatbuffers/BUILD.gn ('k') | third_party/flatbuffers/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698