# HG changeset patch # User Matt Johnston # Date 1453134143 -28800 # Node ID 952624727411d041e0c45a85d0fa3d59e94044b7 # Parent 6a7938ba004ad39f8f8dedf8586f0a957c228694 Add note about OpenSSH origin diff -r 6a7938ba004a -r 952624727411 scp.c --- a/scp.c Fri Jan 15 00:19:11 2016 +0800 +++ b/scp.c Tue Jan 19 00:22:23 2016 +0800 @@ -1,3 +1,6 @@ +/* Dropbear Note: This file is based on OpenSSH 4.3p2. Avoid unnecessary + changes to simplify future updates */ + /* * scp - secure remote copy. This is basically patched BSD rcp which * uses ssh to do the data transfer (instead of using rcmd). diff -r 6a7938ba004a -r 952624727411 scpmisc.c --- a/scpmisc.c Fri Jan 15 00:19:11 2016 +0800 +++ b/scpmisc.c Tue Jan 19 00:22:23 2016 +0800 @@ -1,3 +1,6 @@ +/* Dropbear Note: This file is based on OpenSSH 4.3p2. Avoid unnecessary + changes to simplify future updates */ + /* * Copyright (c) 2000 Markus Friedl. All rights reserved. *