summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-13 14:48:19 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-13 14:48:19 +0000
commit5da430d076afe0352164b43fd52838e93d4cb477 (patch)
tree0f374ed283e7ba05bc2041270fad18ff91024c9c /libdha
parent136a4127d794aeb4deed1847825f9ec1dba546ef (diff)
downloadmpv-5da430d076afe0352164b43fd52838e93d4cb477.tar.bz2
mpv-5da430d076afe0352164b43fd52838e93d4cb477.tar.xz
changed my non-working mail address
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10417 b3059339-0415-0410-9bf9-f77b7e298cf2
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