Repository: incubator-weex Updated Branches: refs/heads/dev ed6a14aa2 -> 7aaef9273 (forced update)
* [all] fix ios src 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/7aaef927 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/7aaef927 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/7aaef927 Branch: refs/heads/dev Commit: 7aaef9273f34053c8c4e77ec3d78e62cd8d5c3c0 Parents: d19b356 Author: sospartan <[email protected]> Authored: Wed May 10 11:00:28 2017 +0800 Committer: sospartan <[email protected]> Committed: Wed May 10 11:01:12 2017 +0800 ---------------------------------------------------------------------- .../WeexSDK/Sources/Layout/WXComponent+Layout.h | 23 +++++++++++++++----- .../WeexSDK/Sources/Layout/WXComponent+Layout.m | 23 +++++++++++++++----- ios/sdk/WeexSDK/Sources/Layout/WXLayoutDefine.h | 23 +++++++++++++++----- scripts/rat-ant-build.xml | 2 +- 4 files changed, 52 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/7aaef927/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.h ---------------------------------------------------------------------- diff --git a/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.h b/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.h index 338d7a0..1baa20f 100644 --- a/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.h +++ b/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.h @@ -1,9 +1,20 @@ -/** - * 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. +/* + * 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 "WXComponent.h" http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/7aaef927/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m ---------------------------------------------------------------------- diff --git a/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m b/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m index f5becf2..a23af2b 100644 --- a/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m +++ b/ios/sdk/WeexSDK/Sources/Layout/WXComponent+Layout.m @@ -1,9 +1,20 @@ -/** - * 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. +/* + * 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 "WXComponent+Layout.h" http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/7aaef927/ios/sdk/WeexSDK/Sources/Layout/WXLayoutDefine.h ---------------------------------------------------------------------- diff --git a/ios/sdk/WeexSDK/Sources/Layout/WXLayoutDefine.h b/ios/sdk/WeexSDK/Sources/Layout/WXLayoutDefine.h index ff3bb78..7670085 100644 --- a/ios/sdk/WeexSDK/Sources/Layout/WXLayoutDefine.h +++ b/ios/sdk/WeexSDK/Sources/Layout/WXLayoutDefine.h @@ -1,9 +1,20 @@ -/** - * 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. +/* + * 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. */ http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/7aaef927/scripts/rat-ant-build.xml ---------------------------------------------------------------------- diff --git a/scripts/rat-ant-build.xml b/scripts/rat-ant-build.xml index 15a9c2f..95efb08 100644 --- a/scripts/rat-ant-build.xml +++ b/scripts/rat-ant-build.xml @@ -20,7 +20,7 @@ under the License. xmlns="antlib:org.apache.tools.ant"> <rat:report> <fileset dir="../" includes="**/*.xml,**/*.m,**/*.h,**/*.mm,**/*.java,**/*.js"> - <exclude name="**/ios/sdk/WeexSDK/Sources/Layout/*.*"/> + <exclude name="**/ios/sdk/WeexSDK/Sources/Layout/Layout.*"/> <exclude name="**/android/sdk/src/main/java/com/taobao/weex/dom/flex/*.java"/> <!-- exclude:
