This is an automated email from the ASF dual-hosted git repository.
codope pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new f2f6203aa496 fix(flink): add Apache license header to
muttley/README.md (#18713)
f2f6203aa496 is described below
commit f2f6203aa496cd5e502690cc7fea913acc93dd61
Author: Xinli Shang <[email protected]>
AuthorDate: Sun May 10 09:26:06 2026 -0700
fix(flink): add Apache license header to muttley/README.md (#18713)
PR #18394 added
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/muttley/README.md
without an Apache license header, causing apache-rat:check to fail on every
new build of master ("Too many files with unapproved license: 1").
Prepend the standard Apache 2.0 HTML-comment license header so RAT passes.
Verified locally:
cd hudi-flink-datasource/hudi-flink
mvn -Pflink1.20 -Dscala-2.12 apache-rat:check
-> Rat check: Summary over all files. Unapproved: 0
Co-authored-by: Xinli Shang <[email protected]>
---
.../main/java/org/apache/hudi/sink/muttley/README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git
a/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/muttley/README.md
b/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/muttley/README.md
index 04c2e31d0e1e..1f0387cfdb95 100644
---
a/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/muttley/README.md
+++
b/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/muttley/README.md
@@ -1,3 +1,20 @@
+<!--
+ 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.
+-->
+
# Internal Uber Components (Optional)
This package contains integration with internal Uber services and is
**optional** for Apache Hudi users.