diff options
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 39fc0e9ca7..c35f5992e2 100644 --- a/include/atsha204a-i2c.h +++ b/include/atsha204a-i2c.h @@ -3,7 +3,7 @@ * * Copyright (C) 2014 Josh Datko, Cryptotronix, jbd@cryptotronix.com * 2016 Tomas Hlavacek, CZ.NIC, tmshlvck@gmail.com - * 2017 Marek Behun, CZ.NIC, marek.behun@nic.cz + * 2017 Marek Behún, CZ.NIC, kabel@kernel.org * * 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 a7605e1589..2d73add18e 100644 --- a/include/btrfs.h +++ b/include/btrfs.h @@ -2,7 +2,7 @@ /* * BTRFS filesystem implementation for U-Boot * - * 2017 Marek Behun, CZ.NIC, marek.behun@nic.cz + * 2017 Marek Behún, CZ.NIC, kabel@kernel.org */ #ifndef __U_BOOT_BTRFS_H__ diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h index 401627a47a..b8ff705ac9 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 <marek.behun@nic.cz> + * Copyright (C) 2018 Marek Behún <kabel@kernel.org> * * Based on mvebu_armada-37xx.h by Stefan Roese <sr@denx.de> */ diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h index 9013d9a693..52de4cdc78 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 <marek.behun@nic.cz> + * Copyright (C) 2017 Marek Behún <kabel@kernel.org> * Copyright (C) 2016 Tomas Hlavacek <tomas.hlavacek@nic.cz> */ diff --git a/include/fs_internal.h b/include/fs_internal.h index 3d4d25da96..07f6bc5ea4 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 <marek.behun@nic.cz> + * 2017 by Marek Behún <kabel@kernel.org> * * 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 cb815d0fee..c5fa1b80e3 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, marek.behun@nic.cz + * 2017 Marek Behún, CZ.NIC, kabel@kernel.org */ #ifndef __VARIADIC_MACRO_H__ |