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 /board/trab | |
parent | 5e2c08c3ac90808e9be64856916bfd6df984823c (diff) |
Fix e-mail address of Gary Jennejohn.
Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'board/trab')
-rw-r--r-- | board/trab/auto_update.c | 2 | ||||
-rw-r--r-- | board/trab/config.mk | 2 | ||||
-rw-r--r-- | board/trab/flash.c | 2 | ||||
-rw-r--r-- | board/trab/lowlevel_init.S | 2 | ||||
-rw-r--r-- | board/trab/rs485.c | 2 | ||||
-rw-r--r-- | board/trab/rs485.h | 2 | ||||
-rw-r--r-- | board/trab/trab.c | 2 | ||||
-rw-r--r-- | board/trab/u-boot.lds | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/board/trab/auto_update.c b/board/trab/auto_update.c index 99327906b83..bcb8505261e 100644 --- a/board/trab/auto_update.c +++ b/board/trab/auto_update.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2003 - * 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/board/trab/config.mk b/board/trab/config.mk index 800cc28a11d..7a5de6098f5 100644 --- a/board/trab/config.mk +++ b/board/trab/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> # # TRAB board with S3C2400X (arm920t) cpu # diff --git a/board/trab/flash.c b/board/trab/flash.c index 317b61d87e4..2bbb70b76db 100644 --- a/board/trab/flash.c +++ b/board/trab/flash.c @@ -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/board/trab/lowlevel_init.S b/board/trab/lowlevel_init.S index bc7142abe34..9a009449f65 100644 --- a/board/trab/lowlevel_init.S +++ b/board/trab/lowlevel_init.S @@ -6,7 +6,7 @@ * * Modified for the TRAB board by * (C) Copyright 2002-2003 - * 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/board/trab/rs485.c b/board/trab/rs485.c index 2aedd2dc537..97aea91c8e9 100644 --- a/board/trab/rs485.c +++ b/board/trab/rs485.c @@ -3,7 +3,7 @@ * Martin Krause, TQ-Systems GmbH, <martin.krause@tqs.de> * * Based on cpu/arm920t/serial.c, by Gary Jennejohn - * (C) Copyright 2002 Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * (C) Copyright 2002 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/board/trab/rs485.h b/board/trab/rs485.h index d4a008a323d..9f0a5b9b46a 100644 --- a/board/trab/rs485.h +++ b/board/trab/rs485.h @@ -3,7 +3,7 @@ * Martin Krause, TQ-Systems GmbH, <martin.krause@tqs.de> * * Based on cpu/arm920t/serial.c, by Gary Jennejohn - * (C) Copyright 2002 Gary Jennejohn, DENX Software Engineering, <gj@denx.de> + * (C) Copyright 2002 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/board/trab/trab.c b/board/trab/trab.c index 7fcc4507f7c..53590650f13 100644 --- a/board/trab/trab.c +++ b/board/trab/trab.c @@ -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/board/trab/u-boot.lds b/board/trab/u-boot.lds index 912a2bb4f19..d8bcfa40b2a 100644 --- a/board/trab/u-boot.lds +++ b/board/trab/u-boot.lds @@ -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. |