mirror of https://github.com/mpv-player/mpv
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:
parent
136a4127d7
commit
5da430d076
|
@ -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");
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue