aboutsummaryrefslogtreecommitdiff
path: root/examples/ssh_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ssh_client.c')
-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>