Skip to content

Commit

Permalink
License and Notice file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
srinipunuru committed Aug 4, 2021
1 parent 58081e4 commit 5c57c5c
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
import static org.apache.flink.util.Preconditions.checkNotNull;

/**
* Abstract factory for AzureFS. Subclasses override to specify the correct scheme (wasb / wasbs / abfs/ abfss).
* Based on Azure HDFS support in the <a
* Abstract factory for AzureFS. Subclasses override to specify the correct scheme (wasb / wasbs /
* abfs/ abfss). Based on Azure HDFS support in the <a
* href="https://hadoop.apache.org/docs/current/hadoop-azure/index.html">hadoop-azure</a> module.
*/
public abstract class AbstractAzureFSFactory implements FileSystemFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ This project bundles the following dependencies under the Apache Software Licens
- com.fasterxml.jackson.core:jackson-annotations:2.12.1
- com.fasterxml.jackson.core:jackson-core:2.12.1
- com.fasterxml.jackson.core:jackson-databind:2.12.1
- com.google.guava:guava:11.0.2
- com.microsoft.azure:azure-keyvault-core:0.8.0
- com.microsoft.azure:azure-storage:5.4.0
- com.google.guava:guava:20.0
- com.microsoft.azure:azure-keyvault-core:1.0.0
- com.microsoft.azure:azure-storage:7.0.1
- commons-codec:commons-codec:1.13
- commons-logging:commons-logging:1.1.3
- org.apache.hadoop:hadoop-azure:3.1.0
- org.apache.hadoop:hadoop-azure:3.3.1
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
- org.apache.httpcomponents:httpclient:4.5.13
- org.apache.httpcomponents:httpcore:4.4.14
- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- org.codehaus.jackson:jackson-core-asl:1.9.13
- org.eclipse.jetty:jetty-util:9.3.24.v20180605
- org.eclipse.jetty:jetty-util-ajax:9.3.24.v20180605
- org.wildfly.openssl:wildfly-openssl:1.0.7.Final
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* 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.
*/

package org.apache.flink.fs.azurefs;

