From: Yegor Yefremov Date: Fri, 7 Jun 2019 13:43:55 +0000 (+0200) Subject: Add SPDX identifiers to the core library and ftdi_eeprom tool X-Git-Tag: v1.5rc1~20 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=5b110dec90393f6951624fe9a9e58c9ae9e43127 Add SPDX identifiers to the core library and ftdi_eeprom tool Signed-off-by: Yegor Yefremov --- 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@intra2net.com + 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@intra2net.com + 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@intra2net.com + 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@intra2net.com + 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@intra2net.com + SPDX-License-Identifier: (LGPL-2.1-only AND MIT) ***************************************************************************/ /***************************************************************************