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/04/18 13:41:07 UTC

[GitHub] houshengbo closed pull request #121: Add more entries in header rule

houshengbo closed pull request #121: Add more entries in header rule
URL: https://github.com/apache/incubator-openwhisk-release/pull/121
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/license_compliance.md b/docs/license_compliance.md
index 3a6dbe4..f464da6 100644
--- a/docs/license_compliance.md
+++ b/docs/license_compliance.md
@@ -40,17 +40,21 @@ In OpenWhisk project, we decided to apply short form of header to minified OpenW
 | --- | --- | --- | --- |
 | Documentation (`*.md`) | Included | Full Apache license header | |
 | YAML files (`*.yaml`, `*.yml`) | Included | Full Apache license header | |
+| XML files (`*.xml`) | Included | Full Apache license header | |
 | Docker file (`dockerfile`) | Included | Full Apache license header | |
 | Installation script files (`*.sh`) | Included | Full Apache license header | |
 | Travis files (`*.sh`) | Included | Full Apache license header | |
 | Makefile | Included | Full Apache license header | |
-| Test data files | Included | Short Apache license header | <ul><li>Is it intellectual property? YES</li><li>Does it impact performance? YES (NOTE: these tests MAY be used for perf. testing, but mostly for unit/function testing)</li><li>Will it break Travis builds? MAYBE (we can address this later if needed)</li></ul>|
+| Test data files | Included | Short Apache license header | need IP protection; also need to take care of the performance |
 | Action files in catalog | Included | Short Apache license header | with much creativity so need IP protection; also need to take care of the performance |
 | Gradle files | Excluded | - | Not much creativity |
 | IDE configuration files | Excluded | - | Not much creativity |
 | Template files (`*.j2`) | Excluded | - | Not much creativity |
 | Json files (`*.json`) | Excluded | - | Json files don't support comments officially |
 | `i18n_resources.go` | Excluded | - | Not much creativity. The file is auto created. Not able to add header |
+| `application.conf` | Excluded | - | Not much creativity. See a sample [here](https://github.com/apache/incubator-openwhisk-runtime-nodejs/blob/master/tests/src/test/resources/application.conf) |
+| `group_vars/all` | Excluded | - | Not much creativity. See a sample [here](https://github.com/apache/incubator-openwhisk-runtime-nodejs/blob/master/ansible/environments/local/group_vars/all) |
+| `hosts` | Excluded | - | Not much creativity. See a sample [here](https://github.com/apache/incubator-openwhisk-runtime-nodejs/blob/master/ansible/environments/local/hosts) |
 
 ## Tools and scripts
 


 

----------------------------------------------------------------
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