You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/04/18 13:41:09 UTC

[incubator-openwhisk-release] branch master updated: Add more entries in header rule (#121)

This is an automated email from the ASF dual-hosted git repository.

houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 549b39a  Add more entries in header rule (#121)
549b39a is described below

commit 549b39a8a0b8498f25e817ec4693743ae579c057
Author: Ying Chun Guo <gu...@cn.ibm.com>
AuthorDate: Wed Apr 18 21:41:05 2018 +0800

    Add more entries in header rule (#121)
---
 docs/license_compliance.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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
 

-- 
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.