From e202c1ffa1b1b6887fd06ff57ff67dd4601b1bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Wed, 22 Apr 2026 09:26:59 +0200 Subject: [PATCH] MAINTAINERS: Remove my disfunctional emails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With retrospective, mentioning email in authorship wasn't really useful, more now than these addresses are dead: - f4bug@amsat.org - philmd@redhat.com Simply remove them. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Acked-by: Michael S. Tsirkin Message-Id: <20260422080406.62638-3-philmd@linaro.org> --- crypto/tls-cipher-suites.c | 2 +- hw/i386/fw_cfg.c | 2 +- hw/i386/pc_sysfw_ovmf-stubs.c | 2 +- hw/misc/bcm2835_thermal.c | 2 +- hw/misc/led.c | 2 +- hw/ppc/fw_cfg.c | 2 +- hw/sd/sd.c | 2 +- hw/sd/sdmmc-internal.h | 2 +- hw/timer/bcm2835_systmr.c | 2 +- hw/usb/bus-stub.c | 2 +- include/crypto/tls-cipher-suites.h | 2 +- include/hw/i2c/arm_sbcon_i2c.h | 2 +- include/hw/misc/bcm2835_thermal.h | 2 +- include/hw/misc/led.h | 2 +- include/hw/timer/bcm2835_systmr.h | 2 +- include/qemu/units.h | 2 +- stubs/fw_cfg.c | 2 +- stubs/hotplug-stubs.c | 2 +- stubs/qdev.c | 2 +- tests/functional/aarch64/test_raspi3.py | 2 +- tests/functional/arm/test_bflt.py | 2 +- tests/functional/arm/test_raspi2.py | 2 +- tests/functional/m68k/test_nextcube.py | 2 +- tests/functional/mips/test_malta.py | 2 +- tests/functional/mips64el/test_fuloong2e.py | 2 +- tests/functional/mips64el/test_malta.py | 2 +- tests/functional/mipsel/test_malta.py | 2 +- tests/functional/ppc/test_40p.py | 2 +- tests/functional/qemu_test/tesseract.py | 2 +- tests/qtest/fuzz-sb16-test.c | 2 +- tests/qtest/fuzz-sdcard-test.c | 2 +- tests/qtest/sdhci-test.c | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/crypto/tls-cipher-suites.c b/crypto/tls-cipher-suites.c index d9b61d0c08..a6566f13c9 100644 --- a/crypto/tls-cipher-suites.c +++ b/crypto/tls-cipher-suites.c @@ -3,7 +3,7 @@ * * Copyright (c) 2018-2020 Red Hat, Inc. * - * Author: Philippe Mathieu-Daudé + * Author: Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/hw/i386/fw_cfg.c b/hw/i386/fw_cfg.c index 5670e8553e..858e6ca9c5 100644 --- a/hw/i386/fw_cfg.c +++ b/hw/i386/fw_cfg.c @@ -4,7 +4,7 @@ * Copyright (c) 2019 Red Hat, Inc. * * Author: - * Philippe Mathieu-Daudé + * Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/hw/i386/pc_sysfw_ovmf-stubs.c b/hw/i386/pc_sysfw_ovmf-stubs.c index b53906a052..42e300ddec 100644 --- a/hw/i386/pc_sysfw_ovmf-stubs.c +++ b/hw/i386/pc_sysfw_ovmf-stubs.c @@ -4,7 +4,7 @@ * Copyright (c) 2021 Red Hat, Inc. * * Author: - * Philippe Mathieu-Daudé + * Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/hw/misc/bcm2835_thermal.c b/hw/misc/bcm2835_thermal.c index 0dc1be15b4..413c4179fe 100644 --- a/hw/misc/bcm2835_thermal.c +++ b/hw/misc/bcm2835_thermal.c @@ -1,7 +1,7 @@ /* * BCM2835 dummy thermal sensor * - * Copyright (C) 2019 Philippe Mathieu-Daudé + * Copyright (C) 2019 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/hw/misc/led.c b/hw/misc/led.c index d9256aaaf5..8b758c1b76 100644 --- a/hw/misc/led.c +++ b/hw/misc/led.c @@ -1,7 +1,7 @@ /* * QEMU single LED device * - * Copyright (C) 2020 Philippe Mathieu-Daudé + * Copyright (C) 2020 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/hw/ppc/fw_cfg.c b/hw/ppc/fw_cfg.c index a88b5c4bde..071cf855c2 100644 --- a/hw/ppc/fw_cfg.c +++ b/hw/ppc/fw_cfg.c @@ -4,7 +4,7 @@ * Copyright (c) 2019 Red Hat, Inc. * * Author: - * Philippe Mathieu-Daudé + * Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/hw/sd/sd.c b/hw/sd/sd.c index 37f6e0702b..58275e7fa1 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -6,7 +6,7 @@ * * Copyright (c) 2006 Andrzej Zaborowski * Copyright (c) 2007 CodeSourcery - * Copyright (c) 2018 Philippe Mathieu-Daudé + * Copyright (c) 2018 Philippe Mathieu-Daudé * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/hw/sd/sdmmc-internal.h b/hw/sd/sdmmc-internal.h index c115f472ef..f9282a9712 100644 --- a/hw/sd/sdmmc-internal.h +++ b/hw/sd/sdmmc-internal.h @@ -1,7 +1,7 @@ /* * SD/MMC cards common * - * Copyright (c) 2018 Philippe Mathieu-Daudé + * Copyright (c) 2018 Philippe Mathieu-Daudé * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. diff --git a/hw/timer/bcm2835_systmr.c b/hw/timer/bcm2835_systmr.c index 00bcfcd05c..06a919b1f8 100644 --- a/hw/timer/bcm2835_systmr.c +++ b/hw/timer/bcm2835_systmr.c @@ -1,7 +1,7 @@ /* * BCM2835 SYS timer emulation * - * Copyright (C) 2019 Philippe Mathieu-Daudé + * Copyright (C) 2019 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/hw/usb/bus-stub.c b/hw/usb/bus-stub.c index a7c3909e96..7cf1b49411 100644 --- a/hw/usb/bus-stub.c +++ b/hw/usb/bus-stub.c @@ -1,7 +1,7 @@ /* * QEMU USB device emulation stubs * - * Copyright (C) 2021 Philippe Mathieu-Daudé + * Copyright (C) 2021 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/crypto/tls-cipher-suites.h b/include/crypto/tls-cipher-suites.h index 3bd2003f32..31697a7d6d 100644 --- a/include/crypto/tls-cipher-suites.h +++ b/include/crypto/tls-cipher-suites.h @@ -3,7 +3,7 @@ * * Copyright (c) 2018-2020 Red Hat, Inc. * - * Author: Philippe Mathieu-Daudé + * Author: Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/hw/i2c/arm_sbcon_i2c.h b/include/hw/i2c/arm_sbcon_i2c.h index 39b99f57bf..537de428e1 100644 --- a/include/hw/i2c/arm_sbcon_i2c.h +++ b/include/hw/i2c/arm_sbcon_i2c.h @@ -5,7 +5,7 @@ * * Copyright (c) 2006-2007 CodeSourcery. * Copyright (c) 2012 Oskar Andero - * Copyright (C) 2020 Philippe Mathieu-Daudé + * Copyright (C) 2020 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/hw/misc/bcm2835_thermal.h b/include/hw/misc/bcm2835_thermal.h index 13ffc61c1a..04eda5cb83 100644 --- a/include/hw/misc/bcm2835_thermal.h +++ b/include/hw/misc/bcm2835_thermal.h @@ -1,7 +1,7 @@ /* * BCM2835 dummy thermal sensor * - * Copyright (C) 2019 Philippe Mathieu-Daudé + * Copyright (C) 2019 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/hw/misc/led.h b/include/hw/misc/led.h index 4d077a7c43..89ccbad466 100644 --- a/include/hw/misc/led.h +++ b/include/hw/misc/led.h @@ -1,7 +1,7 @@ /* * QEMU single LED device * - * Copyright (C) 2020 Philippe Mathieu-Daudé + * Copyright (C) 2020 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/hw/timer/bcm2835_systmr.h b/include/hw/timer/bcm2835_systmr.h index 0674a18f12..770e464937 100644 --- a/include/hw/timer/bcm2835_systmr.h +++ b/include/hw/timer/bcm2835_systmr.h @@ -1,7 +1,7 @@ /* * BCM2835 SYS timer emulation * - * Copyright (c) 2019 Philippe Mathieu-Daudé + * Copyright (c) 2019 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/include/qemu/units.h b/include/qemu/units.h index 692db3fbb2..4764e301e5 100644 --- a/include/qemu/units.h +++ b/include/qemu/units.h @@ -2,7 +2,7 @@ * IEC binary prefixes definitions * * Copyright (C) 2015 Nikunj A Dadhania, IBM Corporation - * Copyright (C) 2018 Philippe Mathieu-Daudé + * Copyright (C) 2018 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/stubs/fw_cfg.c b/stubs/fw_cfg.c index bb1e3c8aa9..e7a9f714f3 100644 --- a/stubs/fw_cfg.c +++ b/stubs/fw_cfg.c @@ -4,7 +4,7 @@ * Copyright (c) 2019 Red Hat, Inc. * * Author: - * Philippe Mathieu-Daudé + * Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/stubs/hotplug-stubs.c b/stubs/hotplug-stubs.c index 23a1678dbb..0f592ee139 100644 --- a/stubs/hotplug-stubs.c +++ b/stubs/hotplug-stubs.c @@ -4,7 +4,7 @@ * Copyright (c) Red Hat * * Authors: - * Philippe Mathieu-Daudé , + * Philippe Mathieu-Daudé, * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/stubs/qdev.c b/stubs/qdev.c index 7e957b3e52..61596de5f8 100644 --- a/stubs/qdev.c +++ b/stubs/qdev.c @@ -4,7 +4,7 @@ * Copyright (c) 2021 Red Hat, Inc. * * Author: - * Philippe Mathieu-Daudé + * Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later * diff --git a/tests/functional/aarch64/test_raspi3.py b/tests/functional/aarch64/test_raspi3.py index 74f6630ed2..ae9eed3589 100755 --- a/tests/functional/aarch64/test_raspi3.py +++ b/tests/functional/aarch64/test_raspi3.py @@ -3,7 +3,7 @@ # Functional test that boots a Linux kernel on a Raspberry Pi machine # and checks the console # -# Copyright (c) 2020 Philippe Mathieu-Daudé +# Copyright (c) 2020 Philippe Mathieu-Daudé # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/functional/arm/test_bflt.py b/tests/functional/arm/test_bflt.py index f273fc8354..835a3354a0 100755 --- a/tests/functional/arm/test_bflt.py +++ b/tests/functional/arm/test_bflt.py @@ -2,7 +2,7 @@ # # Test the bFLT loader format # -# Copyright (C) 2019 Philippe Mathieu-Daudé +# Copyright (C) 2019 Philippe Mathieu-Daudé # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/functional/arm/test_raspi2.py b/tests/functional/arm/test_raspi2.py index d3c7aaa39b..fe644f04cf 100755 --- a/tests/functional/arm/test_raspi2.py +++ b/tests/functional/arm/test_raspi2.py @@ -3,7 +3,7 @@ # Functional test that boots a Linux kernel on a Raspberry Pi machine # and checks the console # -# Copyright (c) 2019 Philippe Mathieu-Daudé +# Copyright (c) 2019 Philippe Mathieu-Daudé # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/functional/m68k/test_nextcube.py b/tests/functional/m68k/test_nextcube.py index 71c160d026..d917cf5424 100755 --- a/tests/functional/m68k/test_nextcube.py +++ b/tests/functional/m68k/test_nextcube.py @@ -2,7 +2,7 @@ # # Functional test that boots a VM and run OCR on the framebuffer # -# Copyright (c) 2019 Philippe Mathieu-Daudé +# Copyright (c) 2019 Philippe Mathieu-Daudé # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. diff --git a/tests/functional/mips/test_malta.py b/tests/functional/mips/test_malta.py index e8f49f130b..7048d91a9f 100755 --- a/tests/functional/mips/test_malta.py +++ b/tests/functional/mips/test_malta.py @@ -2,7 +2,7 @@ # # Functional tests for the big-endian 32-bit MIPS Malta board # -# Copyright (c) Philippe Mathieu-Daudé +# Copyright (c) Philippe Mathieu-Daudé # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/functional/mips64el/test_fuloong2e.py b/tests/functional/mips64el/test_fuloong2e.py index 35e500b022..d449e3c39a 100755 --- a/tests/functional/mips64el/test_fuloong2e.py +++ b/tests/functional/mips64el/test_fuloong2e.py @@ -2,7 +2,7 @@ # # Functional tests for the Lemote Fuloong-2E machine. # -# Copyright (c) 2019 Philippe Mathieu-Daudé +# Copyright (c) 2019 Philippe Mathieu-Daudé # # This work is licensed under the terms of the GNU GPL, version 2 or later. # See the COPYING file in the top-level directory. diff --git a/tests/functional/mips64el/test_malta.py b/tests/functional/mips64el/test_malta.py index bc750cb7ad..163bbaf5ca 100755 --- a/tests/functional/mips64el/test_malta.py +++ b/tests/functional/mips64el/test_malta.py @@ -2,7 +2,7 @@ # # Functional tests for the little-endian 64-bit MIPS Malta board # -# Copyright (c) Philippe Mathieu-Daudé +# Copyright (c) Philippe Mathieu-Daudé # # This work is licensed under the terms of the GNU GPL, version 2 or later. # See the COPYING file in the top-level directory. diff --git a/tests/functional/mipsel/test_malta.py b/tests/functional/mipsel/test_malta.py index 59ab4a6058..25bcb33c94 100755 --- a/tests/functional/mipsel/test_malta.py +++ b/tests/functional/mipsel/test_malta.py @@ -2,7 +2,7 @@ # # Functional tests for the little-endian 32-bit MIPS Malta board # -# Copyright (c) Philippe Mathieu-Daudé +# Copyright (c) Philippe Mathieu-Daudé # # This work is licensed under the terms of the GNU GPL, version 2 or later. # See the COPYING file in the top-level directory. diff --git a/tests/functional/ppc/test_40p.py b/tests/functional/ppc/test_40p.py index ed272147f6..4c1c9bad6e 100755 --- a/tests/functional/ppc/test_40p.py +++ b/tests/functional/ppc/test_40p.py @@ -2,7 +2,7 @@ # # Functional test that boots a PReP/40p machine and checks its serial console. # -# Copyright (c) Philippe Mathieu-Daudé +# Copyright (c) Philippe Mathieu-Daudé # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. diff --git a/tests/functional/qemu_test/tesseract.py b/tests/functional/qemu_test/tesseract.py index ede6c6501e..862faec2d2 100644 --- a/tests/functional/qemu_test/tesseract.py +++ b/tests/functional/qemu_test/tesseract.py @@ -1,6 +1,6 @@ # ... # -# Copyright (c) 2019 Philippe Mathieu-Daudé +# Copyright (c) 2019 Philippe Mathieu-Daudé # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. diff --git a/tests/qtest/fuzz-sb16-test.c b/tests/qtest/fuzz-sb16-test.c index fc445b1871..9995ad8868 100644 --- a/tests/qtest/fuzz-sb16-test.c +++ b/tests/qtest/fuzz-sb16-test.c @@ -1,7 +1,7 @@ /* * QTest fuzzer-generated testcase for sb16 audio device * - * Copyright (c) 2021 Philippe Mathieu-Daudé + * Copyright (c) 2021 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/qtest/fuzz-sdcard-test.c b/tests/qtest/fuzz-sdcard-test.c index cd134cdf55..6d8be9d119 100644 --- a/tests/qtest/fuzz-sdcard-test.c +++ b/tests/qtest/fuzz-sdcard-test.c @@ -1,7 +1,7 @@ /* * QTest fuzzer-generated testcase for sdcard device * - * Copyright (c) 2021 Philippe Mathieu-Daudé + * Copyright (c) 2021 Philippe Mathieu-Daudé * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/qtest/sdhci-test.c b/tests/qtest/sdhci-test.c index 7b32711c8f..cde132228e 100644 --- a/tests/qtest/sdhci-test.c +++ b/tests/qtest/sdhci-test.c @@ -1,7 +1,7 @@ /* * QTest testcase for SDHCI controllers * - * Written by Philippe Mathieu-Daudé + * Written by Philippe Mathieu-Daudé * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory.