* [Core] Add liscense for IPC
Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/a0ee4a12 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/a0ee4a12 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/a0ee4a12 Branch: refs/heads/master Commit: a0ee4a122a0273a01cfcbb66f6ad213f937f1b08 Parents: 9132fed Author: miomin <[email protected]> Authored: Thu Apr 26 15:31:31 2018 +0800 Committer: YorkShen <[email protected]> Committed: Sat Apr 28 14:51:47 2018 +0800 ---------------------------------------------------------------------- LICENSE | 70 +++++++++++++++++++++++++++----------- POSSIBLE-NOTICES-FOR-BIN-DIST | 7 ++-- 2 files changed, 55 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a0ee4a12/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index ce0eff3..02e48ab 100644 --- a/LICENSE +++ b/LICENSE @@ -304,6 +304,31 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java * limitations under the License. */ + For fpconv + weex_core/Source/core/parser/dom_parser.cpp + /* + * Copyright (c) 2013 Andreas Samoljuk + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + For rapidjson weex_core/Source/core/parser/dom_parser.cpp /* @@ -343,27 +368,32 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java * limitations under the License. */ - For fpconv - weex_core/Source/core/parser/dom_parser.cpp + For IPC + weex_core/Source/IPC /* - * Copyright (c) 2013 Andreas Samoljuk - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: + * Copyright (C) 2008 The Android Open Source Project + * All rights reserved. * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a0ee4a12/POSSIBLE-NOTICES-FOR-BIN-DIST ---------------------------------------------------------------------- diff --git a/POSSIBLE-NOTICES-FOR-BIN-DIST b/POSSIBLE-NOTICES-FOR-BIN-DIST index fb8b9c4..80fd3b2 100644 --- a/POSSIBLE-NOTICES-FOR-BIN-DIST +++ b/POSSIBLE-NOTICES-FOR-BIN-DIST @@ -79,11 +79,14 @@ by google , licensed under the Apache License. This product contains shelljs Guava(https://github.com/shelljs/shelljs) developed by shelljs , licensed under BSD 3-clause "New" or "Revised" License. +This product contains software fpconv(https://github.com/night-shift/fpconv) developed +by night-shift , licensed under the MIT License. + This product contains software rapidjson(https://github.com/Tencent/rapidjson) developed by tencent , licensed under the MIT License. This product contains software flexbox-layout(https://github.com/google/flexbox-layout) developed by google , licensed under the Apache License. -This product contains software fpconv(https://github.com/night-shift/fpconv) developed -by night-shift , licensed under the MIT License. +This product contains software IPC(https://source.android.com/) developed +by google , licensed under the Apache License.
