diff --git a/LICENSE b/LICENSE index c54354acd2..a459980b18 100644 --- a/LICENSE +++ b/LICENSE @@ -302,4 +302,25 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java * 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. - */ \ No newline at end of file + */ + + For rapidjson + weex_core/Source/core/parser/dom_parser.cpp + /* + * Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. + * + * 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. + */ diff --git a/POSSIBLE-NOTICES-FOR-BIN-DIST b/POSSIBLE-NOTICES-FOR-BIN-DIST index 6591f3e8da..78d1a0635b 100644 --- a/POSSIBLE-NOTICES-FOR-BIN-DIST +++ b/POSSIBLE-NOTICES-FOR-BIN-DIST @@ -49,9 +49,6 @@ by facebook , licensed under the BSD-3-Clause License. This product contains software animated-gif(https://github.com/facebook/fresco) developed by facebook , licensed under the BSD-3-Clause License. -This product contains software yoga(https://github.com/facebook/yoga) developed -by facebook , licensed under the BSD-3-Clause License. - This product contains software SocketRocket(https://github.com/facebook/SocketRocket) developed by facebook , licensed under the BSD-3-Clause License. @@ -80,4 +77,7 @@ This product contains software Guava(https://github.com/google/guava) developed 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. \ No newline at end of file +by shelljs , licensed under BSD 3-clause "New" or "Revised" License. + +This product contains software rapidjson(https://github.com/Tencent/rapidjson) developed +by tencent , licensed under the MIT License.