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/09 01:36:41 UTC

[08/12] incubator-weex git commit: * [android] add missing license header

* [android] add missing 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/90b40e60
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/90b40e60
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/90b40e60

Branch: refs/heads/0.14-dev
Commit: 90b40e60fa0b01de460d2a5bfd8757498ad0be2d
Parents: 9fed9bb
Author: Rowandjj <rj...@gmail.com>
Authored: Thu Jun 8 16:33:34 2017 +0800
Committer: Rowandjj <rj...@gmail.com>
Committed: Thu Jun 8 16:33:34 2017 +0800

----------------------------------------------------------------------
 .../ui/component/list/DefaultDragHelperTest.java  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/90b40e60/android/sdk/src/test/java/com/taobao/weex/ui/component/list/DefaultDragHelperTest.java
----------------------------------------------------------------------
diff --git a/android/sdk/src/test/java/com/taobao/weex/ui/component/list/DefaultDragHelperTest.java b/android/sdk/src/test/java/com/taobao/weex/ui/component/list/DefaultDragHelperTest.java
index d26418d..90fb041 100644
--- a/android/sdk/src/test/java/com/taobao/weex/ui/component/list/DefaultDragHelperTest.java
+++ b/android/sdk/src/test/java/com/taobao/weex/ui/component/list/DefaultDragHelperTest.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.component.list;
 
 import com.taobao.weappplus_sdk.BuildConfig;