diff mbox series

[1/1] package/libiqrf: add license file

Message ID 20201107140303.169003-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/libiqrf: add license file | expand

Commit Message

Fabrice Fontaine Nov. 7, 2020, 2:03 p.m. UTC
Add license file and, while at it, update indentation to two spaces

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libiqrf/libiqrf.hash | 3 ++-
 package/libiqrf/libiqrf.mk   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

Peter Korsgaard Nov. 10, 2020, 7:31 a.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Add license file and, while at it, update indentation to two spaces
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
Peter Korsgaard Nov. 13, 2020, 10:42 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Add license file and, while at it, update indentation to two spaces
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x and 2020.08.x, thanks.
diff mbox series

Patch

diff --git a/package/libiqrf/libiqrf.hash b/package/libiqrf/libiqrf.hash
index b7f3b9bf2c..df749def17 100644
--- a/package/libiqrf/libiqrf.hash
+++ b/package/libiqrf/libiqrf.hash
@@ -1,2 +1,3 @@ 
 # Locally calculated
-sha256 8111031dd9dd6093a1927eb32dd7476fe22cfee9190043aa8e4c88003c104b16  libiqrf-0.1.2.tar.gz
+sha256  8111031dd9dd6093a1927eb32dd7476fe22cfee9190043aa8e4c88003c104b16  libiqrf-0.1.2.tar.gz
+sha256  11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015  src/iqrf.c
diff --git a/package/libiqrf/libiqrf.mk b/package/libiqrf/libiqrf.mk
index cd03373dec..3f4e3e8498 100644
--- a/package/libiqrf/libiqrf.mk
+++ b/package/libiqrf/libiqrf.mk
@@ -9,5 +9,6 @@  LIBIQRF_SITE = $(call github,nandra,libiqrf,v$(LIBIQRF_VERSION))
 LIBIQRF_INSTALL_STAGING = YES
 LIBIQRF_DEPENDENCIES = libusb
 LIBIQRF_LICENSE = LGPL-2.1+
+LIBIQRF_LICENSE_FILES = src/iqrf.c
 
 $(eval $(cmake-package))