summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/scp.c b/scp.c
index 42ebec0fe..72558c75a 100644
--- a/scp.c
+++ b/scp.c
@@ -52,11 +52,7 @@
52 * 2. Redistributions in binary form must reproduce the above copyright 52 * 2. Redistributions in binary form must reproduce the above copyright
53 * notice, this list of conditions and the following disclaimer in the 53 * notice, this list of conditions and the following disclaimer in the
54 * documentation and/or other materials provided with the distribution. 54 * documentation and/or other materials provided with the distribution.
55 * 3. All advertising materials mentioning features or use of this software 55 * 3. Neither the name of the University nor the names of its contributors
56 * must display the following acknowledgement:
57 * This product includes software developed by the University of
58 * California, Berkeley and its contributors.
59 * 4. Neither the name of the University nor the names of its contributors
60 * may be used to endorse or promote products derived from this software 56 * may be used to endorse or promote products derived from this software
61 * without specific prior written permission. 57 * without specific prior written permission.
62 * 58 *
@@ -75,7 +71,7 @@
75 */ 71 */
76 72
77#include "includes.h" 73#include "includes.h"
78RCSID("$OpenBSD: scp.c,v 1.102 2003/03/05 22:33:43 markus Exp $"); 74RCSID("$OpenBSD: scp.c,v 1.103 2003/06/03 02:56:16 millert Exp $");
79 75
80#include "xmalloc.h" 76#include "xmalloc.h"
81#include "atomicio.h" 77#include "atomicio.h"