diff options
| author | Mario Six <[email protected]> | 2018-03-06 08:04:58 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-03-09 09:23:10 -0500 |
| commit | d38826a3dceaa804a559f178f95ce689fd31bdff (patch) | |
| tree | 37036df80bc2c487d220e6f1bbe1bb04e3ae58ec /include/configs | |
| parent | b771f0b1260749ec83ad3365c926956d1fee61ff (diff) | |
treewide: Fix gdsys mail addresses
The @gdsys.cc addresses are supposed to be used for mailing lists.
Switch all occurrences of @gdsys.de mail addresses to their @gdsys.cc
equivalent.
Also, Dirk's address was wrong in one place; fix that as well.
Signed-off-by: Mario Six <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/hrcon.h | 2 | ||||
| -rw-r--r-- | include/configs/strider.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/hrcon.h b/include/configs/hrcon.h index 44910859cc6..a8afb15ebae 100644 --- a/include/configs/hrcon.h +++ b/include/configs/hrcon.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2014 - * Dirk Eibach, Guntermann & Drunck GmbH, [email protected] + * Dirk Eibach, Guntermann & Drunck GmbH, [email protected] * * * SPDX-License-Identifier: GPL-2.0+ diff --git a/include/configs/strider.h b/include/configs/strider.h index 14b03c813b6..9ba52d1303d 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2014 - * Dirk Eibach, Guntermann & Drunck GmbH, [email protected] + * Dirk Eibach, Guntermann & Drunck GmbH, [email protected] * * * SPDX-License-Identifier: GPL-2.0+ |
