From f68d4d5cd0049a86f82a216de38ff94485f19503 Mon Sep 17 00:00:00 2001 From: Xuan Yang Date: Mon, 28 Jul 2025 17:49:36 -0700 Subject: [PATCH] chore: add the missing license header for a2a/__init__.py PiperOrigin-RevId: 788227196 --- src/google/adk/a2a/utils/__init__.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/google/adk/a2a/utils/__init__.py b/src/google/adk/a2a/utils/__init__.py index e69de29b..0a2669d7 100644 --- a/src/google/adk/a2a/utils/__init__.py +++ b/src/google/adk/a2a/utils/__init__.py @@ -0,0 +1,13 @@ +# Copyright 2025 Google LLC +# +# Licensed 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.