summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/scp.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-03-02 18:54:30 +0000
committerderaadt <deraadt@openbsd.org>2001-03-02 18:54:30 +0000
commit24330a15f63332c5df659622a848dbd1a547312e (patch)
tree9ecc6f34b963d45a0cb8c3bd42ded7d6c0d32907 /usr.bin/ssh/scp.c
parentSimpler algorithm or calculating inomapsize (diff)
downloadwireguard-openbsd-24330a15f63332c5df659622a848dbd1a547312e.tar.xz
wireguard-openbsd-24330a15f63332c5df659622a848dbd1a547312e.zip
make copyright lines the same format
Diffstat (limited to 'usr.bin/ssh/scp.c')
-rw-r--r--usr.bin/ssh/scp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/scp.c b/usr.bin/ssh/scp.c
index 0ad05c8c406..e34fdaf5fe1 100644
--- a/usr.bin/ssh/scp.c
+++ b/usr.bin/ssh/scp.c
@@ -14,8 +14,8 @@
* called by a name other than "ssh" or "Secure Shell".
*/
/*
- * Copyright (c) 1999 Theo de Raadt. All rights reserved.
- * Copyright (c) 1999 Aaron Campbell. All rights reserved.
+ * Copyright (c) 1999 Theo de Raadt. All rights reserved.
+ * Copyright (c) 1999 Aaron Campbell. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -75,7 +75,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.59 2001/02/19 10:36:25 deraadt Exp $");
+RCSID("$OpenBSD: scp.c,v 1.60 2001/03/02 18:54:31 deraadt Exp $");
#include "xmalloc.h"
#include "atomicio.h"