summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
Diffstat (limited to 'libdha')
-rw-r--r--libdha/kernelhelper/dhahelper.c4
-rw-r--r--libdha/kernelhelper/dhahelper.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/libdha/kernelhelper/dhahelper.c b/libdha/kernelhelper/dhahelper.c
index 53a84d9b2a..f5b6fe825c 100644
--- a/libdha/kernelhelper/dhahelper.c
+++ b/libdha/kernelhelper/dhahelper.c
@@ -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");
diff --git a/libdha/kernelhelper/dhahelper.h b/libdha/kernelhelper/dhahelper.h
index 2168b42a11..fa6c141adb 100644
--- a/libdha/kernelhelper/dhahelper.h
+++ b/libdha/kernelhelper/dhahelper.h
@@ -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