changeset 10416:0165fc26bd12

changed my non-working mail address
author alex
date Sun, 13 Jul 2003 14:48:19 +0000
parents c1247b33c424
children 008ff00f4223
files libdha/kernelhelper/dhahelper.c libdha/kernelhelper/dhahelper.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/kernelhelper/dhahelper.c	Sun Jul 13 14:43:28 2003 +0000
+++ b/libdha/kernelhelper/dhahelper.c	Sun Jul 13 14:48:19 2003 +0000
@@ -1,7 +1,7 @@
 /*
     Direct Hardware Access kernel helper
     
-    (C) 2002 Alex Beregszaszi <alex@naxine.org>
+    (C) 2002 Alex Beregszaszi <alex@fsn.hu>
     
     Accessing hardware from userspace as USER (no root needed!)
 
@@ -80,7 +80,7 @@
 
 #include "dhahelper.h"
 
-MODULE_AUTHOR("Alex Beregszaszi <alex@naxine.org>");
+MODULE_AUTHOR("Alex Beregszaszi <alex@fsn.hu>");
 MODULE_DESCRIPTION("Provides userspace access to hardware (security violation!)");
 #ifdef MODULE_LICENSE
 MODULE_LICENSE("GPL");
--- a/libdha/kernelhelper/dhahelper.h	Sun Jul 13 14:43:28 2003 +0000
+++ b/libdha/kernelhelper/dhahelper.h	Sun Jul 13 14:48:19 2003 +0000
@@ -1,7 +1,7 @@
 /*
     Direct Hardware Access kernel helper
     
-    (C) 2002 Alex Beregszaszi <alex@naxine.org>
+    (C) 2002 Alex Beregszaszi <alex@fsn.hu>
 */
 
 #ifndef DHAHELPER_H