KhronosGroup / SPIRV-Headers

SPIRV-Headers
Other
269 stars 254 forks source link

List all licenses in the root LICENSE file. #410

Closed dneto0 closed 8 months ago

dneto0 commented 8 months ago

Some files in the tools directory are licensed with something other than the Khronos license. Update the root LICENSE file to clearly point that out.

The XML file is MIT-licensed.

Also, massage the license text in a literal C++ string, so it can more easily be recognized by linting tools.

This now passes license linting mechanisms inside Google.