This is an automated email from the ASF dual-hosted git repository.
tn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 0cebada move LICENSE-template.txt to subfolder to avoid flagging
unknown licenses on GitHub
0cebada is described below
commit 0cebada0bc0c16bf52f3f9683e75a11bff151616
Author: Thomas Neidhart <[email protected]>
AuthorDate: Wed Apr 9 08:21:15 2025 +0200
move LICENSE-template.txt to subfolder to avoid flagging unknown licenses
on GitHub
---
.pre-commit-config.yaml | 2 +-
LICENSE-template.txt => scripts/ci/LICENSE-template.txt | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 40ac0f4..8bd26a9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
- --comment-style
- "|#|"
- --license-filepath
- - LICENSE-template.txt
+ - scripts/ci/LICENSE-template.txt
- --fuzzy-match-generates-todo
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
diff --git a/LICENSE-template.txt b/scripts/ci/LICENSE-template.txt
similarity index 100%
rename from LICENSE-template.txt
rename to scripts/ci/LICENSE-template.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]