mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
562a30d3c6
All plugins currently have their own licenses dir for the dependencyLicenses task, but core disables this and has the check inside distribution. This may have been better for maven, but for gradle it makes more sense to just use the dependencyLicenses task that automatically exists inside :core, and remove the hacked up version that is inside distribution.
21 lines
822 B
Plaintext
21 lines
822 B
Plaintext
# Jackson JSON processor
|
|
|
|
Jackson is a high-performance, Free/Open Source JSON processing library.
|
|
It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
|
|
been in development since 2007.
|
|
It is currently developed by a community of developers, as well as supported
|
|
commercially by FasterXML.com.
|
|
|
|
## Licensing
|
|
|
|
Jackson core and extension components may licensed under different licenses.
|
|
To find the details that apply to this artifact see the accompanying LICENSE file.
|
|
For more information, including possible other licensing options, contact
|
|
FasterXML.com (http://fasterxml.com).
|
|
|
|
## Credits
|
|
|
|
A list of contributors may be found from CREDITS file, which is included
|
|
in some artifacts (usually source distributions); but is always available
|
|
from the source code management (SCM) system project uses.
|