You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2022/10/18 03:25:40 UTC

[incubator-teaclave] branch mssun-patch-1 created (now 90ab96a8)

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

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


      at 90ab96a8 Ignore license check for txt files

This branch includes the following new commits:

     new 90ab96a8 Ignore license check for txt files

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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave] 01/01: Ignore license check for txt files

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

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

commit 90ab96a80b595cff3fcb514d485c5f6921f5b4ff
Author: Mingshen Sun <ms...@apache.org>
AuthorDate: Mon Oct 17 20:25:36 2022 -0700

    Ignore license check for txt files
---
 .licenserc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index f78deb26..ce9e66d7 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -21,6 +21,7 @@ header:
     copyright-owner: Apache Software Foundation
 
   paths-ignore:
+    - '**/*.txt'
     - '**/*.md'
     - '**/*.pem'
     - '**/*.sha256'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org