Add 3rd party license for RapidJSON
diff --git a/licenses/LICENSE-BIN b/licenses/LICENSE-BIN
index 4bba2fa..8283b63 100644
--- a/licenses/LICENSE-BIN
+++ b/licenses/LICENSE-BIN
@@ -277,5 +277,23 @@
 THE SOFTWARE.
 
 ------
-This product has a bundle substratevm, which is available under the GPL License.
-The source code of spdlog can be found at https://github.com/oracle/graal/tree/master/substratevm.
+This product has a bundle RapidJSON, which is available under the MIT License.
+The source code of RapidJSON can be found at https://github.com/Tencent/rapidjson.
+
+Tencent is pleased to support the open source community by making RapidJSON available.
+
+Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
+
+Licensed under the MIT License (the "License"); you may not use this file except
+in compliance with the License. You may obtain a copy of the License at
+
+http://opensource.org/licenses/MIT
+
+Unless required by applicable law or agreed to in writing, software distributed
+under the License is distributed on an "AS IS" BASIS, 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.
+
+------
+This product has a bundle substratevm, which is available under the GPL License with Classpath exception.
+The source code of substratevm can be found at https://github.com/oracle/graal/tree/master/substratevm.