mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-29 13:01:13 +03:00
examples: Update header in ssh_client
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
@ -1,16 +1,17 @@
|
|||||||
/* client.c */
|
/* ssh_client.c */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2003-2009 Aris Adamantiadis
|
* Copyright 2003-2015 Aris Adamantiadis
|
||||||
|
*
|
||||||
This file is part of the SSH Library
|
* This file is part of the SSH Library
|
||||||
|
*
|
||||||
You are free to copy this file, modify it in any way, consider it being public
|
* 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
|
* 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
|
* allowed to cut-and-paste working code from this file to any license of
|
||||||
program.
|
* program.
|
||||||
The goal is to show the API in action. It's not a reference on how terminal
|
* 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.
|
* clients must be made or how a client should react.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Reference in New Issue
Block a user