From b6444ee6f30b546dbb9edf2e6cefd05c7c5f3949 Mon Sep 17 00:00:00 2001 From: Jianlang Deng Date: Thu, 4 Dec 2025 11:44:00 +0800 Subject: [PATCH 1/3] Add new rule to Mulan PubL v1 License Signed-off-by: Jianlang Deng --- src/licensedcode/data/rules/mulanpubl-1.0_1.RULE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/licensedcode/data/rules/mulanpubl-1.0_1.RULE diff --git a/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE b/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE new file mode 100644 index 0000000000..ffbf469eb1 --- /dev/null +++ b/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE @@ -0,0 +1,15 @@ +--- +license_expression: mulanpubl-1.0 +is_license_notice: yes +ignorable_urls: + - http://license.coscl.org.cn/MulanPubL-1.0 +--- + +licensed under Mulan PubL v1. +You can use this software according to the terms and conditions of the Mulan PubL v1. +You may obtain a copy of Mulan PubL v1 at: + http://license.coscl.org.cn/MulanPubL-1.0 +THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, +EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, +MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. +See the Mulan PubL v1 for more details. From 4049f34a3c03ef007f34b2a1eac5452564327a3d Mon Sep 17 00:00:00 2001 From: Jianlang Deng Date: Thu, 18 Dec 2025 20:26:30 +0800 Subject: [PATCH 2/3] Update src/licensedcode/data/rules/mulanpubl-1.0_1.RULE add required phrases "{{Mulan PubL v1}}" on rule text Co-authored-by: Ayan Sinha Mahapatra --- src/licensedcode/data/rules/mulanpubl-1.0_1.RULE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE b/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE index ffbf469eb1..c2b6d2a20b 100644 --- a/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE +++ b/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE @@ -5,7 +5,7 @@ ignorable_urls: - http://license.coscl.org.cn/MulanPubL-1.0 --- -licensed under Mulan PubL v1. +licensed under {{Mulan PubL v1}}. You can use this software according to the terms and conditions of the Mulan PubL v1. You may obtain a copy of Mulan PubL v1 at: http://license.coscl.org.cn/MulanPubL-1.0 From bb0049644d81253a05472aa03c0d7f67431e133f Mon Sep 17 00:00:00 2001 From: Jianlang Deng Date: Thu, 18 Dec 2025 22:24:54 +0800 Subject: [PATCH 3/3] Update src/licensedcode/data/rules/mulanpubl-1.0_1.RULE add required phrases "{{http://license.coscl.org.cn/MulanPubL-1.0}}" on rule text Signed-off-by: Jianlang Deng Co-authored-by: Ayan Sinha Mahapatra --- src/licensedcode/data/rules/mulanpubl-1.0_1.RULE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE b/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE index c2b6d2a20b..93e3f6c2dd 100644 --- a/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE +++ b/src/licensedcode/data/rules/mulanpubl-1.0_1.RULE @@ -8,7 +8,7 @@ ignorable_urls: licensed under {{Mulan PubL v1}}. You can use this software according to the terms and conditions of the Mulan PubL v1. You may obtain a copy of Mulan PubL v1 at: - http://license.coscl.org.cn/MulanPubL-1.0 + {{http://license.coscl.org.cn/MulanPubL-1.0}} THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.