dfu-util started with the following headers stating GPL-2.0-or-later in
2007 already, and never changed that:
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
buildroot and Debian come to the same conclusion. That was probably
attributed wrong in ptxdist back in 2010 (and converted twice later).
Fixes: 01006cfdfeda ("[dfu-utils] version bump to first release 0.1")
Signed-off-by: Alexander Dahl <[email protected]>
---
Notes:
v1 -> v2:
---------
- dfuse-pack.py is not copied to target, don't include in license info
(Michael Olbrich)
rules/dfu-util.make | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/rules/dfu-util.make b/rules/dfu-util.make
index 277462e55..dc3ca7595 100644
--- a/rules/dfu-util.make
+++ b/rules/dfu-util.make
@@ -21,7 +21,9 @@ DFU_UTIL_SUFFIX := tar.gz
DFU_UTIL_URL :=
http://dfu-util.sourceforge.net/releases/$(DFU_UTIL).$(DFU_UTIL_SUFFIX)
DFU_UTIL_SOURCE := $(SRCDIR)/$(DFU_UTIL).$(DFU_UTIL_SUFFIX)
DFU_UTIL_DIR := $(BUILDDIR)/$(DFU_UTIL)
-DFU_UTIL_LICENSE := GPL-2.0-only
+DFU_UTIL_LICENSE := GPL-2.0-or-later
+DFU_UTIL_LICENSE_FILES := file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
+# The file 'dfuse-pack.py' has different license, but is not copied to target
# ----------------------------------------------------------------------------
# Prepare
--
2.30.2
_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to
[email protected]