From 9111b290d1dd67a1c7bb017c17569b3a35055eef 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 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 --- utils/lsof/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/lsof/Makefile b/utils/lsof/Makefile index 11a774dce6..939fd71be4 100644 --- a/utils/lsof/Makefile +++ b/utils/lsof/Makefile @@ -16,7 +16,7 @@ PKG_HASH:=180e6284aff184d94d273e34f7264edc2af849c07b1c5d6a4183d4d402734245 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Maxim Storchak -PKG_LICENSE:=Unique +PKG_LICENSE:=lsof PKG_LICENSE_FILES:=COPYING include $(INCLUDE_DIR)/package.mk