From 7c5f3003dd4d049f06073897fef6e0a2760d3a61 Mon Sep 17 00:00:00 2001 From: Milad Date: Thu, 27 Nov 2025 13:36:08 +0330 Subject: [PATCH] copyright updated in gins_test.go --- ginS/gins_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginS/gins_test.go b/ginS/gins_test.go index 14a22de2..ffde85d2 100644 --- a/ginS/gins_test.go +++ b/ginS/gins_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Manu Martinez-Almeida. All rights reserved. +// Copyright 2025 Gin Core Team. All rights reserved. // Use of this source code is governed by a MIT style // license that can be found in the LICENSE file.