From 849554204a227b1c83c38b365da5c2018bfcc7d0 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 30 Oct 2023 09:49:56 +0800 Subject: [PATCH] Add comment header --- preload.go | 4 ++++ preload_test.go | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/preload.go b/preload.go index 2cb518b9..5127ad09 100644 --- a/preload.go +++ b/preload.go @@ -1,3 +1,7 @@ +// Copyright 2023 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. + package xorm import ( diff --git a/preload_test.go b/preload_test.go index 0b3892f1..48235048 100644 --- a/preload_test.go +++ b/preload_test.go @@ -1,3 +1,7 @@ +// Copyright 2023 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. + package xorm import (