summaryrefslogtreecommitdiff
path: root/libs/libssh2/src/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libssh2/src/channel.h')
-rw-r--r--libs/libssh2/src/channel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/libssh2/src/channel.h b/libs/libssh2/src/channel.h
index dc0ee3764f..6d03550164 100644
--- a/libs/libssh2/src/channel.h
+++ b/libs/libssh2/src/channel.h
@@ -1,6 +1,6 @@
#ifndef __LIBSSH2_CHANNEL_H
#define __LIBSSH2_CHANNEL_H
-/* Copyright (c) 2008-2010 by Daniel Stenberg
+/* Copyright (C) Daniel Stenberg
*
* All rights reserved.
*
@@ -36,6 +36,8 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
*/
/*
@@ -138,4 +140,3 @@ int _libssh2_channel_close(LIBSSH2_CHANNEL * channel);
int _libssh2_channel_forward_cancel(LIBSSH2_LISTENER *listener);
#endif /* __LIBSSH2_CHANNEL_H */
-