diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-10-27 16:17:56 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-10-28 20:16:11 +0100 |
commit | 29fa0586de4fe518f122a915b8c6e92d12e8ca7f (patch) | |
tree | 871d2e792b7ae8ec57c5ec86616186d675631af9 /drivers/watchdog/wdt.c | |
parent | [WATCHDOG] pci: use pci_ioremap_bar() in drivers/watchdog (diff) | |
download | linux-29fa0586de4fe518f122a915b8c6e92d12e8ca7f.tar.xz linux-29fa0586de4fe518f122a915b8c6e92d12e8ca7f.zip |
[PATCH] Switch all my contributions stuff to a single common address
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/wdt.c')
-rw-r--r-- | drivers/watchdog/wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/wdt.c b/drivers/watchdog/wdt.c index deeebb2b13ea..eddb9187e7b6 100644 --- a/drivers/watchdog/wdt.c +++ b/drivers/watchdog/wdt.c @@ -1,8 +1,8 @@ /* * Industrial Computer Source WDT500/501 driver * - * (c) Copyright 1996-1997 Alan Cox <alan@redhat.com>, All Rights Reserved. - * http://www.redhat.com + * (c) Copyright 1996-1997 Alan Cox <alan@lxorguk.ukuu.org.uk>, + * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |