diff options
Diffstat (limited to 'modules/setting/database_sqlite.go')
-rw-r--r-- | modules/setting/database_sqlite.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/setting/database_sqlite.go b/modules/setting/database_sqlite.go index 1f18868d8e..c1037cfb27 100644 --- a/modules/setting/database_sqlite.go +++ b/modules/setting/database_sqlite.go @@ -1,8 +1,7 @@ //go:build sqlite // Copyright 2014 The Gogs Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. +// SPDX-License-Identifier: MIT package setting |