diff --git a/LICENSE.txt b/LICENSE.txt index fbd2d3bda..dab092ec0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -325,6 +325,11 @@ Applications: SAM (sam.jar): Public domain. + SLF4J API 2.0.17: + (not included in most distribution packages) + Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland) + See licenses/LICENSE-SLF4J.txt + Streaming Lib (streaming.jar): Public domain. @@ -361,9 +366,6 @@ The following applications and libraries are not used or bundled in binary packages, therefore the licenses are not included in binary distributions. See the source package for the additional license information. - Admin Manager: - Public domain - Gradle wrapper 8.5: (not included in most distribution packages) Copyright (c) 2023 the original author or authors. diff --git a/licenses/LICENSE-SLF4J.txt b/licenses/LICENSE-SLF4J.txt new file mode 100644 index 000000000..f687729a0 --- /dev/null +++ b/licenses/LICENSE-SLF4J.txt @@ -0,0 +1,21 @@ +Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland) +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.