From 7a3b16548598ea8daaaaed33fd9f9b78fb031d5a Mon Sep 17 00:00:00 2001 From: harryzcy Date: Sun, 30 Oct 2022 16:42:13 -0400 Subject: [PATCH] Include copyright statement --- modules/util/compare_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/util/compare_test.go b/modules/util/compare_test.go index 98455466a6..f8972f4da5 100644 --- a/modules/util/compare_test.go +++ b/modules/util/compare_test.go @@ -1,3 +1,7 @@ +// Copyright 2022 The Gitea Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + package util import (