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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
