libftdi Archives

Subject: [PATCH] Add SPDX identifiers to the core library and ftdi_eeprom tool

From: yegorslists@xxxxxxxxxxxxxx
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Cc: thomas.jarosch@xxxxxxxxxxxxx, Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
Date: Fri, 7 Jun 2019 15:43:55 +0200
From: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>

Signed-off-by: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
---
 ftdi_eeprom/main.c | 1 +
 src/ftdi.c         | 1 +
 src/ftdi.h         | 1 +
 src/ftdi_i.h       | 1 +
 src/ftdi_stream.c  | 1 +
 5 files changed, 5 insertions(+)

diff --git a/ftdi_eeprom/main.c b/ftdi_eeprom/main.c
index d1c4794..9778818 100644
--- a/ftdi_eeprom/main.c
+++ b/ftdi_eeprom/main.c
@@ -4,6 +4,7 @@
     begin                : Mon Apr  7 12:05:22 CEST 2003
     copyright            : (C) 2003-2014 by Intra2net AG and the libftdi 
developers
     email                : opensource@xxxxxxxxxxxxx
+    SPDX-License-Identifier: GPL-2.0-only
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/src/ftdi.c b/src/ftdi.c
index 9414c2d..988a9f1 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
@@ -4,6 +4,7 @@
     begin                : Fri Apr 4 2003
     copyright            : (C) 2003-2017 by Intra2net AG and the libftdi 
developers
     email                : opensource@xxxxxxxxxxxxx
+    SPDX-License-Identifier: LGPL-2.1-only
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/src/ftdi.h b/src/ftdi.h
index 832fa0b..8fcf719 100644
--- a/src/ftdi.h
+++ b/src/ftdi.h
@@ -4,6 +4,7 @@
     begin                : Fri Apr 4 2003
     copyright            : (C) 2003-2017 by Intra2net AG and the libftdi 
developers
     email                : opensource@xxxxxxxxxxxxx
+    SPDX-License-Identifier: LGPL-2.1-only
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/src/ftdi_i.h b/src/ftdi_i.h
index 18f5725..e7355aa 100644
--- a/src/ftdi_i.h
+++ b/src/ftdi_i.h
@@ -4,6 +4,7 @@
     begin                : Don Sep 9 2011
     copyright            : (C) 2003-2017 by Intra2net AG and the libftdi 
developers
     email                : opensource@xxxxxxxxxxxxx
+    SPDX-License-Identifier: LGPL-2.1-only
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/src/ftdi_stream.c b/src/ftdi_stream.c
index 75f1ace..f5f1287 100644
--- a/src/ftdi_stream.c
+++ b/src/ftdi_stream.c
@@ -3,6 +3,7 @@
                              -------------------
     copyright            : (C) 2009 Micah Dowty 2010 Uwe Bonnes
     email                : opensource@xxxxxxxxxxxxx
+    SPDX-License-Identifier: (LGPL-2.1-only AND MIT)
  ***************************************************************************/
 
 /***************************************************************************
-- 
2.17.0


--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread