summaryrefslogtreecommitdiffstats
path: root/rules/dosfstools.make
diff options
context:
space:
mode:
authorChristian Hermann <christian.hermann@hytera.de>2019-07-22 19:44:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-08 09:51:45 +0200
commitc964bc4a70b1e31f73f89fe01a356b8da7ad8358 (patch)
tree031dc43649bcb793366066bea75f2a9d4b83f739 /rules/dosfstools.make
parent40898d61120ef89827a7f4904f2b461b2c23c0c5 (diff)
downloadptxdist-c964bc4a70b1e31f73f89fe01a356b8da7ad8358.tar.gz
ptxdist-c964bc4a70b1e31f73f89fe01a356b8da7ad8358.tar.xz
dosfstools: fix license identifier
Signed-off-by: Christian Hermann <christian.hermann@hytera.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dosfstools.make')
-rw-r--r--rules/dosfstools.make5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/dosfstools.make b/rules/dosfstools.make
index eb11644f3..c728cc1d5 100644
--- a/rules/dosfstools.make
+++ b/rules/dosfstools.make
@@ -23,7 +23,10 @@ DOSFSTOOLS_SRC := $(DOSFSTOOLS).$(DOSFSTOOLS_SUFFIX)
DOSFSTOOLS_URL := https://github.com/dosfstools/dosfstools/releases/download/v$(DOSFSTOOLS_VERSION)/$(DOSFSTOOLS_SRC)
DOSFSTOOLS_SOURCE := $(SRCDIR)/$(DOSFSTOOLS_SRC)
DOSFSTOOLS_DIR := $(BUILDDIR)/$(DOSFSTOOLS)
-DOSFSTOOLS_LICENSE := GPL-3.0-only
+DOSFSTOOLS_LICENSE := GPL-3.0-or-later
+DOSFSTOOLS_LICENSE_FILES := \
+ file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+ file://src/fsck.fat.c;startline=1;endline=22;md5=3f94b53f3d7556100055c58a48937788
# ----------------------------------------------------------------------------
# Prepare (nothing to be done here)