This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 1011d21 [hotfix] Ignore some file license check (#4)
1011d21 is described below
commit 1011d21b2419a1326eba8faa8cf6ad47861fb5af
Author: yuxia Luo <[email protected]>
AuthorDate: Tue Aug 26 21:13:43 2025 +0800
[hotfix] Ignore some file license check (#4)
---
.licenserc.yaml | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/.licenserc.yaml b/.licenserc.yaml
new file mode 100644
index 0000000..3813b48
--- /dev/null
+++ b/.licenserc.yaml
@@ -0,0 +1,29 @@
+# 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.
+
+header:
+ license:
+ spdx-id: Apache-2.0
+ copyright-owner: Apache Software Foundation
+
+ paths-ignore:
+ - '.github/PULL_REQUEST_TEMPLATE.md'
+ - '.gitignore'
+ - 'LICENSE'
+ - 'NOTICE'
+ - 'DISCLAIMER'
+ comment: on-failure