You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by da...@apache.org on 2017/07/24 12:36:55 UTC

[03/50] incubator-weex git commit: * [html5] add copy right header@notdanger

* [html5] add copy right header@notdanger


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

Branch: refs/heads/0.16-dev
Commit: 229ba3af68f4cc77ab64ef5d0ad25efcfcf886dd
Parents: e878c2d
Author: erha19 <fa...@gmail.com>
Authored: Tue Jul 18 11:14:28 2017 +0800
Committer: erha19 <fa...@gmail.com>
Committed: Tue Jul 18 11:14:28 2017 +0800

----------------------------------------------------------------------
 html5/test/render/vue/utils/component.js | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/229ba3af/html5/test/render/vue/utils/component.js
----------------------------------------------------------------------
diff --git a/html5/test/render/vue/utils/component.js b/html5/test/render/vue/utils/component.js
index a8aee77..ed6df2e 100644
--- a/html5/test/render/vue/utils/component.js
+++ b/html5/test/render/vue/utils/component.js
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
 /*global Event*/
 import { init } from '../helper/runtime'
 import div from '../../../../render/vue/components/div'