diff options
Diffstat (limited to 'cmd/smtpcli/main.go')
| -rw-r--r-- | cmd/smtpcli/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/smtpcli/main.go b/cmd/smtpcli/main.go index 7fc5107c..3c319c05 100644 --- a/cmd/smtpcli/main.go +++ b/cmd/smtpcli/main.go @@ -1,6 +1,6 @@ -// Copyright 2019, 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-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info> +// +// SPDX-License-Identifier: BSD-3-Clause // Command smtpcli provide a command line interface to SMTP client protocol. // This is an example of implementation Client from |
