From 548c36bc0c1ff51863489cc4aabad5b1ca008745 Mon Sep 17 00:00:00 2001 From: ddw123 Date: Thu, 28 May 2026 10:52:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?README.OpenSource=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=B2=BB=E7=90=86=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ddw123 --- README.OpenSource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 4e10099f..b6a32815 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -2,11 +2,11 @@ { "Name": "Khronos Group - Vulkan-Loader", "License": "Apache-2.0", - "License File": "LICENSE", + "License File": LICENSE.txt, "Version Number": "v1.4.309", "Owner": "wangxutao5@huawei.com", "Upstream URL": "https://github.com/KhronosGroup/Vulkan-Loader.git", "Description": "This project provides the Vulkan ICD desktop loader for Windows, Linux, MacOS, and OpenHarmony.", - "Dependencies": "vulkan-headers" + "Dependencies": ["vulkan-headers"] } ] \ No newline at end of file From 96ac9c4c398bfe93aab9e85d15325485109be795 Mon Sep 17 00:00:00 2001 From: ddw123 Date: Thu, 28 May 2026 15:34:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?README.OpenSource=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=B2=BB=E7=90=86=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ddw123 --- README.OpenSource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.OpenSource b/README.OpenSource index b6a32815..855c532f 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -2,7 +2,7 @@ { "Name": "Khronos Group - Vulkan-Loader", "License": "Apache-2.0", - "License File": LICENSE.txt, + "License File": "LICENSE.txt", "Version Number": "v1.4.309", "Owner": "wangxutao5@huawei.com", "Upstream URL": "https://github.com/KhronosGroup/Vulkan-Loader.git",