uncopyrightable files - give info how to handle files with unknown authors but uncopyrightable #52
Description
#52 (comment) has an useful answer that I think deserves to be in the FAQ
Original content:
Boilerplate config files are fairly typical, sometimes config files are extremely simple and therefore not covered by copyright.
FAQ at https://reuse.software/faq/ has relevant "What to do with uncopyrightable files?"
It is important to note that you can only do this for your own works. If the file was authored by someone else, you must declare their copyright and license in the header.
One of real cases from a real project (due to NGI0) - https://github.com/westnordost/StreetComplete/blob/master/app/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
To quote the file in the entirety
mock-maker-inline
Tracking down original author of this config file is not reasonable use of time of anybody and is not useful.
My current solution is to use reuse addheader --copyright="noone, file too simple to be covered by copyright" --license=CC0 --explicit-license "#{file}"
but according to the FAQ this is incorrect.
And specifying author of the commit here would be incorrect, he is not the original author of this boilerplate.