diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-12 16:21:02 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-12 16:21:02 +0000 |
commit | 6a132a53e57ff997184ca139d34a0da22fd1100c (patch) | |
tree | 965f7ab0e95290ea101e3a6a86b2c2d9dc6ef40d | |
parent | c4d9504a6b2a9ab54b2785a56b5e81de471511a9 (diff) | |
download | strongswan-6a132a53e57ff997184ca139d34a0da22fd1100c.tar.bz2 strongswan-6a132a53e57ff997184ca139d34a0da22fd1100c.tar.xz |
corrected copyright statement
-rwxr-xr-x | src/libstrongswan/crypto/x509.c | 7 | ||||
-rwxr-xr-x | src/libstrongswan/crypto/x509.h | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/src/libstrongswan/crypto/x509.c b/src/libstrongswan/crypto/x509.c index 35ef55cbc..c874c66e2 100755 --- a/src/libstrongswan/crypto/x509.c +++ b/src/libstrongswan/crypto/x509.c @@ -6,7 +6,12 @@ */ /* - * Copyright (C) 2006 Martin Willi + * Copyright (C) 2000 Andreas Hess, Patric Lichtsteiner, Roger Wegmann + * Copyright (C) 2001 Marco Bertossa, Andreas Schleiss + * Copyright (C) 2002 Mario Strasser + * Copyright (C) 2000-2004 Andreas Steffen, Zuercher Hochschule Winterthur + * Copyright (C) 2006 Martin Willi, Andreas Steffen + * * Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it diff --git a/src/libstrongswan/crypto/x509.h b/src/libstrongswan/crypto/x509.h index 0e2d25ebb..fb9f5a98e 100755 --- a/src/libstrongswan/crypto/x509.h +++ b/src/libstrongswan/crypto/x509.h @@ -6,7 +6,12 @@ */ /* + * Copyright (C) 2000 Andreas Hess, Patric Lichtsteiner, Roger Wegmann + * Copyright (C) 2001 Marco Bertossa, Andreas Schleiss + * Copyright (C) 2002 Mario Strasser + * Copyright (C) 2000-2004 Andreas Steffen, Zuercher Hochschule Winterthur * Copyright (C) 2006 Martin Willi, Andreas Steffen + * * Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it @@ -44,12 +49,8 @@ typedef struct x509_t x509_t; * @b Constructors: * - x509_create_from_chunk() * - x509_create_from_file() - * - * @todo more code cleanup needed! - * @todo fix unimplemented functions... - * @todo handle memory management * - * @ingroup transforms + * @ingroup crypto */ struct x509_t { |