diff options
| author | Marek Behún <[email protected]> | 2022-06-01 17:17:06 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-07-21 10:14:04 +0200 |
| commit | 61143f741ee5fd45720ca92682aaf557525b4b64 (patch) | |
| tree | adbd16aaf59b06877a123ea203cc93dd314212a3 /include | |
| parent | 8a7880f0c172a3937e72f802779642bfdba88a34 (diff) | |
treewide: Fix Marek's name and change my e-mail address
Fix diacritics in some instances of my name and change my e-mail address
to [email protected].
Add corresponding .mailmap entries.
Signed-off-by: Marek Behún <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/atsha204a-i2c.h | 2 | ||||
| -rw-r--r-- | include/btrfs.h | 2 | ||||
| -rw-r--r-- | include/configs/turris_mox.h | 2 | ||||
| -rw-r--r-- | include/configs/turris_omnia.h | 2 | ||||
| -rw-r--r-- | include/fs_internal.h | 2 | ||||
| -rw-r--r-- | include/u-boot/variadic-macro.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/include/atsha204a-i2c.h b/include/atsha204a-i2c.h index 39fc0e9ca72..c35f5992e2f 100644 --- a/include/atsha204a-i2c.h +++ b/include/atsha204a-i2c.h @@ -3,7 +3,7 @@ * * Copyright (C) 2014 Josh Datko, Cryptotronix, [email protected] * 2016 Tomas Hlavacek, CZ.NIC, [email protected] - * 2017 Marek Behun, CZ.NIC, [email protected] + * 2017 Marek Behún, CZ.NIC, [email protected] * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as diff --git a/include/btrfs.h b/include/btrfs.h index a7605e15897..2d73add18e0 100644 --- a/include/btrfs.h +++ b/include/btrfs.h @@ -2,7 +2,7 @@ /* * BTRFS filesystem implementation for U-Boot * - * 2017 Marek Behun, CZ.NIC, [email protected] + * 2017 Marek Behún, CZ.NIC, [email protected] */ #ifndef __U_BOOT_BTRFS_H__ diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h index 401627a47a2..b8ff705ac92 100644 --- a/include/configs/turris_mox.h +++ b/include/configs/turris_mox.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* - * Copyright (C) 2018 Marek Behun <[email protected]> + * Copyright (C) 2018 Marek Behún <[email protected]> * * Based on mvebu_armada-37xx.h by Stefan Roese <[email protected]> */ diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h index 9013d9a6932..52de4cdc789 100644 --- a/include/configs/turris_omnia.h +++ b/include/configs/turris_omnia.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* - * Copyright (C) 2017 Marek Behun <[email protected]> + * Copyright (C) 2017 Marek Behún <[email protected]> * Copyright (C) 2016 Tomas Hlavacek <[email protected]> */ diff --git a/include/fs_internal.h b/include/fs_internal.h index 3d4d25da960..07f6bc5ea40 100644 --- a/include/fs_internal.h +++ b/include/fs_internal.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * 2017 by Marek Behun <[email protected]> + * 2017 by Marek Behún <[email protected]> * * Derived from code in ext4/dev.c, which was based on reiserfs/dev.c */ diff --git a/include/u-boot/variadic-macro.h b/include/u-boot/variadic-macro.h index cb815d0fee6..c5fa1b80e38 100644 --- a/include/u-boot/variadic-macro.h +++ b/include/u-boot/variadic-macro.h @@ -2,7 +2,7 @@ /* * Helper for work with variadic macros * - * 2017 Marek Behun, CZ.NIC, [email protected] + * 2017 Marek Behún, CZ.NIC, [email protected] */ #ifndef __VARIADIC_MACRO_H__ |
