diff options
| author | Shulhan <ms@kilabit.info> | 2024-09-11 02:08:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-03 04:42:41 +0700 |
| commit | 057440da4ffb8abcdb1887c95f3d0bb48698ccf9 (patch) | |
| tree | 1a63c96b26d7db9271b1577623feeecd907a529b /cmd/emaildecode/main.go | |
| parent | 0f85c1d2ee885ab12a237393902d401490e89bb6 (diff) | |
| download | pakakeh.go-057440da4ffb8abcdb1887c95f3d0bb48698ccf9.tar.xz | |
all: use SPDX license header format
Diffstat (limited to 'cmd/emaildecode/main.go')
| -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. |
