michaeljmarshall opened a new pull request, #319:
URL: https://github.com/apache/pulsar-helm-chart/pull/319
### Motivation
As part of our updated release process, we need to make sure that all
relevant files have license headers.
### Modifications
* Add license headers formatted appropriately for each file type
### Verifying this change
I ran the following program from the root of the project and am still
getting errors, so something is apparently incomplete about this work:
```shell
$ java -jar ../apache-rat-0.15/apache-rat-0.15.jar . -E .rat-excludes
Ignored 0 lines in your exclusion files as comments or empty lines.
*****************************************************
Summary
-------
Generated at: 2022-10-20T17:22:48-05:00
Notes: 4
Binaries: 1
Archives: 0
Standards: 92
Apache Licensed: 91
Generated Documents: 0
JavaDocs are generated, thus a license header is optional.
Generated files do not require license headers.
1 Unknown Licenses
*****************************************************
Files with unapproved licenses:
./charts/pulsar/Chart.lock
*****************************************************
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]