From 5301a6dbc3b2740a692ad1d1e400953d4e282383 Mon Sep 17 00:00:00 2001 From: zhenghui Date: Fri, 8 Nov 2024 17:08:00 +0800 Subject: [PATCH] =?UTF-8?q?README.OpenSource=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhenghui --- README.OpenSource | 4 ++-- bundle.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index e5831395..d65d96d8 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,10 +1,10 @@ [ { "Name": "selinux", - "License": "GPL V2.0;Public Domain;LGPL V2.1;BSD 2-Clause License", + "License": "GPL-2.0-only;Public Domain;LGPL-2.1-only;BSD-2-Clause-Views", "License File": "NOTICE", "Version Number": "3.5", - "Owner": "jiangxiaofeng8@huawei.com", + "Owner": "maliang34@huawei.com", "Upstream URL": "https://github.com/SELinuxProject/selinux", "Description": "This is the upstream repository for the Security Enhanced Linux (SELinux) userland libraries and tools." } diff --git a/bundle.json b/bundle.json index 6c2e0978..8d90a1c6 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/selinux", "description": "The CI now uses GitHub Actions to run tests and the SELinux testsuite in a virtual machine. Replace the Travis CI badge with the ones for these workflows.", "version": "3.1", - "license": "GPL V2.0 or Public Domain or LGPL V2.1 or BSD 2-Clause License", + "license": "GPL-2.0-only or Public Domain or LGPL-2.1-only or BSD-2-Clause-Views", "publishAs": "code-segment", "segment": { "destPath": "third_party/selinux" -- Gitee