mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
Added a licenses/ directory to core which contains a sha1 file for each JAR dependency, and one or more LICENSE files and one NOTICE file for each project. Also adds dev-tools/src/main/resources/license-check/check_license_and_sha.pl which checks that the licenses/ dir is up to date during a mvn verify, and which can be used to update the sha1 files when upgrading dependencies. Closes #2794 Closes #10684 Closes #11705
12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
ACKNOWLEDGEMENT
|
|
===============
|
|
|
|
HPPC borrowed code, ideas or both from:
|
|
|
|
* Apache Lucene, http://lucene.apache.org/
|
|
(Apache license)
|
|
* Fastutil, http://fastutil.di.unimi.it/
|
|
(Apache license)
|
|
* Koloboke, https://github.com/OpenHFT/Koloboke
|
|
(Apache license)
|