diff options
Diffstat (limited to 'cpu/lh7a40x')
-rw-r--r-- | cpu/lh7a40x/config.mk | 2 | ||||
-rw-r--r-- | cpu/lh7a40x/cpu.c | 2 | ||||
-rw-r--r-- | cpu/lh7a40x/interrupts.c | 2 | ||||
-rw-r--r-- | cpu/lh7a40x/serial.c | 2 | ||||
-rw-r--r-- | cpu/lh7a40x/start.S | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cpu/lh7a40x/config.mk b/cpu/lh7a40x/config.mk index 32fd1d1..c0e7a1d 100644 --- a/cpu/lh7a40x/config.mk +++ b/cpu/lh7a40x/config.mk @@ -1,6 +1,6 @@ # # (C) Copyright 2002 -# Gary Jennejohn, DENX Software Engineering, <gj@denx.de> +# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> # # See file CREDITS for list of people who contributed to this # project. diff --git a/cpu/lh7a40x/cpu.c b/cpu/lh7a40x/cpu.c index 93ebd13..338df87 100644 --- a/cpu/lh7a40x/cpu.c +++ b/cpu/lh7a40x/cpu.c @@ -4,7 +4,7 @@ * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 - * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * See file CREDITS for list of people who contributed to this * project. diff --git a/cpu/lh7a40x/interrupts.c b/cpu/lh7a40x/interrupts.c index 5acfe1a..d39e707 100644 --- a/cpu/lh7a40x/interrupts.c +++ b/cpu/lh7a40x/interrupts.c @@ -8,7 +8,7 @@ * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002 - * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * See file CREDITS for list of people who contributed to this * project. diff --git a/cpu/lh7a40x/serial.c b/cpu/lh7a40x/serial.c index 2132c05..4767489 100644 --- a/cpu/lh7a40x/serial.c +++ b/cpu/lh7a40x/serial.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cpu/lh7a40x/start.S b/cpu/lh7a40x/start.S index 11252ce..a1321b1 100644 --- a/cpu/lh7a40x/start.S +++ b/cpu/lh7a40x/start.S @@ -3,7 +3,7 @@ * * Copyright (c) 2001 Marius Gröger <mag@sysgo.de> * Copyright (c) 2002 Alex Züpke <azu@sysgo.de> - * Copyright (c) 2002 Gary Jennejohn <gj@denx.de> + * Copyright (c) 2002 Gary Jennejohn <garyj@denx.de> * * See file CREDITS for list of people who contributed to this * project. |