diff --git a/doc/CREDITS b/doc/CREDITS index ecc1a526..a08a56eb 100644 --- a/doc/CREDITS +++ b/doc/CREDITS @@ -1,12 +1,17 @@ The following people have helped to make this project what it is today: +active developers: - Caspian Rychlik-Prince - Brian Matzon + - Elias Naur + - Erik Duijs + - Ioannis Tsakpinis + +contributors: - Niels Jørgensen - Tristan Campbell - Gregory Pierce - - Elias Naur - Luke Holden additional credits goes to: - - Joseph I. Valenzuela [OpenAL] + - Joseph I. Valenzuela [OpenAL stuff] - Lev Povalahev [OpenGL Extensions] \ No newline at end of file diff --git a/doc/LICENSE b/doc/LICENSE index 4c19c8f5..d2443058 100644 --- a/doc/LICENSE +++ b/doc/LICENSE @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002 Lightweight Java Game Library Project + * Copyright (c) 2002-2004 Lightweight Java Game Library Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/doc/README b/doc/README index f1999b65..b8fdf71e 100644 --- a/doc/README +++ b/doc/README @@ -11,9 +11,10 @@ To run some of the included tests: Extract the archive, and cd into directory Extract the media files into lwjgl folder (only needed for openal tests) - LWJGL Tests: java -cp .;lwjgl_test.jar;lwjgl.jar; DEMO + where DEMO is one of the following: + org.lwjgl.test.input.ControllerCreationTest (Requires attached Controller) org.lwjgl.test.input.ControllerTest (Requires attached Controller) org.lwjgl.test.input.MouseCreationTest