+ [jsfm] add copyright header on test cases

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

Branch: refs/heads/0.16-dev
Commit: abdfac96da3c798cd3a801a17cb5d4c6c7269401
Parents: 9631808
Author: Hanks <zhanghan...@gmail.com>
Authored: Thu Aug 24 14:46:02 2017 +0800
Committer: Hanks <zhanghan...@gmail.com>
Committed: Thu Aug 24 14:46:02 2017 +0800

----------------------------------------------------------------------
 dangerfile.js                                    |  1 +
 .../case/complex/component-append-tree.source.js | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/abdfac96/dangerfile.js
----------------------------------------------------------------------
diff --git a/dangerfile.js b/dangerfile.js
index 2be4b60..4015fbb 100644
--- a/dangerfile.js
+++ b/dangerfile.js
@@ -250,6 +250,7 @@ const ignoreCopyrightVerifyPath = [
   'test',
   'packages',
   'pre-build',
+  'html5/test/case',
   'android/playground/app/src/main/assets',
   'android/sdk/assets',
   'ios/playground/bundlejs',

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/abdfac96/html5/test/case/complex/component-append-tree.source.js
----------------------------------------------------------------------
diff --git a/html5/test/case/complex/component-append-tree.source.js 
b/html5/test/case/complex/component-append-tree.source.js
index 2f83adc..7088eea 100644
--- a/html5/test/case/complex/component-append-tree.source.js
+++ b/html5/test/case/complex/component-append-tree.source.js
@@ -1,3 +1,22 @@
+/*
+ * 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
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 define('@weex-component/sub', function(require, exports, module) {
   
       ;

Reply via email to