Add specification and automated validation that copyrights be present in all files. This requirement should be included in contributor documentation, and checks for it should be automated within projects.
One way of automating this is the Checkstyle RegexpHeaderCheck Rule, with a header specification file such as:
/\*$
\W\* Copyright \(C\) \d\d\d\d StarChart-Labs@github.com Authors$
(for MIT licensed projects)
Add specification and automated validation that copyrights be present in all files. This requirement should be included in contributor documentation, and checks for it should be automated within projects.
One way of automating this is the Checkstyle RegexpHeaderCheck Rule, with a header specification file such as:
(for MIT licensed projects)