From 1772df726f89eb3f1f8203d5e1112d7df0621838 Mon Sep 17 00:00:00 2001 From: "hepeipei (C)" Date: Fri, 9 Apr 2021 18:44:44 +0800 Subject: [PATCH] update LICENSE --- VoiceCamera/LICENSE | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/VoiceCamera/LICENSE b/VoiceCamera/LICENSE index eb44b24a..6c25c86a 100644 --- a/VoiceCamera/LICENSE +++ b/VoiceCamera/LICENSE @@ -4,14 +4,36 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 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. - + + We use Alibaba's open-source fastjson.jar. The details are as follows: + + ### License + + Fastjson is released under the [Apache 2.0 license](LICENSE). + + ``` + Copyright 1999-2021 Alibaba Group Holding Ltd. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at the following link. + + http://www.apache.org/licenses/LICENSE-2.0 + + 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. + ``` + Apache License, Version 2.0 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -- Gitee