From 61b49ea2e3bd77c15a016070137ef35fa650e1a1 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Tue, 19 Jan 2016 00:22:23 +0800
Subject: [PATCH] Add note about OpenSSH origin

---
 scp.c     | 3 +++
 scpmisc.c | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/scp.c b/scp.c
index 70f45e32..4f6a5797 100644
--- a/scp.c
+++ b/scp.c
@@ -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 --git a/scpmisc.c b/scpmisc.c
index ec4df353..e60cbe8a 100644
--- a/scpmisc.c
+++ b/scpmisc.c
@@ -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.
  *
-- 
GitLab