diff --git a/src/native/win32/org_lwjgl_openal_ALUT.c b/src/native/win32/org_lwjgl_openal_ALUT.c index db6251b7..988192ae 100644 --- a/src/native/win32/org_lwjgl_openal_ALUT.c +++ b/src/native/win32/org_lwjgl_openal_ALUT.c @@ -1,5 +1,5 @@ /** - * $ID$ + * $Id$ * * This is the actual JNI implementation of the OpenAL utility library. * It handles whatever is needed for proper OpenAL support via using Java. diff --git a/src/native/win32/org_lwjgl_openal_CoreAL10.c b/src/native/win32/org_lwjgl_openal_CoreAL10.c index 73193639..895411d0 100644 --- a/src/native/win32/org_lwjgl_openal_CoreAL10.c +++ b/src/native/win32/org_lwjgl_openal_CoreAL10.c @@ -1,5 +1,5 @@ /** - * $ID$ + * $Id$ * * This is the actual JNI implementation of the OpenAL core. It handles * whatever is needed for proper OpenAL support via using Java.