summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/deattack.c
diff options
context:
space:
mode:
authorDug Song <dugsong@cvs.openbsd.org>1999-10-05 02:35:58 +0000
committerDug Song <dugsong@cvs.openbsd.org>1999-10-05 02:35:58 +0000
commitcbc55fb655be43793eb6a520ea940a7377b6c445 (patch)
tree408429301b1fbfaf1b4302b06ad9cd5a535e7daa /usr.bin/ssh/deattack.c
parent5d1fc01a498d001bd2b4571f9d539c4e8b5eb534 (diff)
include licensing info
Diffstat (limited to 'usr.bin/ssh/deattack.c')
-rw-r--r--usr.bin/ssh/deattack.c21
1 files changed, 17 insertions, 4 deletions
diff --git a/usr.bin/ssh/deattack.c b/usr.bin/ssh/deattack.c
index 0d762960a8e..f05980afb33 100644
--- a/usr.bin/ssh/deattack.c
+++ b/usr.bin/ssh/deattack.c
@@ -1,8 +1,21 @@
/*
- * $Id: deattack.c,v 1.1 1999/10/05 01:23:54 dugsong Exp $ Cryptographic attack
- * detector for ssh - source code (C)1998 CORE-SDI, Buenos Aires Argentina
- * Ariel Futoransky(futo@core-sdi.com) <http://www.core-sdi.com>
- */
+ * $Id: deattack.c,v 1.2 1999/10/05 02:35:57 dugsong Exp $
+ * Cryptographic attack detector for ssh - source code
+ *
+ * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
+ *
+ * All rights reserved. Redistribution and use in source and binary
+ * forms, with or without modification, are permitted provided that
+ * this copyright notice is retained.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ * WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL CORE SDI S.A. BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR
+ * CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF THIS
+ * SOFTWARE.
+ *
+ * Ariel Futoransky <futo@core-sdi.com>
+ * <http://www.core-sdi.com> */
#include "includes.h"
#include "deattack.h"