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/07 08:08:24 UTC

[25/50] incubator-weex git commit: * [all] fix license problem

* [all] fix license problem


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

Branch: refs/heads/0.14-dev
Commit: dcf9a83360b4403ffbdbfb3e168a68d1ff7a2b38
Parents: 41e01d7
Author: sospartan <so...@apache.org>
Authored: Fri Jun 2 12:07:47 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Fri Jun 2 12:07:47 2017 +0800

----------------------------------------------------------------------
 LICENSE                                           |  2 +-
 .../ExtendedStaggeredGridLayoutManager.java       | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/dcf9a833/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index ca146a6..8f1309a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -187,7 +187,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright 2017 The Apache Software Foundation
+   Copyright [yyyy] [name of copyright owner]
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/dcf9a833/android/sdk/src/main/java/com/taobao/weex/ui/view/listview/ExtendedStaggeredGridLayoutManager.java
----------------------------------------------------------------------
diff --git a/android/sdk/src/main/java/com/taobao/weex/ui/view/listview/ExtendedStaggeredGridLayoutManager.java b/android/sdk/src/main/java/com/taobao/weex/ui/view/listview/ExtendedStaggeredGridLayoutManager.java
index 0534df9..ee27ab2 100644
--- a/android/sdk/src/main/java/com/taobao/weex/ui/view/listview/ExtendedStaggeredGridLayoutManager.java
+++ b/android/sdk/src/main/java/com/taobao/weex/ui/view/listview/ExtendedStaggeredGridLayoutManager.java
@@ -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.
+ */
 package com.taobao.weex.ui.view.listview;
 
 import android.support.v7.widget.RecyclerView;