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:
e24386b
)
utils/lsof: fix license
author
Fabrice Fontaine
<
[email protected]
>
Sun, 4 Feb 2024 21:41:03 +0000
(22:41 +0100)
committer
Petr Štetiar
<
[email protected]
>
Wed, 10 Jul 2024 10:39:03 +0000
(10:39 +0000)
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 <
[email protected]
>
Signed-off-by: Petr Štetiar <
[email protected]
> [backport]
(cherry picked from commit
9111b290d1dd67a1c7bb017c17569b3a35055eef
)
utils/lsof/Makefile
patch
|
blob
|
history
diff --git
a/utils/lsof/Makefile
b/utils/lsof/Makefile
index a49b053c49025105e30a4f6a6cc27c6f6bd73c9e..a5e7bc3e77548061decf3362521c51884df23434 100644
(file)
--- 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 <
[email protected]
>
-PKG_LICENSE:=
Unique
-PKG_LICENSE_FILES:=
00README
+PKG_LICENSE:=
lsof
+PKG_LICENSE_FILES:=
COPYING
include $(INCLUDE_DIR)/package.mk