* [ios] update apache license header

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

Branch: refs/heads/0.16-dev
Commit: 81c7816ee38f55d032ceaa1135299c3e5805eaf8
Parents: 6132c18
Author: yinfeng <cxf...@apache.org>
Authored: Thu Sep 21 17:30:03 2017 +0800
Committer: yinfeng <cxf...@apache.org>
Committed: Thu Sep 21 17:30:03 2017 +0800

----------------------------------------------------------------------
 .../Component/RecycleList/WXRecycleListLayout.h | 25 ++++++++++++++------
 .../Component/RecycleList/WXRecycleListLayout.m | 25 ++++++++++++++------
 2 files changed, 36 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/81c7816e/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListLayout.h
----------------------------------------------------------------------
diff --git 
a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListLayout.h 
b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListLayout.h
index 04e65ea..6e08b94 100644
--- a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListLayout.h
+++ b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListLayout.h
@@ -1,10 +1,21 @@
-//
-//  WXRecycleListLinearLayout.h
-//  WeexSDK
-//
-//  Created by yinfeng on 2017/9/19.
-//  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 <UIKit/UIKit.h>
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/81c7816e/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListLayout.m
----------------------------------------------------------------------
diff --git 
a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListLayout.m 
b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListLayout.m
index e5bc8c3..73851de 100644
--- a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListLayout.m
+++ b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListLayout.m
@@ -1,10 +1,21 @@
-//
-//  WXRecycleListLinearLayout.m
-//  WeexSDK
-//
-//  Created by yinfeng on 2017/9/19.
-//  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 "WXRecycleListLayout.h"
 

Reply via email to