From 9341a7e8efc07c213c872ced62fc03c03a270b44 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sat, 3 Jan 2026 00:28:14 +0100 Subject: [PATCH] Increase copyright year to 2026 --- README | 2 +- ftdi_eeprom/main.c | 2 +- ftdipp/ftdi.cpp | 2 +- ftdipp/ftdi.hpp | 2 +- src/ftdi.c | 2 +- src/ftdi.h | 2 +- src/ftdi_i.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index c64f884..2a2f337 100644 --- a/README +++ b/README @@ -63,5 +63,5 @@ make install More verbose build instructions are in "README.build" -------------------------------------------------------------------- -www.intra2net.com 2003-2020 Intra2net AG +www.intra2net.com 2003-2026 Intra2net AG -------------------------------------------------------------------- diff --git a/ftdi_eeprom/main.c b/ftdi_eeprom/main.c index e3a09ba..614d51e 100644 --- a/ftdi_eeprom/main.c +++ b/ftdi_eeprom/main.c @@ -2,7 +2,7 @@ main.c - description ------------------- begin : Mon Apr 7 12:05:22 CEST 2003 - copyright : (C) 2003-2020 by Intra2net AG and the libftdi developers + copyright : (C) 2003-2026 by Intra2net AG and the libftdi developers email : opensource@intra2net.com SPDX-License-Identifier: GPL-2.0-only ***************************************************************************/ diff --git a/ftdipp/ftdi.cpp b/ftdipp/ftdi.cpp index afb84fb..2df1e6c 100644 --- a/ftdipp/ftdi.cpp +++ b/ftdipp/ftdi.cpp @@ -2,7 +2,7 @@ ftdi.cpp - C++ wrapper for libftdi ------------------- begin : Mon Oct 13 2008 - copyright : (C) 2008-2020 by Marek Vavruša / libftdi developers + copyright : (C) 2008-2026 by Marek Vavruša / libftdi developers email : opensource@intra2net.com and marek@vavrusa.com ***************************************************************************/ /* diff --git a/ftdipp/ftdi.hpp b/ftdipp/ftdi.hpp index 2458327..3d07e77 100644 --- a/ftdipp/ftdi.hpp +++ b/ftdipp/ftdi.hpp @@ -2,7 +2,7 @@ ftdi.hpp - C++ wrapper for libftdi ------------------- begin : Mon Oct 13 2008 - copyright : (C) 2008-2020 by Marek Vavruša and libftdi developers + copyright : (C) 2008-2026 by Marek Vavruša and libftdi developers email : opensource@intra2net.com and marek@vavrusa.com ***************************************************************************/ /* diff --git a/src/ftdi.c b/src/ftdi.c index 4944e3a..811f801 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -2,7 +2,7 @@ ftdi.c - description ------------------- begin : Fri Apr 4 2003 - copyright : (C) 2003-2020 by Intra2net AG and the libftdi developers + copyright : (C) 2003-2026 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 ffeb452..821e9f1 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -2,7 +2,7 @@ ftdi.h - description ------------------- begin : Fri Apr 4 2003 - copyright : (C) 2003-2020 by Intra2net AG and the libftdi developers + copyright : (C) 2003-2026 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 5d04120..555726e 100644 --- a/src/ftdi_i.h +++ b/src/ftdi_i.h @@ -2,7 +2,7 @@ ftdi_i.h - description ------------------- begin : Don Sep 9 2011 - copyright : (C) 2003-2020 by Intra2net AG and the libftdi developers + copyright : (C) 2003-2026 by Intra2net AG and the libftdi developers email : opensource@intra2net.com SPDX-License-Identifier: LGPL-2.1-only ***************************************************************************/ -- 1.7.1