projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
013a2f2
)
utils/lsof: fix license
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sun, 4 Feb 2024 21:41:03 +0000
(22:41 +0100)
committer
Rosen Penev
<rosenp@gmail.com>
Sun, 4 Feb 2024 23:58:46 +0000
(15:58 -0800)
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 <fontaine.fabrice@gmail.com>
utils/lsof/Makefile
patch
|
blob
|
history
diff --git
a/utils/lsof/Makefile
b/utils/lsof/Makefile
index 11a774dce608bfd928f9156bf1ad7312b16a112a..939fd71be4364b83200ea5c89cce9f0ecf0f131e 100644
(file)
--- 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 <m.storchak@gmail.com>
-PKG_LICENSE:=
Unique
+PKG_LICENSE:=
lsof
PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk