From: Fabrice Fontaine Date: Sun, 4 Feb 2024 21:41:03 +0000 (+0100) Subject: utils/lsof: fix license X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9111b290d1dd67a1c7bb017c17569b3a35055eef;p=feed%2Fpackages.git 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 --- 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