blob: f086efdba7cb98f06aa7fa1be5ead75a84a5c5c0 [file] [log] [blame]
Feng Xiao9ae3b0b2014-11-11 15:13:58 -08001This license applies to all parts of Protocol Buffers except the following:
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_aix.h.
9 This file is copyrighted by Bloomberg Finance LP.
10
Feng Xiao49bc8c02014-11-20 14:27:46 -080011 - Andorid.mk, which is copyrighted by The Android Open Source Project.
12
Feng Xiao9ae3b0b2014-11-11 15:13:58 -080013Copyright 2014, Google Inc. All rights reserved.
temporal40ee5512008-07-10 02:12:20 +000014
kenton@google.com24bf56f2008-09-24 20:31:01 +000015Redistribution and use in source and binary forms, with or without
16modification, are permitted provided that the following conditions are
17met:
temporal40ee5512008-07-10 02:12:20 +000018
kenton@google.com24bf56f2008-09-24 20:31:01 +000019 * Redistributions of source code must retain the above copyright
20notice, this list of conditions and the following disclaimer.
21 * Redistributions in binary form must reproduce the above
22copyright notice, this list of conditions and the following disclaimer
23in the documentation and/or other materials provided with the
24distribution.
25 * Neither the name of Google Inc. nor the names of its
26contributors may be used to endorse or promote products derived from
27this software without specific prior written permission.
temporal40ee5512008-07-10 02:12:20 +000028
kenton@google.com24bf56f2008-09-24 20:31:01 +000029THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
kenton@google.comc7f06b22008-09-30 18:30:23 +000040
41Code generated by the Protocol Buffer compiler is owned by the owner
42of the input file used when generating it. This code is not
43standalone and requires a support library to be linked with it. This
44support library is itself covered by the above license.