From: Fabrice Fontaine Date: Sun, 4 Feb 2024 21:41:03 +0000 (+0100) Subject: utils/lsof: fix license X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e6e5f761b5e1277e5f8351657cc7946b7412d973;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 Signed-off-by: Petr Štetiar [backport] (cherry picked from commit 9111b290d1dd67a1c7bb017c17569b3a35055eef) --- 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