diff options
Diffstat (limited to 'cmd/emaildecode')
| -rw-r--r-- | cmd/emaildecode/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/emaildecode/main.go b/cmd/emaildecode/main.go index 4bf69511..17085213 100644 --- a/cmd/emaildecode/main.go +++ b/cmd/emaildecode/main.go @@ -1,6 +1,6 @@ -// Copyright 2023, 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: 2023 M. Shulhan <ms@kilabit.info> +// +// SPDX-License-Identifier: BSD-3-Clause // Program emaildecode convert the email body from quoted-printable to plain // text. |
