Corrected author tags

This commit is contained in:
Elias Naur 2002-11-19 15:22:28 +00:00
parent 2809cb24e8
commit fb9126a85f
8 changed files with 11 additions and 11 deletions

View File

@ -36,6 +36,6 @@
* *
* This file contains the AL extension assigning mechanism * This file contains the AL extension assigning mechanism
* *
* @author Brian Matzon <brian@matzon.dk> * @author elias_naur <elias_naur@matzon.dk>
* @version $Revision$ * @version $Revision$
*/ */

View File

@ -33,9 +33,9 @@
/** /**
* $Id$ * $Id$
* *
* Win32 maths library. * linux maths library.
* *
* @author cix_foo <cix_foo@users.sourceforge.net> * @author elias_naur <elias_naur@users.sourceforge.net>
* @version $Revision$ * @version $Revision$
*/ */

View File

@ -33,9 +33,9 @@
/** /**
* $Id$ * $Id$
* *
* Win32 math library. * linux math library.
* *
* @author cix_foo <cix_foo@users.sourceforge.net> * @author elias_naur <elias_naur@users.sourceforge.net>
* @version $Revision$ * @version $Revision$
*/ */

View File

@ -35,7 +35,7 @@
* *
* This is the actual JNI implementation of the OpenAL context/device library. * This is the actual JNI implementation of the OpenAL context/device library.
* *
* @author Brian Matzon <brian@matzon.dk> * @author elias_naur <elias_naur@matzon.dk>
* @version $Revision$ * @version $Revision$
*/ */
#include "org_lwjgl_openal_ALC.h" #include "org_lwjgl_openal_ALC.h"

View File

@ -36,7 +36,7 @@
* This is the actual JNI implementation of the OpenAL utility library. * This is the actual JNI implementation of the OpenAL utility library.
* It handles whatever is needed for proper OpenAL support via using Java. * It handles whatever is needed for proper OpenAL support via using Java.
* *
* @author Brian Matzon <brian@matzon.dk> * @author elias_naur <elias_naur@matzon.dk>
* @version $Revision$ * @version $Revision$
*/ */
#include "org_lwjgl_openal_ALUT.h" #include "org_lwjgl_openal_ALUT.h"

View File

@ -36,7 +36,7 @@
* This is the actual JNI implementation of the OpenAL core. It handles * This is the actual JNI implementation of the OpenAL core. It handles
* whatever is needed for proper OpenAL support via using Java. * whatever is needed for proper OpenAL support via using Java.
* *
* @author Brian Matzon <brian@matzon.dk> * @author elias_naur <elias_naur@matzon.dk>
* @version $Revision$ * @version $Revision$
*/ */
#include "org_lwjgl_openal_CoreAL.h" #include "org_lwjgl_openal_CoreAL.h"

View File

@ -35,7 +35,7 @@
* *
* This is the actual JNI implementation of the OpenAL EAX library. * This is the actual JNI implementation of the OpenAL EAX library.
* *
* @author Brian Matzon <brian@matzon.dk> * @author elias_naur <elias_naur@matzon.dk>
* @version $Revision$ * @version $Revision$
*/ */
#include "org_lwjgl_openal_eax_CoreEAX.h" #include "org_lwjgl_openal_eax_CoreEAX.h"

View File

@ -35,7 +35,7 @@
* *
* GL extensions library. * GL extensions library.
* *
* @author cix_foo <cix_foo@users.sourceforge.net> * @author elias_naur <elias_naur@users.sourceforge.net>
* @version $Revision$ * @version $Revision$
*/ */