diff options
author | 2001-03-02 18:54:30 +0000 | |
---|---|---|
committer | 2001-03-02 18:54:30 +0000 | |
commit | 24330a15f63332c5df659622a848dbd1a547312e (patch) | |
tree | 9ecc6f34b963d45a0cb8c3bd42ded7d6c0d32907 /usr.bin/ssh/scp.c | |
parent | Simpler algorithm or calculating inomapsize (diff) | |
download | wireguard-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.c | 6 |
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" |