This is an automated email from the ASF dual-hosted git repository.
wenjin272 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 09eb94cb [hotfix] Add missing license header line in bash tool and
skill modules (#820)
09eb94cb is described below
commit 09eb94cb4cb9080c8191b65714b1268e5627c0d1
Author: vishnu prakash <[email protected]>
AuthorDate: Tue Jun 9 13:30:18 2026 +0530
[hotfix] Add missing license header line in bash tool and skill modules
(#820)
---
python/flink_agents/plan/tools/bash/__init__.py | 1 +
python/flink_agents/plan/tools/bash/bash_tool.py | 1 +
python/flink_agents/plan/tools/bash/bash_validator.py | 1 +
python/flink_agents/plan/tools/bash/tests/__init__.py | 1 +
python/flink_agents/plan/tools/bash/tests/test_bash_tool.py | 1 +
python/flink_agents/runtime/skill/skill_tools.py | 1 +
6 files changed, 6 insertions(+)
diff --git a/python/flink_agents/plan/tools/bash/__init__.py
b/python/flink_agents/plan/tools/bash/__init__.py
index 95362671..65b48d4d 100644
--- a/python/flink_agents/plan/tools/bash/__init__.py
+++ b/python/flink_agents/plan/tools/bash/__init__.py
@@ -12,5 +12,6 @@
# 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.
################################################################################
diff --git a/python/flink_agents/plan/tools/bash/bash_tool.py
b/python/flink_agents/plan/tools/bash/bash_tool.py
index 54797e97..c9fd1c88 100644
--- a/python/flink_agents/plan/tools/bash/bash_tool.py
+++ b/python/flink_agents/plan/tools/bash/bash_tool.py
@@ -12,6 +12,7 @@
# 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.
################################################################################
"""Standalone bash execution tool.
diff --git a/python/flink_agents/plan/tools/bash/bash_validator.py
b/python/flink_agents/plan/tools/bash/bash_validator.py
index c53f41b8..d5b9c20f 100644
--- a/python/flink_agents/plan/tools/bash/bash_validator.py
+++ b/python/flink_agents/plan/tools/bash/bash_validator.py
@@ -12,6 +12,7 @@
# 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.
################################################################################
"""AST-based bash command validation using tree-sitter-bash.
diff --git a/python/flink_agents/plan/tools/bash/tests/__init__.py
b/python/flink_agents/plan/tools/bash/tests/__init__.py
index 95362671..65b48d4d 100644
--- a/python/flink_agents/plan/tools/bash/tests/__init__.py
+++ b/python/flink_agents/plan/tools/bash/tests/__init__.py
@@ -12,5 +12,6 @@
# 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.
################################################################################
diff --git a/python/flink_agents/plan/tools/bash/tests/test_bash_tool.py
b/python/flink_agents/plan/tools/bash/tests/test_bash_tool.py
index e90f67c9..e05936a0 100644
--- a/python/flink_agents/plan/tools/bash/tests/test_bash_tool.py
+++ b/python/flink_agents/plan/tools/bash/tests/test_bash_tool.py
@@ -12,6 +12,7 @@
# 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.
################################################################################
"""Tests for BashTool and its AST-based command validation."""
diff --git a/python/flink_agents/runtime/skill/skill_tools.py
b/python/flink_agents/runtime/skill/skill_tools.py
index 3f5da277..3d1a1b85 100644
--- a/python/flink_agents/runtime/skill/skill_tools.py
+++ b/python/flink_agents/runtime/skill/skill_tools.py
@@ -12,6 +12,7 @@
# 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.
################################################################################
"""Built-in tools for skill loading."""