diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-03 13:37:51 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-03 13:37:51 +0100 |
commit | f4b09ebc8baa51ec8394c4173e3de9d62b2cc97a (patch) | |
tree | d91c611e6f43e1775f584f796c6990d746d4ef6c /scripts/checkversion.pl | |
parent | e3e1bfe4f28de86d065bc041456161a3f3a9aef7 (diff) |
update the email address of Randy Dunlap
This patch removes all references to the bouncing address
rddunlap@osdl.org and one dead web page from the kernel.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Diffstat (limited to 'scripts/checkversion.pl')
-rwxr-xr-x | scripts/checkversion.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkversion.pl b/scripts/checkversion.pl index df10db662eb1..9f84e562318d 100755 --- a/scripts/checkversion.pl +++ b/scripts/checkversion.pl @@ -3,7 +3,7 @@ # checkversion find uses of LINUX_VERSION_CODE, KERNEL_VERSION, or # UTS_RELEASE without including <linux/version.h>, or cases of # including <linux/version.h> that don't need it. -# Copyright (C) 2003, Randy Dunlap <rddunlap@osdl.org> +# Copyright (C) 2003, Randy Dunlap <rdunlap@xenotime.net> $| = 1; |