|
| 1 | +This source code is licensed under Apache-2.0 apart from the protobuf library |
| 2 | +which is licensed under BSD-3-Clause, both licenses given below. |
1 | 3 |
|
2 | 4 | Apache License
|
3 | 5 | Version 2.0, January 2004
|
|
200 | 202 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201 | 203 | See the License for the specific language governing permissions and
|
202 | 204 | limitations under the License.
|
| 205 | + |
| 206 | +------------------------------------------------------------------------------ |
| 207 | + |
| 208 | +For Google protobuf source. |
| 209 | + |
| 210 | +file: [source code root]/packages/firestore/src/protos/google/protobuf/any.proto |
| 211 | + |
| 212 | +// Protocol Buffers - Google's data interchange format |
| 213 | +// Copyright 2008 Google Inc. All rights reserved. |
| 214 | +// https://developers.google.com/protocol-buffers/ |
| 215 | +// |
| 216 | +// Redistribution and use in source and binary forms, with or without |
| 217 | +// modification, are permitted provided that the following conditions are |
| 218 | +// met: |
| 219 | +// |
| 220 | +// * Redistributions of source code must retain the above copyright |
| 221 | +// notice, this list of conditions and the following disclaimer. |
| 222 | +// * Redistributions in binary form must reproduce the above |
| 223 | +// copyright notice, this list of conditions and the following disclaimer |
| 224 | +// in the documentation and/or other materials provided with the |
| 225 | +// distribution. |
| 226 | +// * Neither the name of Google Inc. nor the names of its |
| 227 | +// contributors may be used to endorse or promote products derived from |
| 228 | +// this software without specific prior written permission. |
| 229 | +// |
| 230 | +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 231 | +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 232 | +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 233 | +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 234 | +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 235 | +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 236 | +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 237 | +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 238 | +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 239 | +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 240 | +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments