tis.ratis-resource-bundle.3.1.1.source-code.supplemental-models.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ratis-resource-bundle
Show all versions of ratis-resource-bundle
licensing info for use when bundling works
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <supplementalDataModels xmlns="http://maven.apache.org/supplemental-model/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/supplemental-model/1.0.0 http://maven.apache.org/xsd/supplemental-model-1.0.0.xsd"> <!-- All of the below missing / ambiguous / full text license info verified at dependency source --> <!-- Artifacts with ambiguously named licenses in POM --> <supplement> <project> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>com.beust</groupId> <artifactId>jcommander</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-ganglia</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>org.apache.tomcat</groupId> <artifactId>annotations-api</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <!-- [INFO] +- org.mockito:mockito-core:jar:4.3.1:test [INFO] | +- net.bytebuddy:byte-buddy:jar:1.12.7:test [INFO] | +- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test [INFO] | \- org.objenesis:objenesis:jar:3.2:test --> <supplement> <project> <groupId>org.objenesis</groupId> <artifactId>objenesis</artifactId> <version>3.2</version> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> <version>1.12.7</version> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> <version>1.12.7</version> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project> </supplement> <!-- Permissive licenses that need text in LICENSE --> <supplement> <project> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <name>Protocol Buffer Java API</name> <licenses> <license> <!-- Note that the link is to the BSD 2-Clause, but the text provided is the 3-Clause :( --> <name>New BSD license</name> <url>http://www.opensource.org/licenses/bsd-license.php</url> <distribution>repo</distribution> <comments> Copyright 2008, Google Inc. All rights reserved. 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 Google Inc. 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. Code generated by the Protocol Buffer compiler is owned by the owner of the input file used when generating it. This code is not standalone and requires a support library to be linked with it. This support library is itself covered by the above license. </comments> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <name>SLF4J API Module</name> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> <comments> Copyright (c) 2004-2013 QOS.ch </comments> </license> </licenses> </project> </supplement> <supplement> <project> <groupId>org.slf4j</groupId> <artifactId>slf4j-reload4j</artifactId> <name>SLF4J Reload4j Binding</name> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> <comments> Copyright (c) 2004-2017 QOS.ch </comments> </license> </licenses> </project> </supplement> <!-- Category B licenses that need text in LICENSE and a NOTICE --> <supplement> <project> <groupId>junit</groupId> <artifactId>junit</artifactId> <name>JUnit</name> <url>http://junit.org/</url> <licenses> <license> <name>Eclipse Public License 1.0</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> <distribution>repo</distribution> <comments> Copyright (c) 2002-2017 JUnit. All Rights Reserved. </comments> </license> </licenses> </project> </supplement> </supplementalDataModels>