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

AdheipSingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-operator.git


The following commit(s) were added to refs/heads/master by this push:
     new d3e9faa  [Infra] Trigger .asf.yaml & add header (#29)
d3e9faa is described below

commit d3e9faaa3f3fff90b90c7696601ecebd682e126c
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Wed Jun 17 18:10:01 2026 -0700

    [Infra] Trigger .asf.yaml & add header (#29)
    
    * [Infra] trigger .asf.yaml
    
    Add license header
    
    * Do not exclude .asf.yaml from RAT runs
    
    Now that .asf.yaml has a license header, it no longer needs to be
    excluded from the Apache RAT license audit.
---
 .asf.yaml | 19 +++++++++++++++++++
 Makefile  |  1 -
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index abd5a41..c8ca603 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+#
+
 # note: documentation can be found here 
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
 
 github:
diff --git a/Makefile b/Makefile
index fb55a3e..3741e17 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,6 @@ rat: rat-jar ## Run Apache RAT license audit (set 
ENABLE_RAT=false to skip).
          --input-exclude "**/*.sh" \
          --input-exclude "**/zz_generated.*.go" \
          --input-exclude "**/PROJECT" \
-         --input-exclude "**/.asf.yaml" \
          --input-exclude "cover.out" \
          --input-exclude "dist/**" \
          -- .


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to