-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write script to ensure file copyright policy #630
Comments
Actually, for GPL you are meant to have the header in every file. |
@ivan-m: does it say where authors should be listed? |
I don't think it does. |
So…
|
So in every file we want a header like this:
The next step will be to take care of Author/Copyright headers:
|
I do not feel like fixing this. If somebody feels that this is important then you can have a go at this. |
The copyright and license notice can be put in a common COPYING file. There is no justifiable reason to also require that it be included in every file, since the individual files are not individually distributed except
as part of the entire package.
For similar discussions look for example at:
Problems:
haskell-decl-scan.el
will be merged intohaskell-mode.el
. What to do with peoples names listed there?Good thing is that everything is GPL and that gives room to clean up. Does anybody have experience how to take attribution under control?
The text was updated successfully, but these errors were encountered: