From 0a94f436f6d155f767fc74f2436f4b56d5981796 Mon Sep 17 00:00:00 2001 From: venjiang Date: Mon, 18 May 2020 09:34:40 +0800 Subject: [PATCH] add copyright --- convert/autotimer.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/convert/autotimer.go b/convert/autotimer.go index 5fec8a74..a19c627d 100644 --- a/convert/autotimer.go +++ b/convert/autotimer.go @@ -1,3 +1,7 @@ +// Copyright 2017 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 convert import "time"