Add SLF4J license

This commit is contained in:
zzz
2025-11-24 09:49:23 -05:00
parent 21f8e77613
commit 93c57fa5a4
2 changed files with 26 additions and 3 deletions

View File

@@ -325,6 +325,11 @@ Applications:
SAM (sam.jar): SAM (sam.jar):
Public domain. 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): Streaming Lib (streaming.jar):
Public domain. 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 binary packages, therefore the licenses are not included in binary
distributions. See the source package for the additional license information. distributions. See the source package for the additional license information.
Admin Manager:
Public domain
Gradle wrapper 8.5: Gradle wrapper 8.5:
(not included in most distribution packages) (not included in most distribution packages)
Copyright (c) 2023 the original author or authors. Copyright (c) 2023 the original author or authors.

View File

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