diff options
author | Detlev Zundel <dzu@denx.de> | 2009-05-13 10:54:10 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-05-15 22:11:59 +0200 |
commit | 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80 (patch) | |
tree | 95370d3450ffebe4c4fb620188fd608d1076a6d2 /cpu/lh7a40x | |
parent | 5e2c08c3ac90808e9be64856916bfd6df984823c (diff) |
Fix e-mail address of Gary Jennejohn.
Signed-off-by: Detlev Zundel <dzu@denx.de>
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 32fd1d1ebb9..c0e7a1d0448 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 93ebd13234b..338df8769ef 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 5acfe1a4497..d39e7077755 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 2132c052a4e..4767489aef0 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 11252ce33b6..a1321b1d740 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. |