This is an automated email from Gerrit. "Jérôme Pouiller <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9451
-- gerrit commit 33bcb31b38c443f876be05876e985f1b543552a2 Author: Jérôme Pouiller <[email protected]> Date: Mon Feb 2 11:59:07 2026 +0100 flash/nor/efm32: Update copyright The changes introduced in the previous patches has been inspired from various sources. I report here the various the copyrights I have found. Note that everything was published under MIT. Here are the vairous references I have found: Peter Johanson: https://review.openocd.org/c/openocd/+/6173 Michael Teichgräber: https://github.com/knieriem/openocd-efm32-series2 Henrik Persson: https://github.com/mikrodust-henrikp/openocd-efm32-series2 Karl Palsson: https://github.com/zephyrproject-rtos/openocd/pull/70 Signed-off-by: Jérôme Pouiller <[email protected]> Change-Id: Id87f04c50b0d45c415697811913a6a158d745e62 diff --git a/src/flash/nor/efm32.c b/src/flash/nor/efm32.c index 27f702dba3..12b3a4aad4 100644 --- a/src/flash/nor/efm32.c +++ b/src/flash/nor/efm32.c @@ -16,8 +16,17 @@ * Copyright (C) 2014 Nemui Trinomius * * [email protected] * * * + * Copyright (C) 2021 Michael Teichgräber * + * [email protected] * + * * * Copyright (C) 2021 Doug Brunner * * [email protected] * + * * + * Copyright (C) 2022 Mikrodust AB * + * [email protected] * + * * + * Copyright (c) 2026 Silicon Laboratories Inc. * + * [email protected] * ***************************************************************************/ #ifdef HAVE_CONFIG_H --
