Question

I am making a game using LWJGL and this is their license. What I don't understand is what must I do?

I plan on making a game and distributing it, not the source code just the .jar file and maybe sell it for a few dollars.

It said that I must retain the copyright, so would that mean I must include the doc folder that the library comes with in the jar or do I have to make something in-game like credits and say "made with LWJGL"?

Was it helpful?

Solution

The requirements are really quite simple: Somewhere in your game or the documentation that you distribute along with it, you must mention that you use the Lwjgl library and reproduce its license text.

If your game can already display credits, then that is also where you should mention Lwjgl and its license.
Otherwise, if you have a file describing your game and which Jar files are needed (like a README file), then that is also a good place to mention Lwgjl and its license. If you don't have such a file, consider creating one.

Licensed under: CC-BY-SA with attribution
scroll top