libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.4-23-g5b110de

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 1 Oct 2019 16:00:08 +0200 (CEST)
The branch, master has been updated
       via  5b110dec90393f6951624fe9a9e58c9ae9e43127 (commit)
      from  e6478214f57dc20aeee7fbaa6b44af86f9bfb3fa (commit)


- Log -----------------------------------------------------------------
commit 5b110dec90393f6951624fe9a9e58c9ae9e43127
Author: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
Date:   Fri Jun 7 15:43:55 2019 +0200

    Add SPDX identifiers to the core library and ftdi_eeprom tool
    
    Signed-off-by: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>

-----------------------------------------------------------------------

Summary of changes:
 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(+), 0 deletions(-)

diff --git a/ftdi_eeprom/main.c b/ftdi_eeprom/main.c
index 16c87c9..72c1fa7 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)
  ***************************************************************************/
 
 /***************************************************************************


hooks/post-receive
-- 
A library to talk to FTDI chips

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

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.4-23-g5b110de, libftdi-git <=