From d06a967590d5ea51733100ed805c372689ffe71f Mon Sep 17 00:00:00 2001 From: Matt Venn Date: Tue, 20 May 2025 14:14:56 +0200 Subject: Update Claire's name and fix the reference image in the iceprog help --- iceprog/mpsse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iceprog/mpsse.c') diff --git a/iceprog/mpsse.c b/iceprog/mpsse.c index 80d462f..0106c45 100644 --- a/iceprog/mpsse.c +++ b/iceprog/mpsse.c @@ -1,7 +1,7 @@ /* * iceprog -- simple programming tool for FTDI-based Lattice iCE programmers * - * Copyright (C) 2015 Clifford Wolf + * Copyright (C) 2015 Claire Xenia Wolf * Copyright (C) 2018 Piotr Esden-Tempski * * Permission to use, copy, modify, and/or distribute this software for any @@ -360,4 +360,4 @@ void mpsse_close(void) ftdi_disable_bitbang(&mpsse_ftdic); ftdi_usb_close(&mpsse_ftdic); ftdi_deinit(&mpsse_ftdic); -} \ No newline at end of file +} -- cgit v1.2.3