From d38826a3dceaa804a559f178f95ce689fd31bdff Mon Sep 17 00:00:00 2001 From: Mario Six Date: Tue, 6 Mar 2018 08:04:58 +0100 Subject: 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 --- include/configs/hrcon.h | 2 +- include/configs/strider.h | 2 +- include/gdsys_fpga.h | 2 +- include/pca9698.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/configs/hrcon.h b/include/configs/hrcon.h index 44910859cc..a8afb15eba 100644 --- a/include/configs/hrcon.h +++ b/include/configs/hrcon.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2014 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * * SPDX-License-Identifier: GPL-2.0+ diff --git a/include/configs/strider.h b/include/configs/strider.h index 14b03c813b..9ba52d1303 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2014 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * * SPDX-License-Identifier: GPL-2.0+ diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h index bb8e144e04..10290509f5 100644 --- a/include/gdsys_fpga.h +++ b/include/gdsys_fpga.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2010 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/include/pca9698.h b/include/pca9698.h index 9732be661d..c7f3ddd50a 100644 --- a/include/pca9698.h +++ b/include/pca9698.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2011 - * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de + * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc * * SPDX-License-Identifier: GPL-2.0+ */ -- cgit