diff options
Diffstat (limited to 'lib/sql/sql.go')
| -rw-r--r-- | lib/sql/sql.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/sql/sql.go b/lib/sql/sql.go index 3a76353d..fe25911f 100644 --- a/lib/sql/sql.go +++ b/lib/sql/sql.go @@ -1,6 +1,5 @@ -// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info> // Package sql is an extension to standard library "database/sql.DB" that // provide common functionality across DBMS. |
