@@ -359,6 +359,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
359
359
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
360
360
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
361
361
362
+ ###############################################################################
363
+ Googlemock - The google C++ mocking framework
364
+ ###############################################################################
365
+ Copyright 2008, Google Inc.
366
+ All rights reserved.
367
+
368
+ Redistribution and use in source and binary forms, with or without
369
+ modification, are permitted provided that the following conditions are
370
+ met:
371
+
372
+ * Redistributions of source code must retain the above copyright
373
+ notice, this list of conditions and the following disclaimer.
374
+ * Redistributions in binary form must reproduce the above
375
+ copyright notice, this list of conditions and the following disclaimer
376
+ in the documentation and/or other materials provided with the
377
+ distribution.
378
+ * Neither the name of Google Inc. nor the names of its
379
+ contributors may be used to endorse or promote products derived from
380
+ this software without specific prior written permission.
381
+
382
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
383
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
384
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
385
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
386
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
387
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
388
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
389
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
390
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
391
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
392
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
393
+
362
394
###############################################################################
363
395
Murmurhash2 - non-cryptographic hash function suitable for general hash-based lookup
364
396
###############################################################################
0 commit comments