Skip to content

Add Configuration to Validate Copyrights Are Present on All Files #17

@romeara

Description

@romeara

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions