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

henrik pushed a commit to branch readme-hunter-cleansing
in repository https://gitbox.apache.org/repos/asf/otava.git

commit 2e53d7ffc8907805135cc95c78e1e7e2fa6122e4
Author: Henrik Ingo <[email protected]>
AuthorDate: Wed Mar 19 21:31:03 2025 +0200

    Remove license header from /README.md
    
    It is explicitly exempted in the ASF license header policy (FAQ.5).
    And the README.md incorporates the same at the end of the text.
---
 .pre-commit-config.yaml |  2 +-
 README.md               | 14 --------------
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 078ba24..e3f5d85 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -40,7 +40,7 @@ repos:
           - --fuzzy-match-generates-todo
       - id: insert-license
         name: Add license for all Markdown files
-        files: \.md$
+        files: docs\/.+\.md$
         args:
           - --comment-style
           - "<!--|| -->"
diff --git a/README.md b/README.md
index adff665..cddc7c4 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,3 @@
-<!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
-
 Otava – Hunts Performance Regressions
 ======================================
 

Reply via email to