Skip to content

Commit 67d3f1d

Browse files
miominYorkShen
authored andcommitted
* [Core] Add license for google JNI
1 parent a0ee4a1 commit 67d3f1d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

LICENSE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java
370370

371371
For IPC
372372
weex_core/Source/IPC
373+
weex_core/Source/base
373374
/*
374375
* Copyright (C) 2008 The Android Open Source Project
375376
* All rights reserved.
@@ -397,3 +398,11 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java
397398
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
398399
* SUCH DAMAGE.
399400
*/
401+
402+
For JNI
403+
weex_core/Source/android/jniprebuild
404+
/*
405+
* Copyright 2014 The Chromium Authors. All rights reserved.
406+
* Use of this source code is governed by a BSD-style license that can be
407+
* found in the LICENSE file.
408+
*/

POSSIBLE-NOTICES-FOR-BIN-DIST

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,6 @@ by google , licensed under the Apache License.
9090

9191
This product contains software IPC(https://source.android.com/) developed
9292
by google , licensed under the Apache License.
93+
94+
This product contains software JNI(https://chromium.googlesource.com/) developed
95+
by google, licensed under the BSD-style License.

0 commit comments

Comments
 (0)