diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2004-02-27 10:16:27 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2004-02-27 10:16:27 +0000 |
commit | 752fc2b45521b8f06c36330d905676097eaed2a9 (patch) | |
tree | d0204ee672292623e6855bd940450f9c724b2d55 /sbin/isakmpd | |
parent | 4e0d5a307f9b380272771daa0180e33928e35424 (diff) |
(C)-2004
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/ike_phase_1.c | 4 | ||||
-rw-r--r-- | sbin/isakmpd/ike_quick_mode.c | 4 | ||||
-rw-r--r-- | sbin/isakmpd/sa.c | 3 | ||||
-rw-r--r-- | sbin/isakmpd/sa.h | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/sbin/isakmpd/ike_phase_1.c b/sbin/isakmpd/ike_phase_1.c index c144106f5d3..ce68d8b3eec 100644 --- a/sbin/isakmpd/ike_phase_1.c +++ b/sbin/isakmpd/ike_phase_1.c @@ -1,10 +1,10 @@ -/* $OpenBSD: ike_phase_1.c,v 1.43 2004/02/27 09:01:18 ho Exp $ */ +/* $OpenBSD: ike_phase_1.c,v 1.44 2004/02/27 10:16:26 ho Exp $ */ /* $EOM: ike_phase_1.c,v 1.31 2000/12/11 23:47:56 niklas Exp $ */ /* * Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved. * Copyright (c) 1999, 2000 Angelos D. Keromytis. All rights reserved. - * Copyright (c) 2001 Håkan Olsson. All rights reserved. + * Copyright (c) 2001, 2004 Håkan Olsson. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sbin/isakmpd/ike_quick_mode.c b/sbin/isakmpd/ike_quick_mode.c index 3d266b57579..d0904ee5aa9 100644 --- a/sbin/isakmpd/ike_quick_mode.c +++ b/sbin/isakmpd/ike_quick_mode.c @@ -1,10 +1,10 @@ -/* $OpenBSD: ike_quick_mode.c,v 1.74 2004/02/27 09:01:18 ho Exp $ */ +/* $OpenBSD: ike_quick_mode.c,v 1.75 2004/02/27 10:16:26 ho Exp $ */ /* $EOM: ike_quick_mode.c,v 1.139 2001/01/26 10:43:17 niklas Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. All rights reserved. * Copyright (c) 1999, 2000, 2001 Angelos D. Keromytis. All rights reserved. - * Copyright (c) 2000, 2001 Håkan Olsson. All rights reserved. + * Copyright (c) 2000, 2001, 2004 Håkan Olsson. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sbin/isakmpd/sa.c b/sbin/isakmpd/sa.c index 802b2ae9229..2efee3cb374 100644 --- a/sbin/isakmpd/sa.c +++ b/sbin/isakmpd/sa.c @@ -1,9 +1,10 @@ -/* $OpenBSD: sa.c,v 1.75 2004/02/27 09:01:19 ho Exp $ */ +/* $OpenBSD: sa.c,v 1.76 2004/02/27 10:16:26 ho Exp $ */ /* $EOM: sa.c,v 1.112 2000/12/12 00:22:52 niklas Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. All rights reserved. * Copyright (c) 1999, 2001 Angelos D. Keromytis. All rights reserved. + * Copyright (c) 2003, 2004 Håkan Olsson. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sbin/isakmpd/sa.h b/sbin/isakmpd/sa.h index 96ef6a38034..f2c28e55abe 100644 --- a/sbin/isakmpd/sa.h +++ b/sbin/isakmpd/sa.h @@ -1,9 +1,10 @@ -/* $OpenBSD: sa.h,v 1.33 2004/02/27 09:01:19 ho Exp $ */ +/* $OpenBSD: sa.h,v 1.34 2004/02/27 10:16:26 ho Exp $ */ /* $EOM: sa.h,v 1.58 2000/10/10 12:39:01 provos Exp $ */ /* * Copyright (c) 1998, 1999, 2001 Niklas Hallqvist. All rights reserved. * Copyright (c) 1999, 2001 Angelos D. Keromytis. All rights reserved. + * Copyright (c) 2004 Håkan Olsson. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |