You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/07 02:21:42 UTC

[GitHub] daisy-ycguo opened a new issue #25: Some source files miss Apache license headers

daisy-ycguo opened a new issue #25: Some source files miss Apache license headers
URL: https://github.com/apache/incubator-openwhisk-runtime-java/issues/25
 
 
   Following [Apache license header guideline](http://www.apache.org/legal/src-headers.html), **all human-readable Apache-developed files that are included within a distribution must include the header text with few exceptions**. You can find few exceptions here: [which files do not require a license header](http://www.apache.org/legal/src-headers.html#faq-exceptions).
   
   I used Apache Rat to check this repository after excluding a few files, and I got this report. We need to add Apache licensing header to those files.
   ```
   Unapproved licenses:
   
     openwhisk-runtime-java/tools/travis/setup.sh
     openwhisk-runtime-java/tools/travis/publish.sh
     openwhisk-runtime-java/tools/travis/build.sh
     openwhisk-runtime-java/tools/travis/deploy.sh
     openwhisk-runtime-java/tools/travis/test.sh
     openwhisk-runtime-java/core/javaAction/Dockerfile
     openwhisk-runtime-java/core/javaAction/delete-build-run.sh
     openwhisk-runtime-java/CHANGELOG.md
     openwhisk-runtime-java/tests/src/test/resources/application.conf
     openwhisk-runtime-java/README.md
     openwhisk-runtime-java/ansible/environments/local/group_vars/all
     openwhisk-runtime-java/ansible/environments/local/hosts
   ```
   
   The excluded files are:
   ```
   **/*.json
   **/**.gradle
   **/gradlew
   **/gradle/**
   **/.**
   **/templates/**
   **/*.j2.*
   **/.github/**
   **/auth.whisk.system
   **/auth.guest
   **/i18n_resources.go
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services