daisy-ycguo opened a new issue #10: Some source files miss Apache license 
headers
URL: https://github.com/apache/incubator-openwhisk-runtime-python/issues/10
 
 
   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-python/tools/travis/setup.sh
     openwhisk-runtime-python/tools/travis/publish.sh
     openwhisk-runtime-python/tools/travis/build.sh
     openwhisk-runtime-python/tools/travis/deploy.sh
     openwhisk-runtime-python/tools/travis/test.sh
     openwhisk-runtime-python/core/python2Action/CHANGELOG.md
     openwhisk-runtime-python/core/python2Action/Dockerfile
     openwhisk-runtime-python/core/pythonAction/CHANGELOG.md
     openwhisk-runtime-python/core/pythonAction/Dockerfile
     openwhisk-runtime-python/tests/src/test/resources/application.conf
     openwhisk-runtime-python/README.md
     openwhisk-runtime-python/ansible/environments/local/group_vars/all
     openwhisk-runtime-python/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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to