Simplify license headers#285
Conversation
|
The git reference doesn't apply to tarballs. Maybe we need the copyright years in LICENSE and COPYING. |
|
It is possible to have gitattributes It works with git autogenerated "source code" tarballs, which can cover people downloading the wrong release asset. And you can also have So, if you want to avoid manually updating the copyright year, that's what I'd do. |
Thanks @eli-schwartz, just learned about There are tools like license checkers that read Atm, I'd prefer not using templates and manually update the copyright year at max once a year just in the Not set in stone though, we can improve in the future using templates, if we feel confident about the possible corner cases. |
10c78bf to
390796a
Compare
390796a to
d5a5c09
Compare
Problem
Maintenance burden due to having copyright years in every source code file.
Suggestion to reduce maintenance burden
Remark
This PR is not complete yet.
If/When we find consent, I'll amend all files appropriately.
Please let me know what you think, @eli-schwartz
Fixes #284