1
0

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
This commit is contained in:
Balaji Varadarajan
2019-06-05 18:17:55 -07:00
committed by Balaji Varadarajan
parent 173e0b6be4
commit 30b0f2636f
55 changed files with 13938 additions and 0 deletions

View File

@@ -0,0 +1,93 @@
<?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>