mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Clarify the comment at the top of scp.c to make the licensing
situation more explicit. [originally from svn r1263]
This commit is contained in:
parent
89e59fc5a3
commit
e9adbd2473
16
scp.c
16
scp.c
@ -1,11 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
* scp.c - Scp (Secure Copy) client for PuTTY.
|
* scp.c - Scp (Secure Copy) client for PuTTY.
|
||||||
* Joris van Rantwijk, Simon Tatham
|
* Joris van Rantwijk, Simon Tatham
|
||||||
*
|
*
|
||||||
* This is mainly based on ssh-1.2.26/scp.c by Timo Rinne & Tatu Ylonen.
|
* This is mainly based on ssh-1.2.26/scp.c by Timo Rinne & Tatu Ylonen.
|
||||||
* They, in turn, used stuff from BSD rcp.
|
* They, in turn, used stuff from BSD rcp.
|
||||||
*
|
*
|
||||||
* Adaptations to enable connecting a GUI by L. Gunnarsson - Sept 2000
|
* (SGT, 2001-09-10: Joris van Rantwijk assures me that although
|
||||||
|
* this file as originally submitted was inspired by, and
|
||||||
|
* _structurally_ based on, ssh-1.2.26's scp.c, there wasn't any
|
||||||
|
* actual code duplicated, so the above comment shouldn't give rise
|
||||||
|
* to licensing issues.)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user