]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Clarify the comment at the top of scp.c to make the licensing
authorSimon Tatham <anakin@pobox.com>
Mon, 10 Sep 2001 08:39:37 +0000 (08:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 10 Sep 2001 08:39:37 +0000 (08:39 +0000)
situation more explicit.

[originally from svn r1263]

scp.c

diff --git a/scp.c b/scp.c
index aca1cf390a3f03ae88cfc9d5c30f539529faf8c3..7a8cebde1d542c4ffb357e1dac47a3ae69a9525c 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -1,11 +1,15 @@
 /*
- *  scp.c  -  Scp (Secure Copy) client for PuTTY.
- *  Joris van Rantwijk, Simon Tatham
+ * scp.c  -  Scp (Secure Copy) client for PuTTY.
+ * Joris van Rantwijk, Simon Tatham
  *
- *  This is mainly based on ssh-1.2.26/scp.c by Timo Rinne & Tatu Ylonen.
- *  They, in turn, used stuff from BSD rcp.
- *
- *  Adaptations to enable connecting a GUI by L. Gunnarsson - Sept 2000
+ * This is mainly based on ssh-1.2.26/scp.c by Timo Rinne & Tatu Ylonen.
+ * They, in turn, used stuff from BSD rcp.
+ * 
+ * (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>