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 05:12:30 UTC

[incubator-teaclave] branch master updated: Ignore license check for txt files

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6b1d3a05 Ignore license check for txt files
6b1d3a05 is described below

commit 6b1d3a05405e46af1edc1eb9fb200504fb2d9d07
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