You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/07/06 02:07:51 UTC

[incubator-openwhisk-release] branch rabbah-patch-1 created (now 2c0b645)

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

rabbah pushed a change to branch rabbah-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git.


      at 2c0b645  Update license_compliance.md

This branch includes the following new commits:

     new 2c0b645  Update license_compliance.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-openwhisk-release] 01/01: Update license_compliance.md

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2c0b6453f6c257634ec2ee568ad1c82861346e90
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Fri Jul 5 22:07:47 2019 -0400

    Update license_compliance.md
    
    s/Mini/Full.
---
 docs/license_compliance.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/license_compliance.md b/docs/license_compliance.md
index 7bb588f..6b0ca74 100644
--- a/docs/license_compliance.md
+++ b/docs/license_compliance.md
@@ -48,21 +48,21 @@ In addition, the recommended type of approved ASF license header (i.e., "full" o
 | File type | ASF Header Type | Rationale |
 | :--- | :--- | :--- |
 | Source code (e.g., `*.scala`, `*.go`, `*.java`, `*.py`, etc.) | Full | Source code. |
-| Action functions (source) (e.g., `.js`, `.py`, `.swift`, etc, particularly under `tests/dat` folder.) | Mini | Source code.</br>Use "Mini" header as best practice for performance reasons. |
-| Ansible Group vars. (YAML) (`*/group_vars/all`) | Mini | Project convention. |
-| Docker image build file (`Dockerfile`) | Mini | May contain functional (script) code. |
+| Action functions (source) (e.g., `.js`, `.py`, `.swift`, etc, particularly under `tests/dat` folder.) | Full | Source code.</br>Use "Mini" header as best practice for performance reasons. |
+| Ansible Group vars. (YAML) (`*/group_vars/all`) | Full | Project convention. |
+| Docker image build file (`Dockerfile`) | Full | May contain functional (script) code. |
 | Documentation (e.g., `*.md`) | Full | Intellectual property. |
 | Gradle files (`build.gradle`, `*.gradle`) | Full |  May contain functional scripts and code (e.g., Groovy, Kotlin).</br>Includes build (`build.gradle`) and settings (`settings.gradle`)files. |
-| Gradle properties files (`*.properties`) | Mini | Project convention. |
+| Gradle properties files (`*.properties`) | Full | Project convention. |
 | Groovy code (`*.groovy`) | Full | Source code. |
 | Makefile | Full | May contain functional (script) code. |
 | Scala Configurations (`*.conf`) | Full | Scala (Java)  configuration files may contain code or interfaces. |
-| Scala Properties (`*.properties`) | Mini | Project convention.</br>Example: [incubator-openwhisk/blob/master/tools/eclipse/scala.properties](https://github.com/apache/incubator-openwhisk/blob/master/tools/eclipse/scala.properties) |
-| Script files (`*.sh`) | Mini | May contain functional (script) code. |
+| Scala Properties (`*.properties`) | Full | Project convention.</br>Example: [incubator-openwhisk/blob/master/tools/eclipse/scala.properties](https://github.com/apache/incubator-openwhisk/blob/master/tools/eclipse/scala.properties) |
+| Script files (`*.sh`) | Full | May contain functional (script) code. |
 | Vagrantfile configuration file (`Vagrantfile`)| Full | Project convention. |
 | Web Content (e.g., `*.html`, `.css`) | Full | Source code. |
-| Windows Command file (`*.cmd`) | Mini | May contain functional code. |
-| YAML files (`*.yaml`, `*.yml`) | Mini | May contain functional code.<br/>Note: Includes (`.travis.yml`)|
+| Windows Command file (`*.cmd`) | Full | May contain functional code. |
+| YAML files (`*.yaml`, `*.yml`) | Full | May contain functional code.<br/>Note: Includes (`.travis.yml`)|
 
 #### Notes
 - Full ASF License headers are always accepted regardless if a "Mini" header is recommended as best practice.