From 71d1e1171fd8e1123cd78a66b8e0802323a599f2 Mon Sep 17 00:00:00 2001 From: 18721213663 Date: Mon, 24 Jun 2024 15:09:10 +0800 Subject: [PATCH] fix_OpenSource Signed-off-by: 18721213663 --- BUILD.gn | 1 - README.OpenSource | 13 ++----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 3849b2c..1b009a3 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -62,5 +62,4 @@ ohos_shared_library("liburing") { innerapi_tags = [ "platformsdk" ] output_name = "liburing" output_extension = "so" - license_file = "README.OpenSource" } diff --git a/README.OpenSource b/README.OpenSource index 3c9507a..7c9d522 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,17 +1,8 @@ [ { "Name": "liburing", - "License": "MIT License", - "License File": "LICENSE", - "Version Number": "2.3", - "Owner": "maojingjing1@huawei.com", - "Upstream URL": "https://github.com/axboe/liburing/releases/tag/liburing-2.3", - "Description": "liburing provides helpers to setup and reardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation." - }, - { - "Name": "liburing", - "License": "GPL V2.0", - "License File": "COPYING.GPL", + "License": "MIT License, GPL V2.0", + "License File": "LICENSE, COPYING.GPL", "Version Number": "2.3", "Owner": "maojingjing1@huawei.com", "Upstream URL": "https://github.com/axboe/liburing/releases/tag/liburing-2.3", -- Gitee