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

Side by Side Diff: third_party/protobuf/LICENSE

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 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/protobuf/DEPS ('k') | third_party/protobuf/Makefile.am » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Copyright 2008, Google Inc. 1 This license applies to all parts of Protocol Buffers except the following:
2 All rights reserved. 2
3 - Atomicops support for generic gcc, located in
4 src/google/protobuf/stubs/atomicops_internals_generic_gcc.h.
5 This file is copyrighted by Red Hat Inc.
6
7 - Atomicops support for AIX/POWER, located in
8 src/google/protobuf/stubs/atomicops_internals_power.h.
9 This file is copyrighted by Bloomberg Finance LP.
10
11 Copyright 2014, Google Inc. All rights reserved.
3 12
4 Redistribution and use in source and binary forms, with or without 13 Redistribution and use in source and binary forms, with or without
5 modification, are permitted provided that the following conditions are 14 modification, are permitted provided that the following conditions are
6 met: 15 met:
7 16
8 * Redistributions of source code must retain the above copyright 17 * Redistributions of source code must retain the above copyright
9 notice, this list of conditions and the following disclaimer. 18 notice, this list of conditions and the following disclaimer.
10 * Redistributions in binary form must reproduce the above 19 * Redistributions in binary form must reproduce the above
11 copyright notice, this list of conditions and the following disclaimer 20 copyright notice, this list of conditions and the following disclaimer
12 in the documentation and/or other materials provided with the 21 in the documentation and/or other materials provided with the
(...skipping 11 matching lines...) Expand all
24 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 33 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 34 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 35 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 36 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 38
30 Code generated by the Protocol Buffer compiler is owned by the owner 39 Code generated by the Protocol Buffer compiler is owned by the owner
31 of the input file used when generating it. This code is not 40 of the input file used when generating it. This code is not
32 standalone and requires a support library to be linked with it. This 41 standalone and requires a support library to be linked with it. This
33 support library is itself covered by the above license. 42 support library is itself covered by the above license.
OLDNEW
« no previous file with comments | « third_party/protobuf/DEPS ('k') | third_party/protobuf/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698