diff --git a/BUILD.gn b/BUILD.gn index 1b009a3702b24ac5b009f91c0550d348322a4bed..3849b2cda64d1a7cc4179a8a1648b3af4c929576 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 7c9d5220867a01f0122d360c8d9dedab8189d618..2987a3583fa6820ed4b75dd246cec552b35b1420 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",