diff --git a/LICENSE-binary b/LICENSE-binary index 0a9f626d7c6..352c7a77961 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -205,15 +205,17 @@ This project bundles some components that are also licensed under the Apache License Version 2.0: -audience-annotations-0.13.0 +audience-annotations-0.12.0 caffeine-2.9.3 commons-beanutils-1.9.4 commons-cli-1.4 commons-collections-3.2.2 commons-digester-2.1 +commons-io-2.11.0 commons-lang3-3.8.1 commons-logging-1.2 commons-validator-1.7 +error_prone_annotations-2.10.0 jackson-annotations-2.13.5 jackson-core-2.13.5 jackson-databind-2.13.5 @@ -250,7 +252,8 @@ netty-transport-4.1.100.Final netty-transport-classes-epoll-4.1.100.Final netty-transport-native-epoll-4.1.100.Final netty-transport-native-unix-common-4.1.100.Final -plexus-utils-3.3.0 +opentelemetry-proto-1.0.0-alpha +plexus-utils-3.3.1 reflections-0.10.2 reload4j-1.2.25 rocksdbjni-7.9.2 @@ -310,6 +313,7 @@ activation-1.1.1 MIT License argparse4j-0.7.0, see: licenses/argparse-MIT +checker-qual-3.19.0, see: licenses/checker-qual-MIT jopt-simple-5.0.4, see: licenses/jopt-simple-MIT slf4j-api-1.7.36, see: licenses/slf4j-MIT slf4j-reload4j-1.7.36, see: licenses/slf4j-MIT @@ -324,7 +328,9 @@ zstd-jni-1.5.5-6 see: licenses/zstd-jni-BSD-2-clause BSD 3-Clause jline-3.22.0, see: licenses/jline-BSD-3-clause +jsr305-3.0.2, see: licenses/jsr305-BSD-3-clause paranamer-2.8, see: licenses/paranamer-BSD-3-clause +protobuf-java-3.23.4, see: licenses/protobuf-java-BSD-3-clause --------------------------------------- Do What The F*ck You Want To Public License diff --git a/licenses/checker-qual-MIT b/licenses/checker-qual-MIT new file mode 100644 index 00000000000..89de354795e --- /dev/null +++ b/licenses/checker-qual-MIT @@ -0,0 +1,17 @@ +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. diff --git a/licenses/jsr305-BSD-3-clause b/licenses/jsr305-BSD-3-clause new file mode 100644 index 00000000000..cf30ea27779 --- /dev/null +++ b/licenses/jsr305-BSD-3-clause @@ -0,0 +1,28 @@ +Copyright (c) 2007-2009, JSR305 expert group +All rights reserved. + +http://www.opensource.org/licenses/bsd-license.php + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of the JSR305 expert group nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses/paranamer-BSD-3-clause b/licenses/paranamer-BSD-3-clause index 9eab8791863..9e2a71c2ed5 100644 --- a/licenses/paranamer-BSD-3-clause +++ b/licenses/paranamer-BSD-3-clause @@ -1,4 +1,4 @@ -[ ParaNamer used to be 'Pubic Domain', but since it includes a small piece of ASM it is now the same license as that: BSD ] +[ ParaNamer used to be 'Public Domain', but since it includes a small piece of ASM it is now the same license as that: BSD ] Portions copyright (c) 2006-2018 Paul Hammant & ThoughtWorks Inc Portions copyright (c) 2000-2007 INRIA, France Telecom diff --git a/licenses/protobuf-java-BSD-3-clause b/licenses/protobuf-java-BSD-3-clause new file mode 100644 index 00000000000..0771540c004 --- /dev/null +++ b/licenses/protobuf-java-BSD-3-clause @@ -0,0 +1,34 @@ +Copyright 2023, the original author or authors. +All rights reserved. + +https://opensource.org/licenses/BSD-3-Clause + +Redistribution and use in source and binary forms, with or +without modification, are permitted provided that the following +conditions are met: + +Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with +the distribution. + +Neither the name of JLine nor the names of its contributors +may be used to endorse or promote products derived from this +software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, +OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED +AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE.