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:41 UTC

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

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