Skip to content

Commit

Permalink
* [License] change the NOTICE year to 2018, rm exclusion for layout f…
Browse files Browse the repository at this point in the history
…ile and add check for cpp files.
  • Loading branch information
cxfeng1 committed May 22, 2018
1 parent 9acc1bc commit fe1dc0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Weex
Copyright 2017 The Apache Software Foundation
Copyright 2018 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
11 changes: 2 additions & 9 deletions scripts/rat-ant-build.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--
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
Expand All @@ -19,14 +19,7 @@ under the License.
<project xmlns:rat="antlib:org.apache.rat.anttasks"
xmlns="antlib:org.apache.tools.ant">
<rat:report>
<fileset dir="../" includes="**/*.xml,**/*.m,**/*.h,**/*.mm,**/*.java,**/*.js">
<exclude name="**/ios/sdk/WeexSDK/Sources/Layout/Layout.*"/>
<exclude name="**/android/sdk/src/main/java/com/taobao/weex/dom/flex/*.java"/>
<!--
exclude:
- ios test dependency folder
- css layout source code under android sdk
-->
<fileset dir="../" includes="**/*.xml,**/*.m,**/*.h,**/*.mm,**/*.cpp,**/*.java,**/*.js">
</fileset>
</rat:report>
</project>

0 comments on commit fe1dc0a

Please sign in to comment.