aboutsummaryrefslogtreecommitdiff
path: root/net/httping
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2024-03-13 12:33:34 +0100
committerFlorian Eckert <fe@dev.tdt.de>2024-03-13 14:33:30 +0100
commita1dfaab9518d1ff372f447614f7131bf09031370 (patch)
treed45e222e01717186f43d089c27698f290fc22fa0 /net/httping
parent685ef7d97b345c09edd428250794dd9fce07a174 (diff)
httping: add license informations
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'net/httping')
-rw-r--r--net/httping/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index 248009972..c6d97d949 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=httping
PKG_VERSION:=3.5
PKG_RELEASE:=1
+PKG_LICENSE:=GPL-3.0-or-later
+PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/folkertvanheusden/HTTPing