summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/packet.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-06-25 08:25:42 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-06-25 08:25:42 +0000
commit84f02bbe31bbf222fdf43d4c83b7403d7370a0e0 (patch)
treeac52d4d6ac42bde14f36b5516bf46874f57d94da /usr.bin/ssh/packet.c
parent968a0fe30074c35f8f38f3cac8b96744e08338ba (diff)
update copyright for 2001
Diffstat (limited to 'usr.bin/ssh/packet.c')
-rw-r--r--usr.bin/ssh/packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/packet.c b/usr.bin/ssh/packet.c
index 4f914a3ad3a..09f663db6ff 100644
--- a/usr.bin/ssh/packet.c
+++ b/usr.bin/ssh/packet.c
@@ -13,7 +13,7 @@
*
*
* SSH2 packet format added by Markus Friedl.
- * Copyright (c) 2000 Markus Friedl. All rights reserved.
+ * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -37,7 +37,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.68 2001/06/23 15:12:19 itojun Exp $");
+RCSID("$OpenBSD: packet.c,v 1.69 2001/06/25 08:25:38 markus Exp $");
#include "xmalloc.h"
#include "buffer.h"