// ------------------------------------------------------------------
// NOTICE file corresponding to the section 4d of The Apache License,
// Version 2.0, in this case for 
// ------------------------------------------------------------------

Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

Apache Commons Compress
Copyright 2002-2013 The Apache Software Foundation

# 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.

## Copyright

Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi)

## Licensing

Jackson 2.x core and extension components are licensed under Apache License 2.0
To find the details that apply to this artifact see the accompanying LICENSE file.

## Credits

A list of contributors may be found from CREDITS(-2.x) file, which is included
in some artifacts (usually source distributions); but is always available
from the source code management (SCM) system project uses.

## FastDoubleParser

jackson-core bundles a shaded copy of FastDoubleParser <https://github.com/wrandelshofer/FastDoubleParser>.
That code is available under an MIT license <https://github.com/wrandelshofer/FastDoubleParser/blob/main/LICENSE>
under the following copyright.

See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser
and the licenses and copyrights that apply to that code.

# Notices for osgi

This content is produced and maintained by the OSGi Specification Project.

 * Project home: https://projects.eclipse.org/projects/technology.osgi

## Trademarks

OSGi and the OSGi Logo are trademarks of the Eclipse Foundation. Eclipse and
the Eclipse Logo are registered trademarks of the Eclipse Foundation.

All content is the property of the respective authors or their employers.
For more information regarding authorship of content, please consult the
listed source code repository logs.

## Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Apache License, Version 2.0 which is available at
http://www.apache.org/licenses/LICENSE-2.0

SPDX-License-Identifier: Apache-2.0

## Source Code

The project maintains the following source code repositories:

 * https://github.com/osgi/osgi.git

## Third-party Content

The Content may include items that have been sourced from third parties as follows:</p>

JUnit

 * License: CPL-1.0 (JUnit 3), EPL-1.0 (JUnit 4), EPL-2.0 (JUnit 5)
 * Project: https://junit.org/
 * Source: https://github.com/junit-team

Apache Software Foundation

 * License: Apache-2.0
 * Project: https://apache.org/
 * Source: https://github.com/apache/

