[Mplayer-cvslog] CVS: 0_90/libdha/kernelhelper dhahelper.c,1.2,1.3 dhahelper.h,1.1,1.2

Diego Biurrun CVS diego at mplayerhq.hu
Sun Jul 13 17:12:03 CEST 2003


Update of /cvsroot/mplayer/0_90/libdha/kernelhelper
In directory mail:/var/tmp.root/cvs-serv21529/libdha/kernelhelper

Modified Files:
	dhahelper.c dhahelper.h 
Log Message:
corrected al3x's email address


Index: dhahelper.c
===================================================================
RCS file: /cvsroot/mplayer/0_90/libdha/kernelhelper/dhahelper.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dhahelper.c	2 Feb 2002 17:35:53 -0000	1.2
+++ dhahelper.c	13 Jul 2003 15:12:00 -0000	1.3
@@ -1,7 +1,7 @@
 /*
     Direct Hardware Access kernel helper
     
-    (C) 2002 Alex Beregszaszi <alex at naxine.org>
+    (C) 2002 Alex Beregszaszi <alex at fsn.hu>
     
     Accessing hardware from userspace as USER (no root needed!)
 
@@ -80,7 +80,7 @@
 
 #include "dhahelper.h"
 
-MODULE_AUTHOR("Alex Beregszaszi <alex at naxine.org>");
+MODULE_AUTHOR("Alex Beregszaszi <alex at fsn.hu>");
 MODULE_DESCRIPTION("Provides userspace access to hardware (security violation!)");
 #ifdef MODULE_LICENSE
 MODULE_LICENSE("GPL");

Index: dhahelper.h
===================================================================
RCS file: /cvsroot/mplayer/0_90/libdha/kernelhelper/dhahelper.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dhahelper.h	2 Feb 2002 06:28:49 -0000	1.1
+++ dhahelper.h	13 Jul 2003 15:12:00 -0000	1.2
@@ -1,7 +1,7 @@
 /*
     Direct Hardware Access kernel helper
     
-    (C) 2002 Alex Beregszaszi <alex at naxine.org>
+    (C) 2002 Alex Beregszaszi <alex at fsn.hu>
 */
 
 #ifndef DHAHELPER_H



More information about the MPlayer-cvslog mailing list