zentol commented on a change in pull request #13: [FLINK-15910] [legal] Add 
NOTICE and LICENSE files
URL: https://github.com/apache/flink-statefun/pull/13#discussion_r375174467
 
 

 ##########
 File path: 
statefun-flink/statefun-flink-distribution/src/main/resources/META-INF/NOTICE
 ##########
 @@ -0,0 +1,40 @@
+statefun-flink-distribution
+Copyright 2014-2020 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies from (or other subprojects of) 
the owning top-level project, Apache Flink,
+under the Apache Software License 2.0 
(http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 Review comment:
   If the shade-plugin is configured correctly then the Flink entries will be 
added automatically upon inclusion.
   
   You want to add this transformer:
   ```
   <transformer 
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
        <projectName>Apache Flink-statefun</projectName>
        <encoding>UTF-8</encoding>
   </transformer>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to