Chromium Code Reviews

Side by Side Diff: third_party/oauth2client/LICENSE

Issue 183793010: Added OAuth2 authentication to apply_issue (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Style and bug fixes Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
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 182 matching lines...)
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.
OLDNEW

Powered by Google App Engine