This is an automated email from the ASF dual-hosted git repository.
sxnan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new 03d1e38 [hotfix] Add the Apache 2.0 License to the omitted files
(#342)
03d1e38 is described below
commit 03d1e387dbfbcce8c161f6ab79aa1d0582b83928
Author: Eugene <[email protected]>
AuthorDate: Thu Nov 27 09:38:13 2025 +0800
[hotfix] Add the Apache 2.0 License to the omitted files (#342)
---
.github/CONTRIBUTING.md | 21 +++++++++++++++++++++
.github/labeler.yml | 17 +++++++++++++++++
tools/.rat-excludes | 2 +-
3 files changed, 39 insertions(+), 1 deletion(-)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 3e57abb..2b82cf5 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,3 +1,24 @@
+<!--
+
+ 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.
+
+-->
+
# How to contribute to Flink Agents
Thank you for your intention to contribute the Flink Agents project!
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 1d5fe70..439faae 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -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.
+
# Add 'priority/major' label to any changes within the entire repository
priority/major:
- changed-files:
diff --git a/tools/.rat-excludes b/tools/.rat-excludes
index 72fdf46..bea5f93 100644
--- a/tools/.rat-excludes
+++ b/tools/.rat-excludes
@@ -1,4 +1,3 @@
-.github/*
.rat-excludes
build
docs
@@ -13,6 +12,7 @@ docs
.*\.txt$
target/*
README.md
+PULL_REQUEST_TEMPLATE.md
.pytest_cache/*
.ruff_cache/*
.*\.egg-info/*