aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-07-08 15:02:01 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-07-08 15:02:38 +0200
commitb275045ac8ea66397546ac00a44149c927130914 (patch)
tree42d5fdf2ab0b65975b514a6312fe2ea8d28f10bf
parent85951a156bf0fe116fdee31ab380a382b6b73118 (diff)
downloadlibssh-b275045ac8ea66397546ac00a44149c927130914.tar.gz
libssh-b275045ac8ea66397546ac00a44149c927130914.tar.xz
libssh-b275045ac8ea66397546ac00a44149c927130914.zip
examples: Update header in ssh_client
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
-rw-r--r--examples/ssh_client.c25
1 files changed, 13 insertions, 12 deletions
diff --git a/examples/ssh_client.c b/examples/ssh_client.c
index 2865c2da..1860da3f 100644
--- a/examples/ssh_client.c
+++ b/examples/ssh_client.c
@@ -1,16 +1,17 @@
-/* client.c */
-/*
-Copyright 2003-2009 Aris Adamantiadis
-
-This file is part of the SSH Library
+/* ssh_client.c */
-You are free to copy this file, modify it in any way, consider it being public
-domain. This does not apply to the rest of the library though, but it is
-allowed to cut-and-paste working code from this file to any license of
-program.
-The goal is to show the API in action. It's not a reference on how terminal
-clients must be made or how a client should react.
-*/
+/*
+ * Copyright 2003-2015 Aris Adamantiadis
+ *
+ * This file is part of the SSH Library
+ *
+ * You are free to copy this file, modify it in any way, consider it being public
+ * domain. This does not apply to the rest of the library though, but it is
+ * allowed to cut-and-paste working code from this file to any license of
+ * program.
+ * The goal is to show the API in action. It's not a reference on how terminal
+ * clients must be made or how a client should react.
+ */
#include "config.h"
#include <stdio.h>