diff options
Diffstat (limited to 'lib/text/text.go')
| -rw-r--r-- | lib/text/text.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/text/text.go b/lib/text/text.go index ce25af9c..2adba466 100644 --- a/lib/text/text.go +++ b/lib/text/text.go @@ -1,6 +1,5 @@ -// Copyright 2018, 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: 2018 Shulhan <ms@kilabit.info> // Package text provide common a library for working with text. package text |
