This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new 7749019d fix: add ASF headers to AI mesh fixture (#1008)
7749019d is described below
commit 7749019d3b0a2d185358e8e8a603ec9e8dbaf804
Author: mfordjody <[email protected]>
AuthorDate: Sun Aug 9 11:40:19 2026 +0800
fix: add ASF headers to AI mesh fixture (#1008)
---
tests/e2e/agentmock/Dockerfile | 15 +++++++++++++++
tests/e2e/agentmock/main.go | 14 ++++++++++++--
2 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/tests/e2e/agentmock/Dockerfile b/tests/e2e/agentmock/Dockerfile
index d9c11d3b..4bd43cd0 100644
--- a/tests/e2e/agentmock/Dockerfile
+++ b/tests/e2e/agentmock/Dockerfile
@@ -1,3 +1,18 @@
+# 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.
+
FROM golang:1.25-alpine AS builder
WORKDIR /src
COPY main.go .
diff --git a/tests/e2e/agentmock/main.go b/tests/e2e/agentmock/main.go
index c7a91265..a2331e46 100644
--- a/tests/e2e/agentmock/main.go
+++ b/tests/e2e/agentmock/main.go
@@ -1,7 +1,17 @@
// Licensed to the Apache Software Foundation (ASF) under one or more
-// contributor license agreements. See the NOTICE file distributed with
+// 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 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.
package main