NOTICE 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. # Jackson JSON processor
  2. Jackson is a high-performance, Free/Open Source JSON processing library.
  3. It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
  4. been in development since 2007.
  5. It is currently developed by a community of developers.
  6. ## Copyright
  7. Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi)
  8. ## Licensing
  9. Jackson 2.x core and extension components are licensed under Apache License 2.0
  10. To find the details that apply to this artifact see the accompanying LICENSE file.
  11. ## Credits
  12. A list of contributors may be found from CREDITS(-2.x) file, which is included
  13. in some artifacts (usually source distributions); but is always available
  14. from the source code management (SCM) system project uses.
  15. ## FastDoubleParser
  16. jackson-core bundles a shaded copy of FastDoubleParser <https://github.com/wrandelshofer/FastDoubleParser>.
  17. That code is available under an MIT license <https://github.com/wrandelshofer/FastDoubleParser/blob/main/LICENSE>
  18. under the following copyright.
  19. Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
  20. See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser
  21. and the licenses and copyrights that apply to that code.