enso/distribution/engine/THIRD-PARTY/com.google.guava.guava-29.0-jre/NOTICES
Radosław Waśko 989aa4b7d7
Initial Legal Review (#1210)
The reports will now be sent to the legal team for review.
2020-10-19 10:50:12 +02:00

74 lines
2.3 KiB
Plaintext

/*
* This method was rewritten in Java from an intermediate step of the Murmur hash function in
* http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp, which contained the
* following header:
*
* MurmurHash3 was written by Austin Appleby, and is placed in the public domain. The author
* hereby disclaims copyright to this source code.
*/
/*
* Copyright 2019 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
Copyright (C) 2006 The Guava Authors
/*
* MurmurHash3 was written by Austin Appleby, and is placed in the public
* domain. The author hereby disclaims copyright to this source code.
*/
/*
* Copyright (C) 2005 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
Copyright (C) 2011 The Guava Authors.
Copyright (C) 2017 The Guava Authors
Copyright (C) 2018 The Guava Authors
Copyright (C) 2020 The Guava Authors
Copyright (C) 2016 The Guava Authors
Copyright (C) 2011 The Guava Authors
Copyright (C) 2010 The Guava Authors
Copyright (C) 2019 The Guava Authors
Copyright (C) 2007 The Guava Authors
Copyright (C) 2013 The Guava Authors
Copyright (C) 2008 The Guava Authors
Copyright (C) 2012 The Guava Authors
Copyright (C) 2014 The Guava Authors
Copyright (C) 2015 The Guava Authors
Copyright (C) 2009 The Guava Authors