From 693e1682da6910ed3c4c6a1ffd5232d19d75c655 Mon Sep 17 00:00:00 2001 From: fangzhiyi18 Date: Thu, 26 Sep 2024 09:18:48 +0000 Subject: [PATCH] ceshi Signed-off-by: fangzhiyi18 --- BUILD.gn | 1 + README.OpenSource | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 1b009a3..3849b2c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -62,4 +62,5 @@ 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 7c9d522..2987a35 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,6 +1,17 @@ [ { "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", -- Gitee