diff options
Diffstat (limited to 'lib/ssh/sftp/sftp.go')
| -rw-r--r-- | lib/ssh/sftp/sftp.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ssh/sftp/sftp.go b/lib/ssh/sftp/sftp.go index 5ae85160..e51a022e 100644 --- a/lib/ssh/sftp/sftp.go +++ b/lib/ssh/sftp/sftp.go @@ -1,6 +1,5 @@ -// Copyright 2021, 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: 2021 Shulhan <ms@kilabit.info> // Package sftp implement SSH File Transfer Protocol v3 as defined in // [draft-ietf-secsh-filexfer-02.txt]. |
