This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
commit daa73170523d1c1a02836de095aa5d6c1e1781a4 Author: zentol <[email protected]> AuthorDate: Wed Dec 12 13:42:51 2018 +0100 [FLINK-11022] Add NOTICE files --- flink-shaded-asm-5/src/main/resources/META-INF/NOTICE | 10 ++++++++++ flink-shaded-asm-6/src/main/resources/META-INF/NOTICE | 12 ++++++++++++ flink-shaded-guava-18/src/main/resources/META-INF/NOTICE | 9 +++++++++ .../src/main/resources/META-INF/NOTICE | 14 ++++++++++++++ .../src/main/resources/META-INF/NOTICE | 13 +++++++++++++ 5 files changed, 58 insertions(+) diff --git a/flink-shaded-asm-5/src/main/resources/META-INF/NOTICE b/flink-shaded-asm-5/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..a3065f2 --- /dev/null +++ b/flink-shaded-asm-5/src/main/resources/META-INF/NOTICE @@ -0,0 +1,10 @@ +flink-shaded-asm +Copyright 2014-2018 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +This project bundles the following dependencies under the BSD license. +See bundled license files for details. + +- org.ow2.asm:asm-all:5.0.4 \ No newline at end of file diff --git a/flink-shaded-asm-6/src/main/resources/META-INF/NOTICE b/flink-shaded-asm-6/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..41874b4 --- /dev/null +++ b/flink-shaded-asm-6/src/main/resources/META-INF/NOTICE @@ -0,0 +1,12 @@ +flink-shaded-asm6 +Copyright 2014-2018 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +This project bundles the following dependencies under the BSD license. +See bundled license files for details. + +- org.ow2.asm:asm:6.2.1 +- org.ow2.asm:asm-analysis:6.2.1 +- org.ow2.asm:asm-tree:6.2.1 \ No newline at end of file diff --git a/flink-shaded-guava-18/src/main/resources/META-INF/NOTICE b/flink-shaded-guava-18/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..df39ba5 --- /dev/null +++ b/flink-shaded-guava-18/src/main/resources/META-INF/NOTICE @@ -0,0 +1,9 @@ +flink-shaded-guava-18 +Copyright 2014-2018 The Apache Software Foundation + +This product includes software developed at +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) + +- com.google.guava:guava:18.0 \ No newline at end of file diff --git a/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE b/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..9e92604 --- /dev/null +++ b/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE @@ -0,0 +1,14 @@ +flink-shaded-jackson +Copyright 2014-2018 The Apache Software Foundation + +This project includes software developed at +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) + +- com.fasterxml.jackson.core:jackson-annotations:2.7.9 +- com.fasterxml.jackson.core:jackson-core:2.7.9 +- com.fasterxml.jackson.core:jackson-databind:2.7.9 +- com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.7.9 +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.9 +- org.yaml:snakeyaml:1.15 \ No newline at end of file diff --git a/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/src/main/resources/META-INF/NOTICE b/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..876cd28 --- /dev/null +++ b/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/src/main/resources/META-INF/NOTICE @@ -0,0 +1,13 @@ +flink-shaded-jackson-module-jsonSchema +Copyright 2014-2018 The Apache Software Foundation + +This project includes software developed at +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) + +- com.fasterxml.jackson.core:jackson-annotations:2.7.9 +- com.fasterxml.jackson.core:jackson-core:2.7.9 +- com.fasterxml.jackson.core:jackson-databind:2.7.9 +- com.fasterxml.jackson.module:jackson-module-jsonSchema:2.7.9 +- javax.validation:validation-api:1.1.0.Final \ No newline at end of file
