You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/02 06:04:21 UTC

[41/46] incubator-weex git commit: - [ios] remove redundant headers

- [ios] remove redundant headers


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

Branch: refs/heads/master
Commit: 553c1f50aa6a643e7120287f51496be8ebb089a4
Parents: cfaf7d2
Author: yinfeng <cx...@apache.org>
Authored: Thu Jun 1 14:53:21 2017 +0800
Committer: yinfeng <cx...@apache.org>
Committed: Thu Jun 1 14:53:21 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Component/WXLoadingComponent.m | 7 -------
 ios/sdk/WeexSDK/Sources/Module/WXNavigatorModule.m     | 7 -------
 2 files changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/553c1f50/ios/sdk/WeexSDK/Sources/Component/WXLoadingComponent.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Component/WXLoadingComponent.m b/ios/sdk/WeexSDK/Sources/Component/WXLoadingComponent.m
index 66bf08c..d57fa9a 100644
--- a/ios/sdk/WeexSDK/Sources/Component/WXLoadingComponent.m
+++ b/ios/sdk/WeexSDK/Sources/Component/WXLoadingComponent.m
@@ -16,13 +16,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
- /**
- * Created by Weex.
- * Copyright (c) 2016, Alibaba, Inc. All rights reserved.
- *
- * This source code is licensed under the Apache Licence 2.0.
- * For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
- */
 
 #import "WXLoadingComponent.h"
 #import "WXScrollerComponent.h"

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/553c1f50/ios/sdk/WeexSDK/Sources/Module/WXNavigatorModule.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Module/WXNavigatorModule.m b/ios/sdk/WeexSDK/Sources/Module/WXNavigatorModule.m
index 4bcca98..0a58c1f 100644
--- a/ios/sdk/WeexSDK/Sources/Module/WXNavigatorModule.m
+++ b/ios/sdk/WeexSDK/Sources/Module/WXNavigatorModule.m
@@ -16,13 +16,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
- /**
- * Created by Weex.
- * Copyright (c) 2016, Alibaba, Inc. All rights reserved.
- *
- * This source code is licensed under the Apache Licence 2.0.
- * For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
- */
 
 #import "WXNavigatorModule.h"
 #import "WXSDKManager.h"