diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 23:43:16 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 23:43:16 +0000 |
commit | d36985754dfa1903dc82103ed73c96055ec96d9c (patch) | |
tree | a30aa85e303a7bdcb5c4a140435a81690580b40d | |
parent | fd035ee2cd54635d9569e767314b3d33777e04b5 (diff) |
$OpenBSD$
-rw-r--r-- | include/bsd_auth.h | 2 | ||||
-rw-r--r-- | include/dbm.h | 2 | ||||
-rw-r--r-- | include/skipjack.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/include/bsd_auth.h b/include/bsd_auth.h index 204a7983c71..0720d63e323 100644 --- a/include/bsd_auth.h +++ b/include/bsd_auth.h @@ -1,3 +1,5 @@ +/* $OpenBSD: bsd_auth.h,v 1.3 2001/01/28 23:43:15 niklas Exp $ */ + /*- * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. * diff --git a/include/dbm.h b/include/dbm.h index abb2aa0a574..665651ec946 100644 --- a/include/dbm.h +++ b/include/dbm.h @@ -1,3 +1,5 @@ +/* $OpenBSD: dbm.h,v 1.3 2001/01/28 23:43:15 niklas Exp $ */ + /* * Copyright (c) 1999 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. diff --git a/include/skipjack.h b/include/skipjack.h index dd3fe607e70..37c141d5f49 100644 --- a/include/skipjack.h +++ b/include/skipjack.h @@ -1,3 +1,5 @@ +/* $OpenBSD: skipjack.h,v 1.2 2001/01/28 23:43:15 niklas Exp $ */ + /* * Further optimized test implementation of SKIPJACK algorithm * Mark Tillotson <markt@chaos.org.uk>, 25 June 98
|