changed my non-working mail address

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10417 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-07-13 14:48:19 +00:00
parent 136a4127d7
commit 5da430d076
2 changed files with 3 additions and 3 deletions

View File

@ -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");

View File

@ -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