diff options
author | 2000-09-07 21:13:36 +0000 | |
---|---|---|
committer | 2000-09-07 21:13:36 +0000 | |
commit | bb33e2ca9fe3231f7f61ab0147d26f1639e9b7e6 (patch) | |
tree | 95f0d77a78fe1a097bd6780bc39cdc88935b90b6 /usr.bin/ssh/compat.c | |
parent | typo (diff) | |
download | wireguard-openbsd-bb33e2ca9fe3231f7f61ab0147d26f1639e9b7e6.tar.xz wireguard-openbsd-bb33e2ca9fe3231f7f61ab0147d26f1639e9b7e6.zip |
some more Copyright fixes
Diffstat (limited to 'usr.bin/ssh/compat.c')
-rw-r--r-- | usr.bin/ssh/compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/compat.c b/usr.bin/ssh/compat.c index 20225214251..eeb6e2ef126 100644 --- a/usr.bin/ssh/compat.c +++ b/usr.bin/ssh/compat.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Markus Friedl. All rights reserved. + * Copyright (c) 1999,2000 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: compat.c,v 1.22 2000/09/07 20:27:50 deraadt Exp $"); +RCSID("$OpenBSD: compat.c,v 1.23 2000/09/07 21:13:37 markus Exp $"); #include "ssh.h" #include "packet.h" |