diff options
Diffstat (limited to 'cpu/arm925t')
-rw-r--r-- | cpu/arm925t/config.mk | 2 | ||||
-rw-r--r-- | cpu/arm925t/cpu.c | 2 | ||||
-rw-r--r-- | cpu/arm925t/interrupts.c | 2 | ||||
-rw-r--r-- | cpu/arm925t/start.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cpu/arm925t/config.mk b/cpu/arm925t/config.mk index 38718a35221..5d8a10ff628 100644 --- a/cpu/arm925t/config.mk +++ b/cpu/arm925t/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/arm925t/cpu.c b/cpu/arm925t/cpu.c index a9778dc3d61..62828b174e2 100644 --- a/cpu/arm925t/cpu.c +++ b/cpu/arm925t/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/arm925t/interrupts.c b/cpu/arm925t/interrupts.c index ec2a9789d32..179992debed 100644 --- a/cpu/arm925t/interrupts.c +++ b/cpu/arm925t/interrupts.c @@ -14,7 +14,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/arm925t/start.S b/cpu/arm925t/start.S index c48014d14be..567e80479e2 100644 --- a/cpu/arm925t/start.S +++ b/cpu/arm925t/start.S @@ -7,7 +7,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> * Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com> * Copyright (c) 2003 Kshitij <kshitij@ti.com> * |