From ba3d4dca5ce11d6e1723e717bfe1d9b163134fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=AC=A2?= Date: Thu, 11 Apr 2024 19:36:55 +0800 Subject: [PATCH] =?UTF-8?q?commons-codec=E5=BA=93=E4=BF=AE=E5=A4=8DOpenSou?= =?UTF-8?q?rce=E6=A0=BC=E5=BC=8F=E5=8F=8ALICENSE=E6=96=87=E4=BB=B6,OAT?= =?UTF-8?q?=E7=89=88=E6=9D=83=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张欢 --- LICENSE => LICENSE.txt | 0 OAT.xml | 17 +++++++++++++++++ README.OpenSource | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/OAT.xml b/OAT.xml index 3d469b9..b9b7931 100644 --- a/OAT.xml +++ b/OAT.xml @@ -1,4 +1,21 @@ + diff --git a/README.OpenSource b/README.OpenSource index acad1ba..75f317a 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,8 +1,8 @@ [ { "Name":"commons-codec", - "License":"MIT License", - "License File":"LICENSE", + "License":"Apache License 2.0", + "License File":"LICENSE.txt", "Version Number":"2.0.0", "Owner":"xiafeng@huawei.com", "Upstream URL":"https://github.com/apache/commons-codec", -- Gitee