From f6ff27bd11b076326af1309cacfc2b81f92faea9 Mon Sep 17 00:00:00 2001 From: lizhenlin Date: Thu, 4 Dec 2025 17:10:59 +0800 Subject: [PATCH] update license Signed-off-by: lizhenlin --- BUILD.gn | 1 + README.OpenSource | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index f8165aff..df7a65d3 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -34,6 +34,7 @@ config("elfutils_public_config") { copy("copy_header_file") { sources = [ + "//third_party/elfutils/libdwelf/libdwelf.h", "//third_party/elfutils/libdwfl/libdwfl.h", "//third_party/elfutils/libdw/libdw.h", "//third_party/elfutils/libdw/dwarf.h", diff --git a/README.OpenSource b/README.OpenSource index fff107cb..e9c0dc87 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,8 +1,8 @@ [ { "Name": "elfutils", - "License": "LGPL-2.1, LGPL-3.0, GPL-2.0", - "License File": "COPYING-GPLV2", + "License": "LGPL V3.0", + "License File": "COPYING-LGPLV3", "Version Number": "0.193", "Owner": "zhanghaibo0@huawei.com", "Upstream URL": "https://sourceware.org/elfutils/",