This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit 6f6476cb99f9e70925c2b483c69eaca18fb52cc0
Author: Tzu-Li (Gordon) Tai <[email protected]>
AuthorDate: Sat Mar 28 22:55:31 2020 +0800

    [FLINK-16842] Add explicit NOTICE file for statefun-flink-core
    
    The artifact needs a specific NOTICE file, since the copied sources from
    fastutil (http://fastutil.di.unimi.it/) will be bundled in the jar, and
    therefore needs to be acknowledged.
---
 .../statefun-flink-core/src/main/resources/META-INF/NOTICE     | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/statefun-flink/statefun-flink-core/src/main/resources/META-INF/NOTICE 
b/statefun-flink/statefun-flink-core/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..cf33983
--- /dev/null
+++ b/statefun-flink/statefun-flink-core/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,10 @@
+statefun-flink-core
+Copyright 2014-2020 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project contains copied and modified source code that is licensed under 
the Apache Software License 2.0 
(http://www.apache.org/licenses/LICENSE-2.0.txt) from the following projects:
+
+- fastutil (http://fastutil.di.unimi.it/) Copyright (c) - Sebastiano Vigna
+  The copied sources can be located under it/unimi/dsi/fastutil/

Reply via email to