GitHub user ckadner opened a pull request:
https://github.com/apache/bahir/pull/58
[BAHIR-152] Enforce License Header in Java Sources
[BAHIR-152: License header not enforced for Java
sources](https://issues.apache.org/jira/browse/BAHIR-152)
Add a `Header` rule to the `checkstyle` configuration to enforce proper
Apache license headers in `*.java` source files.
A similar `HeaderMatchesChecker` rule already exists in the `scalastyle`
configuration to enforce the license headers in `*.scala` source files.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ckadner/bahir BAHIR-152_java_license_header
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bahir/pull/58.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #58
----
commit 245db8fc6b45ede6a4a2d3be9740e50a20a29a33
Author: Christian Kadner <[email protected]>
Date: 2017-12-10T11:15:04Z
[BAHIR-152] Enforce License Header in Java Sources
Add a "Header" rule to the checkstyle configuration to enforce proper
Apache license headers in Java source files.
A similar rule ("HeaderMatchesChecker") already exists in the scalastyle
configuration.
Closes #58
----
---