Copyright Headers? #16
JulianFeinauer
started this conversation in
General
Replies: 2 comments 3 replies
|
Good hint from @chrisdutz: https://github.com/conterra/mapapps-fontawesome/blob/master/apache2-license-header.txt |
0 replies
|
This stack exchange is ten years old. My only concern is that I personally don't like these headers as they bloat the files and come with the extra burden of checking them for every release. If we add them we are certainly safe. I would like to better understand why they are needed because I never got a good answer. I get why it makes sense to include them in libraries or files delivered through browsers but for our backend code you mostly use the project as a whole with the license included. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
First question, do we want / need copyright headers?
Second question, which one do we use?
I checked e.g. this post here https://softwareengineering.stackexchange.com/questions/124687/copyright-statements-in-source-code and would opt for headers.
Then, we need some derivative of e.g. this header
Any suggestions or concerns?
All reactions