import org.apache.flink.configuration.Configuration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,37 @@ The Apache Software Foundation (http://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

- org.apache.hadoop:hadoop-annotations:3.1.0
- org.apache.hadoop:hadoop-auth:3.1.0
- org.apache.hadoop:hadoop-common:3.1.0
- org.apache.hadoop:hadoop-annotations:3.3.1
- org.apache.hadoop:hadoop-auth:3.3.1
- org.apache.hadoop:hadoop-common:3.3.1
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1
- org.apache.htrace:htrace-core4:4.1.0-incubating
- org.apache.kerby:kerb-core:1.0.1
- org.apache.kerby:kerby-pkix:1.0.1
- org.apache.kerby:kerby-asn1:1.0.1
- org.apache.kerby:kerby-util:1.0.1
- org.apache.commons:commons-configuration2:2.1.1
- org.apache.commons:commons-lang3:3.3.2
- org.apache.commons:commons-text:1.4
- org.checkerframework:checker-qual:2.5.2
- org.codehaus.mojo:animal-sniffer-annotations:1.17
- org.codehaus.woodstox:stax2-api:4.2.1
- org.xerial.snappy:snappy-java:1.1.8.3
- commons-lang:commons-lang:2.6
- commons-collections:commons-collections:3.2.2
- commons-io:commons-io:2.8.0
- commons-logging:commons-logging:1.1.3
- commons-beanutils:commons-beanutils:1.9.4
- com.google.guava:guava:11.0.2
- com.google.guava:failureaccess:1.0
- com.google.guava:guava:27.0-jre
- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
- com.google.j2objc:j2objc-annotations:1.1
- com.fasterxml.jackson.core:jackson-annotations:2.12.1
- com.fasterxml.jackson.core:jackson-core:2.12.1
- com.fasterxml.jackson.core:jackson-databind:2.12.1
- com.fasterxml.woodstox:woodstox-core:5.0.3
- com.fasterxml.woodstox:woodstox-core:5.3.0
- dnsjava:dnsjava:2.1.7

This project bundles the following dependencies under the Go License (https://golang.org/LICENSE).
See bundled license files for details.
Expand All @@ -33,7 +48,7 @@ See bundled license files for details.

- org.codehaus.woodstox:stax2-api:3.1.4 (https://github.com/FasterXML/stax2-api/tree/stax2-api-3.1.4)

This project bundles org.apache.hadoop:*:3.1.0 from which it inherits the following notices:
This project bundles org.apache.hadoop:*:3.3.1 from which it inherits the following notices:

The Apache Hadoop project contains subcomponents with separate copyright
notices and license terms. Your use of the source code for the these
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project bundles the following dependencies under the Apache Software Licens
- com.aliyun:aliyun-java-sdk-sts:3.0.0
- commons-codec:commons-codec:1.13
- commons-logging:commons-logging:1.1.3
- org.apache.hadoop:hadoop-aliyun:3.1.0
- org.apache.hadoop:hadoop-aliyun:3.3.1
- org.apache.httpcomponents:httpclient:4.5.13
- org.apache.httpcomponents:httpcore:4.4.14
- org.codehaus.jettison:jettison:1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,40 @@ This project bundles the following dependencies under the Apache Software Licens
- com.fasterxml.jackson.core:jackson-core:2.12.1
- com.fasterxml.jackson.core:jackson-databind:2.12.1
- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.1
- com.fasterxml.woodstox:woodstox-core:5.0.3
- com.google.guava:guava:11.0.2
- com.fasterxml.woodstox:woodstox-core:5.3.0
- com.google.guava:failureaccess:1.0
- com.google.guava:guava:27.0-jre
- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
- com.google.j2objc:j2objc-annotations:1.1
- commons-beanutils:commons-beanutils:1.9.4
- commons-codec:commons-codec:1.13
- commons-collections:commons-collections:3.2.2
- commons-io:commons-io:2.8.0
- commons-lang:commons-lang:2.6
- commons-logging:commons-logging:1.1.3
- dnsjava:dnsjava:2.1.7
- joda-time:joda-time:2.5
- org.apache.commons:commons-configuration2:2.1.1
- org.apache.commons:commons-lang3:3.3.2
- org.apache.hadoop:hadoop-auth:3.1.0
- org.apache.hadoop:hadoop-annotations:3.1.0
- org.apache.hadoop:hadoop-aws:3.1.0
- org.apache.hadoop:hadoop-common:3.1.0
- org.apache.commons:commons-text:1.4
- org.apache.hadoop:hadoop-auth:3.3.1
- org.apache.hadoop:hadoop-annotations:3.3.1
- org.apache.hadoop:hadoop-aws:3.3.1
- org.apache.hadoop:hadoop-common:3.3.1
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1
- org.apache.htrace:htrace-core4:4.1.0-incubating
- org.apache.httpcomponents:httpcore:4.4.14
- org.apache.httpcomponents:httpclient:4.5.13
- org.apache.httpcomponents:httpcore:4.4.14
- org.apache.kerby:kerb-core:1.0.1
- org.apache.kerby:kerby-pkix:1.0.1
- org.apache.kerby:kerby-asn1:1.0.1
- org.apache.kerby:kerby-util:1.0.1
- org.checkerframework:checker-qual:2.5.2
- org.codehaus.mojo:animal-sniffer-annotations:1.17
- org.codehaus.woodstox:stax2-api:4.2.1
- org.xerial.snappy:snappy-java:1.1.8.3
- org.wildfly.openssl:wildfly-openssl:1.0.7.Final
- software.amazon.ion:ion-java:1.0.2

This project bundles the following dependencies under the CDDL 1.1 license.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project bundles the following dependencies under the Apache Software Licens
- com.fasterxml.jackson.core:jackson-core:2.12.1
- com.fasterxml.jackson.core:jackson-databind:2.12.1
- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.1
- com.fasterxml.woodstox:woodstox-core:5.0.3
- com.fasterxml.woodstox:woodstox-core:5.3.0
- com.google.guava:guava:26.0-jre
- com.google.inject:guice:4.2.2
- com.facebook.airlift:configuration:0.201
Expand All @@ -39,14 +39,25 @@ This project bundles the following dependencies under the Apache Software Licens
- org.alluxio:alluxio-shaded-client:2.5.0-3
- org.apache.commons:commons-configuration2:2.1.1
- org.apache.commons:commons-lang3:3.3.2
- org.apache.hadoop:hadoop-annotations:3.1.0
- org.apache.hadoop:hadoop-aws:3.1.0
- org.apache.hadoop:hadoop-auth:3.1.0
- org.apache.hadoop:hadoop-common:3.1.0
- org.apache.commons:commons-text:1.4
- org.apache.hadoop:hadoop-annotations:3.3.1
- org.apache.hadoop:hadoop-aws:3.3.1
- org.apache.hadoop:hadoop-auth:3.3.1
- org.apache.hadoop:hadoop-common:3.3.1
- org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1
- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1
- org.apache.htrace:htrace-core4:4.1.0-incubating
- org.apache.httpcomponents:httpcore:4.4.14
- org.apache.httpcomponents:httpclient:4.5.13
- org.apache.httpcomponents:httpcore:4.4.14
- org.apache.kerby:kerby-asn1:1.0.1
- org.apache.kerby:kerb-core:1.0.1
- org.apache.kerby:kerby-pkix:1.0.1
- org.apache.kerby:kerby-util:1.0.1
- org.codehaus.woodstox:stax2-api:4.2.1
- org.xerial.snappy:snappy-java:1.1.8.3
- org.weakref:jmxutils:1.19
- org.wildfly.openssl:wildfly-openssl:1.0.7.Final
- dnsjava:dnsjava:2.1.7
- software.amazon.ion:ion-java:1.0.2

This project bundles the following dependencies under the Creative Commons CC0 1.0 Universal Public Domain Dedication License (http://creativecommons.org/publicdomain/zero/1.0/)
Expand Down

0 comments on commit 5c57c5c

Please sign in to comment.