From 5b110dec90393f6951624fe9a9e58c9ae9e43127 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Fri, 7 Jun 2019 15:43:55 +0200 Subject: [PATCH] Add SPDX identifiers to the core library and ftdi_eeprom tool Signed-off-by: Yegor Yefremov --- 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@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) ***************************************************************************/ /*************************************************************************** -- 1.7.1