Skip to content

Commit a0ee4a1

Browse files
miominYorkShen
authored andcommitted
* [Core] Add liscense for IPC
1 parent 9132fed commit a0ee4a1

File tree

2 files changed

+55
-22
lines changed

2 files changed

+55
-22
lines changed

LICENSE

Lines changed: 50 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,31 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java
304304
* limitations under the License.
305305
*/
306306

307+
For fpconv
308+
weex_core/Source/core/parser/dom_parser.cpp
309+
/*
310+
* Copyright (c) 2013 Andreas Samoljuk
311+
*
312+
* Permission is hereby granted, free of charge, to any person obtaining
313+
* a copy of this software and associated documentation files (the
314+
* "Software"), to deal in the Software without restriction, including
315+
* without limitation the rights to use, copy, modify, merge, publish,
316+
* distribute, sublicense, and/or sell copies of the Software, and to
317+
* permit persons to whom the Software is furnished to do so, subject to
318+
* the following conditions:
319+
*
320+
* The above copyright notice and this permission notice shall be
321+
* included in all copies or substantial portions of the Software.
322+
*
323+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
324+
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
325+
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
326+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
327+
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
328+
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
329+
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
330+
*/
331+
307332
For rapidjson
308333
weex_core/Source/core/parser/dom_parser.cpp
309334
/*
@@ -343,27 +368,32 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java
343368
* limitations under the License.
344369
*/
345370

346-
For fpconv
347-
weex_core/Source/core/parser/dom_parser.cpp
371+
For IPC
372+
weex_core/Source/IPC
348373
/*
349-
* Copyright (c) 2013 Andreas Samoljuk
350-
*
351-
* Permission is hereby granted, free of charge, to any person obtaining
352-
* a copy of this software and associated documentation files (the
353-
* "Software"), to deal in the Software without restriction, including
354-
* without limitation the rights to use, copy, modify, merge, publish,
355-
* distribute, sublicense, and/or sell copies of the Software, and to
356-
* permit persons to whom the Software is furnished to do so, subject to
357-
* the following conditions:
374+
* Copyright (C) 2008 The Android Open Source Project
375+
* All rights reserved.
358376
*
359-
* The above copyright notice and this permission notice shall be
360-
* included in all copies or substantial portions of the Software.
377+
* Redistribution and use in source and binary forms, with or without
378+
* modification, are permitted provided that the following conditions
379+
* are met:
380+
* * Redistributions of source code must retain the above copyright
381+
* notice, this list of conditions and the following disclaimer.
382+
* * Redistributions in binary form must reproduce the above copyright
383+
* notice, this list of conditions and the following disclaimer in
384+
* the documentation and/or other materials provided with the
385+
* distribution.
361386
*
362-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
363-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
364-
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
365-
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
366-
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
367-
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
368-
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
387+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
388+
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
389+
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
390+
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
391+
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
392+
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
393+
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
394+
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
395+
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
396+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
397+
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
398+
* SUCH DAMAGE.
369399
*/

POSSIBLE-NOTICES-FOR-BIN-DIST

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,14 @@ by google , licensed under the Apache License.
7979
This product contains shelljs Guava(https://github.com/shelljs/shelljs) developed
8080
by shelljs , licensed under BSD 3-clause "New" or "Revised" License.
8181

82+
This product contains software fpconv(https://github.com/night-shift/fpconv) developed
83+
by night-shift , licensed under the MIT License.
84+
8285
This product contains software rapidjson(https://github.com/Tencent/rapidjson) developed
8386
by tencent , licensed under the MIT License.
8487

8588
This product contains software flexbox-layout(https://github.com/google/flexbox-layout) developed
8689
by google , licensed under the Apache License.
8790

88-
This product contains software fpconv(https://github.com/night-shift/fpconv) developed
89-
by night-shift , licensed under the MIT License.
91+
This product contains software IPC(https://source.android.com/) developed
92+
by google , licensed under the Apache License.

0 commit comments

Comments
 (0)