From 90ba07dfe0ef8f753cea5132fad42f4c3cd32058 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:51:57 +0530 Subject: [PATCH] chore: fix license (#2455) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description > Should include a concise description of the changes (bug or feature), it's > impact, along with a summary of the solution ## PR Checklist > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [ ] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes # --- docs/en/getting-started/quickstart/go/quickstart_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/getting-started/quickstart/go/quickstart_test.go b/docs/en/getting-started/quickstart/go/quickstart_test.go index 31172b31321..ac3f5a8b2af 100644 --- a/docs/en/getting-started/quickstart/go/quickstart_test.go +++ b/docs/en/getting-started/quickstart/go/quickstart_test.go @@ -1,3 +1,5 @@ +// 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 @@ -9,6 +11,7 @@ // 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 import (