1
0
Files
hudi/release/config/license-mappings.xml
Balaji Varadarajan 30b0f2636f Changes related to Licensing work
1. Go through dependencies list one round to ensure compliance. Generated current NOTICE list in all submodules (other apache projects like flink does this).
   To be on conservative side regarding licensing, NOTICE.txt lists all dependencies including transitive. Pending Compliance questions reported in https://issues.apache.org/jira/browse/LEGAL-461
2. Automate generating NOTICE.txt files to allow future package compliance issues be identified early as part of code-review process.
3. Added NOTICE.txt and LICENSE.txt to all HUDI jars
2019-06-07 17:58:57 -07:00

94 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<license-lookup xmlns="https://source.jasig.org/schemas/maven-notice-plugin/license-lookup" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://source.jasig.org/schemas/maven-notice-plugin/license-lookup https://source.jasig.org/schemas/maven-notice-plugin/license-lookup/license-lookup-v1.0.xsd">
<artifact>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
<license>3-Clause BSD License</license>
</artifact>
<artifact>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<license>3-Clause BSD License</license>
</artifact>
<artifact>
<groupId>asm</groupId>
<artifactId>asm-tree</artifactId>
<license>3-Clause BSD License</license>
</artifact>
<artifact>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<license>Apache License</license>
</artifact>
<artifact>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<license>CDDL</license>
</artifact>
<artifact>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<license>CDDL</license>
</artifact>
<artifact>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<license>OWN LICENSE (See http://download.oracle.com/otndocs/jcp/jta-1.1-classes-oth-JSpec/jta-1.1-classes-oth-JSpec-license.html)</license>
</artifact>
<artifact>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<license>Oracle Binary Code License Agreement for the Java SE</license>
</artifact>
<artifact>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<license>Apache License, Version 2.0</license>
</artifact>
<artifact>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<license>Apache License, Version 2.0</license>
</artifact>
<artifact>
<groupId>dnl.utils</groupId>
<artifactId>textutils</artifactId>
<license>3-Clause BSD License</license>
</artifact>
<artifact>
<groupId>io.confluent</groupId>
<artifactId>common-config</artifactId>
<license>Apache License, Version 2.0</license>
</artifact>
<artifact>
<groupId>io.confluent</groupId>
<artifactId>common-utils</artifactId>
<license>Apache License, Version 2.0</license>
</artifact>
<artifact>
<groupId>io.confluent</groupId>
<artifactId>kafka-avro-serializer</artifactId>
<license>Apache License, Version 2.0</license>
</artifact>
<artifact>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client</artifactId>
<license>Apache License, Version 2.0</license>
</artifact>
<artifact>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
<license>Apache License, Version 2.0</license>
</artifact>
<artifact>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<license>Apache License, Version 2.0</license>
</artifact>
<artifact>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<license>BSD</license>
</artifact>
</license-lookup>