From 57fa3c2c702a7a0e950eca5973880253ce7ff971 Mon Sep 17 00:00:00 2001 From: Guillermo Prandi Date: Mon, 4 Nov 2019 23:51:45 -0300 Subject: [PATCH] Fix copyright --- engine_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine_test.go b/engine_test.go index 65ee8541..50522f5f 100644 --- a/engine_test.go +++ b/engine_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Xorm Authors. All rights reserved. +// Copyright 2019 The Xorm Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.