From d36d700ee8eaba662788b414ad80b53499da26f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sun, 23 Nov 2025 21:17:26 -0500 Subject: [PATCH] add missing copyright --- tests/integration/utils.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/utils.go b/tests/integration/utils.go index 38cf18d991..7e64ce1319 100644 --- a/tests/integration/utils.go +++ b/tests/integration/utils.go @@ -1,3 +1,6 @@ +// Copyright 2025 The Gitea Authors. All rights reserved. +// SPDX-License-Identifier: MIT + package integration import "fmt"