You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/20 22:31:26 UTC

[GitHub] [pulsar-helm-chart] michaeljmarshall opened a new pull request, #319: Add license headers and .rat-excludes

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-helm-chart] michaeljmarshall merged pull request #319: Add missing license headers and .rat-excludes

Posted by GitBox <gi...@apache.org>.
michaeljmarshall merged PR #319:
URL: https://github.com/apache/pulsar-helm-chart/pull/319


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org