Vulkan-Tutorial icon indicating copy to clipboard operation
Vulkan-Tutorial copied to clipboard

Check copyright header requirements

Open SaschaWillems opened this issue 2 years ago • 1 comments

Right now none of the tutorial files have copyright headers. We need to check if these are required and if so, how they're supposed to look.

SaschaWillems avatar Sep 12 '23 20:09 SaschaWillems

Explicit copyrights could be added to the .adoc files but it's not essential. However, I recommend incorporating REUSE in CI. 'reuse lint' verifies that every file in a repo is licensed, and it's straightforward to setup .reuse/dep5 so that specified files are assigned a license without actually needing to incorporate license text in the file itself. Mostly for images and other binary files but it's valid for the markup files as well.

If you want I'll make a PR to this effect - if so, assign it back to me. It looks straightforward since you're using CC-BY-SA on everything in the repo, AFAICT.

oddhack avatar Jun 03 '24 13:06 oddhack