Several cleanups to unify the code style in this project. (If this is too much or contains unwanted changes feel free to cherry pick individual commits or request changes.)
This PR:
updates the license location in all existing license headers. (http://lwjgl.org/license.php -> https://www.lwjgl.org/license),
changes all files to use \n (LF) instead of \r\n (CRLF) (Currently, this is inconsistent throughout the project),
changes all files to use spaces instead of tabs (Currently this is inconsistent throught the project),
adds missing copyright headers, and
reverts 6960e72.
About 4:
This was done in a separate commit to make it easier to undo in case some of these files did not have a license header on purpose.
About 5:
While the original commit message implies that this fixed an NPE, this should never return null. If it did at some point (or still does) this was (or is) a bug in LWJGL's string decoding and the issue shouldn't be silently ignored.
Several cleanups to unify the code style in this project. (If this is too much or contains unwanted changes feel free to cherry pick individual commits or request changes.)
This PR:
http://lwjgl.org/license.php
->https://www.lwjgl.org/license
),\n
(LF) instead of\r\n
(CRLF) (Currently, this is inconsistent throughout the project),About 4: This was done in a separate commit to make it easier to undo in case some of these files did not have a license header on purpose.
About 5: While the original commit message implies that this fixed an NPE, this should never return null. If it did at some point (or still does) this was (or is) a bug in LWJGL's string decoding and the issue shouldn't be silently ignored.