* [ios] copyright

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

Branch: refs/heads/0.16-dev
Commit: d965147390be5d488e7bf17c6f4e2f320f29fc87
Parents: 2ac30d5
Author: gurisxie <279483...@qq.com>
Authored: Tue Aug 8 21:01:24 2017 +0800
Committer: gurisxie <279483...@qq.com>
Committed: Tue Aug 8 21:01:24 2017 +0800

----------------------------------------------------------------------
 ios/playground/WeexDemo/WXExtModule.h | 25 ++++++++++++++++++-------
 ios/playground/WeexDemo/WXExtModule.m | 25 ++++++++++++++++++-------
 2 files changed, 36 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/d9651473/ios/playground/WeexDemo/WXExtModule.h
----------------------------------------------------------------------
diff --git a/ios/playground/WeexDemo/WXExtModule.h 
b/ios/playground/WeexDemo/WXExtModule.h
index 3c92ead..e440c58 100644
--- a/ios/playground/WeexDemo/WXExtModule.h
+++ b/ios/playground/WeexDemo/WXExtModule.h
@@ -1,10 +1,21 @@
-//
-//  WXExtModule.h
-//  WeexDemo
-//
-//  Created by admin on 2017/8/8.
-//  Copyright © 2017年 taobao. All rights reserved.
-//
+/*
+ * 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.
+ */
 
 #import <Foundation/Foundation.h>
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/d9651473/ios/playground/WeexDemo/WXExtModule.m
----------------------------------------------------------------------
diff --git a/ios/playground/WeexDemo/WXExtModule.m 
b/ios/playground/WeexDemo/WXExtModule.m
index 2bde6cd..d47f2e7 100644
--- a/ios/playground/WeexDemo/WXExtModule.m
+++ b/ios/playground/WeexDemo/WXExtModule.m
@@ -1,10 +1,21 @@
-//
-//  WXExtModule.m
-//  WeexDemo
-//
-//  Created by admin on 2017/8/8.
-//  Copyright © 2017年 taobao. All rights reserved.
-//
+/*
+ * 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.
+ */
 
 #import "WXExtModule.h"
 

Reply via email to