From 943e9211e4aab9bb9ce2081b8d40acbd0c3d8681 Mon Sep 17 00:00:00 2001 From: zhongning5 Date: Fri, 27 Dec 2024 13:11:17 +0800 Subject: [PATCH] =?UTF-8?q?OpenSource=E6=96=87=E4=BB=B6License=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=A7=84=E8=8C=83=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhongning5 --- README.OpenSource | 4 ++-- patches/patches.json | 12 +----------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index a122a0c..8e3d99c 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,11 +1,11 @@ [ { "Name": "liburing", - "License": "MIT License", + "License": "MIT", "License File": "LICENSE", "Version Number": "2.7", "Owner": "mailto:maojingjing1@huawei.com", "Upstream URL": "https://github.com/axboe/liburing/releases/tag/liburing-2.7", "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." } -] \ No newline at end of file +] diff --git a/patches/patches.json b/patches/patches.json index 9f73be7..60ae42a 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1,14 +1,4 @@ { "patches": [ - { - "project":"filemanagement_file_api", - "path":"foundation/filemanagement/file_api", - "pr_url":"https://gitee.com/openharmony/filemanagement_file_api/pulls/702" - }, - { - "project":"vendor_hihope", - "path":"vendor/hihope", - "pr_url":"https://gitee.com/openharmony/vendor_hihope/pulls/1301" - } ] -} \ No newline at end of file +} -- Gitee