From 8cd482eccf8c014e09396021083a021e092aa808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E7=99=BD97?= <1061053450@qq.com> Date: Thu, 10 Jun 2021 15:33:46 +0800 Subject: [PATCH] update README.md. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5647aec..81ca86d 100644 --- a/README.md +++ b/README.md @@ -217,4 +217,13 @@ dependencies { #### 版权和许可信息 -- Apache Licence \ No newline at end of file +Originally forked from edmodo/cropper. + +Copyright 2016, Arthur Teplitzki, 2013, Edmodo, Inc. +Copyright 2021 Institute of Software Chinese Academy of Sciences, ISRC + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at: + +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. \ No newline at end of file -- Gitee