Skip to content

Commit

Permalink
[hotfix] remove Special LICENSE/NOTICE for binary release
Browse files Browse the repository at this point in the history
This closes apache#1316.
  • Loading branch information
aljoscha authored and mxm committed Nov 2, 2015
1 parent dd66e61 commit 95a1abd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1,061 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,5 @@ The Apache Flink project bundles the following fonts under the
Open Font License (OFT) - http://scripts.sil.org/OFL

- Font Awesome (http://fortawesome.github.io/Font-Awesome/) - Created by Dave Gandy
-> fonts in "flink-runtime/src/main/resources/web-docs-infoserver/font-awesome/fonts"
-> fonts in "flink-runtime-web/web-dashboard/assets/fonts"

9 changes: 9 additions & 0 deletions flink-dist/src/main/assemblies/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ under the License.
<fileMode>0644</fileMode>
<includes>
<include>*.txt</include>
</includes>
</fileSet>

<!-- copy LICENSE/NOTICE files -->
<fileSet>
<directory>../</directory>
<outputDirectory></outputDirectory>
<fileMode>0644</fileMode>
<includes>
<include>LICENSE*</include>
<include>NOTICE*</include>
</includes>
Expand Down
Loading

0 comments on commit 95a1abd

Please sign in to comment.