You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2018/05/22 12:56:09 UTC

incubator-weex git commit: * [License] change the NOTICE year to 2018, rm exclusion for layout file and add check for cpp files.

Repository: incubator-weex
Updated Branches:
  refs/heads/master 9acc1bc46 -> fe1dc0af7


* [License]  change the NOTICE year to 2018,  rm exclusion for layout file and add check for cpp files.


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/fe1dc0af
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/fe1dc0af
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/fe1dc0af

Branch: refs/heads/master
Commit: fe1dc0af759ae24524536e43abcc87ed010928a2
Parents: 9acc1bc
Author: Adam Feng <cx...@gmail.com>
Authored: Tue May 22 20:55:57 2018 +0800
Committer: Adam Feng <cx...@gmail.com>
Committed: Tue May 22 20:55:57 2018 +0800

----------------------------------------------------------------------
 NOTICE                    |  2 +-
 scripts/rat-ant-build.xml | 11 ++---------
 2 files changed, 3 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/fe1dc0af/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 8d2f40e..fe6a2c4 100644
--- a/NOTICE
+++ b/NOTICE
@@ -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/).
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/fe1dc0af/scripts/rat-ant-build.xml
----------------------------------------------------------------------
diff --git a/scripts/rat-ant-build.xml b/scripts/rat-ant-build.xml
index 95efb08..38ab9c0 100644
--- a/scripts/rat-ant-build.xml
+++ b/scripts/rat-ant-build.xml
@@ -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
@@ -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>
\ No newline at end of file