From b275045ac8ea66397546ac00a44149c927130914 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 8 Jul 2019 15:02:01 +0200 Subject: [PATCH] examples: Update header in ssh_client Signed-off-by: Andreas Schneider Reviewed-by: Jakub Jelen --- examples/ssh_client.c | 25 +++++++++++++------------ 1 file 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 */ +/* ssh_client.c */ + /* -Copyright 2003-2009 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. -*/ + * 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