This is an automated email from the ASF dual-hosted git repository.
zhoubo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git
The following commit(s) were added to refs/heads/master by this push:
new 4d1b189 [ISSUE #564] Modify the rules for license checker (#563)
4d1b189 is described below
commit 4d1b1892d9f9b3c434c6cd54607254bb29314906
Author: rongtong <[email protected]>
AuthorDate: Mon Jun 5 09:26:28 2023 +0800
[ISSUE #564] Modify the rules for license checker (#563)
* Modify the rules for license checker
* Modify the rules for license checker
---
.licenserc.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.licenserc.yaml b/.licenserc.yaml
index ba91d1f..5eec96d 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -33,6 +33,7 @@ header:
- 'src/test/**/*.log'
- '*/src/test/resources/META-INF/service/*'
- '*/src/main/resources/META-INF/service/*'
+ - '*/src/main/resources/META-INF/spring/*'
- '**/*/spring.factories'
- '**/target/**'
- '**/*.iml'