Repository: incubator-weex Updated Branches: refs/heads/master 62439cae0 -> 67d3f1dc6
* [Core] Add license for google JNI Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/67d3f1dc Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/67d3f1dc Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/67d3f1dc Branch: refs/heads/master Commit: 67d3f1dc68cce85a8c07e66a92b41c2f43dd8ccf Parents: a0ee4a1 Author: miomin <[email protected]> Authored: Thu Apr 26 15:53:10 2018 +0800 Committer: YorkShen <[email protected]> Committed: Sat Apr 28 14:51:47 2018 +0800 ---------------------------------------------------------------------- LICENSE | 9 +++++++++ POSSIBLE-NOTICES-FOR-BIN-DIST | 3 +++ 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/67d3f1dc/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 02e48ab..719b792 100644 --- a/LICENSE +++ b/LICENSE @@ -370,6 +370,7 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java For IPC weex_core/Source/IPC + weex_core/Source/base /* * Copyright (C) 2008 The Android Open Source Project * All rights reserved. @@ -397,3 +398,11 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ + + For JNI + weex_core/Source/android/jniprebuild + /* + * Copyright 2014 The Chromium Authors. All rights reserved. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/67d3f1dc/POSSIBLE-NOTICES-FOR-BIN-DIST ---------------------------------------------------------------------- diff --git a/POSSIBLE-NOTICES-FOR-BIN-DIST b/POSSIBLE-NOTICES-FOR-BIN-DIST index 80fd3b2..e816189 100644 --- a/POSSIBLE-NOTICES-FOR-BIN-DIST +++ b/POSSIBLE-NOTICES-FOR-BIN-DIST @@ -90,3 +90,6 @@ by google , licensed under the Apache License. This product contains software IPC(https://source.android.com/) developed by google , licensed under the Apache License. + +This product contains software JNI(https://chromium.googlesource.com/) developed +by google, licensed under the BSD-style License.
