From e6e5f761b5e1277e5f8351657cc7946b7412d973 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 4 Feb 2024 22:41:03 +0100 Subject: [PATCH] utils/lsof: fix license MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Replace "Unique" by the standard SPDX identifier for lsof license: https://spdx.org/licenses/lsof.html Fixes: 59adfc86b9d1e5a8fb9d5c83db6546a6b49a77f5 (lsof: add license information) Signed-off-by: Fabrice Fontaine Signed-off-by: Petr Å tetiar [backport] (cherry picked from commit 9111b290d1dd67a1c7bb017c17569b3a35055eef) --- utils/lsof/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/lsof/Makefile b/utils/lsof/Makefile index a49b053c49..a5e7bc3e77 100644 --- a/utils/lsof/Makefile +++ b/utils/lsof/Makefile @@ -18,8 +18,8 @@ PKG_HASH:=c41709c2543ecf9de1e950795790a9786a2f225e51c3cc53d6a9a256f872472b PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION).linux PKG_MAINTAINER:=Maxim Storchak -PKG_LICENSE:=Unique -PKG_LICENSE_FILES:=00README +PKG_LICENSE:=lsof +PKG_LICENSE_FILES:=COPYING include $(INCLUDE_DIR)/package.mk -- 2.30.2