aboutsummaryrefslogtreecommitdiff
path: root/iceprog/mpsse.c
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2025-06-03 11:12:06 +0200
committerGitHub <noreply@github.com>2025-06-03 11:12:06 +0200
commit0bd9f5d7fa3c86a9d29f432fe8adfb163bf14cf1 (patch)
tree37af654509c98cf42780ee7f90a699ad39dabeec /iceprog/mpsse.c
parent3cdcf4b009bb8681ab7e2e09d65043f04334b60e (diff)
parentd06a967590d5ea51733100ed805c372689ffe71f (diff)
Merge pull request #348 from mattvenn/master
Update Claire's name and fix the reference image in the iceprog help
Diffstat (limited to 'iceprog/mpsse.c')
-rw-r--r--iceprog/mpsse.c4
1 files changed, 2 insertions, 2 deletions
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 <clifford@clifford.at>
+ * Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
* Copyright (C) 2018 Piotr Esden-Tempski <piotr@esden.net>
*
* 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
+}