LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.67k stars 631 forks source link

chore: use SPDX license identifier in POM #819

Closed TheMrMilchmann closed 1 year ago

TheMrMilchmann commented 1 year ago

Simply change the license name in the POM to a valid SPDX identifier. This allows tools to automatically detect the license for LWJGL artifacts and is even recommended in the POM documentation.

For consistency, I updated the dummy POM too.

Spasi commented 1 year ago

@TheMrMilchmann thanks!