This is an automated email from the ASF dual-hosted git repository.
sxnan pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/release-0.1 by this push:
new 702c358 [hotfix] Add the Apache 2.0 License to the omitted files
(#342)
702c358 is described below
commit 702c358f3882e4197c10b6840ff5788e256ff6fd
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 +++++++++++++++++++++
tools/.rat-excludes | 2 +-
2 files changed, 22 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/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/*