diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-27 12:03:40 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-27 12:03:40 +0000 |
commit | 83ddad5afb1ef8895859420fadb7e75c955c52fe (patch) | |
tree | 85a32bfa7f5d32dd4505dcefaf2fbd7b8681c3b7 /sbin/isakmpd/apps/certpatch | |
parent | 41801fce439cd6c2433e0917e60b9f7647827915 (diff) |
(c) 2001
Diffstat (limited to 'sbin/isakmpd/apps/certpatch')
-rw-r--r-- | sbin/isakmpd/apps/certpatch/Makefile | 3 | ||||
-rw-r--r-- | sbin/isakmpd/apps/certpatch/certpatch.c | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sbin/isakmpd/apps/certpatch/Makefile b/sbin/isakmpd/apps/certpatch/Makefile index 335fea6485e..573020c96db 100644 --- a/sbin/isakmpd/apps/certpatch/Makefile +++ b/sbin/isakmpd/apps/certpatch/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2001/01/27 11:24:39 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 2001/01/27 12:03:37 niklas Exp $ # $EOM: Makefile,v 1.6 2000/03/28 21:22:06 ho Exp $ # # Copyright (c) 1999 Niels Provos. All rights reserved. +# Copyright (c) 2001 Niklas Hallqvist. 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/apps/certpatch/certpatch.c b/sbin/isakmpd/apps/certpatch/certpatch.c index 06ad17657bf..fb1a68c0c19 100644 --- a/sbin/isakmpd/apps/certpatch/certpatch.c +++ b/sbin/isakmpd/apps/certpatch/certpatch.c @@ -1,10 +1,11 @@ -/* $OpenBSD: certpatch.c,v 1.13 2001/01/27 11:24:39 niklas Exp $ */ +/* $OpenBSD: certpatch.c,v 1.14 2001/01/27 12:03:37 niklas Exp $ */ /* $EOM: certpatch.c,v 1.11 2000/12/21 14:50:09 ho Exp $ */ /* * Copyright (c) 1999 Niels Provos. All rights reserved. * Copyright (c) 1999, 2000 Angelos D. Keromytis. All rights reserved. - * Copyright (c) 2000 Niklas Hallqvist. All rights reserved. + * Copyright (c) 2000, 2001 Niklas Hallqvist. All rights reserved. + * Copyright (c) 2001 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 |