diff options
author | Stef Walter <stef@thewalter.net> | 2010-12-16 22:10:06 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2010-12-16 22:10:06 +0000 |
commit | cef70f77eee5ec3883d36761cfb924ae46fbeb96 (patch) | |
tree | 7d75062d63c66d90b872734e5892ef37f7a76c21 | |
parent | ef5d6050fdbbd9e59e59b5de798a9e580ada137f (diff) |
Add original location to header file.
-rw-r--r-- | pkcs11-trust-assertions.h | 40 |
1 files changed, 26 insertions, 14 deletions
diff --git a/pkcs11-trust-assertions.h b/pkcs11-trust-assertions.h index 365e799..decfd32 100644 --- a/pkcs11-trust-assertions.h +++ b/pkcs11-trust-assertions.h @@ -1,18 +1,30 @@ -/* pkcs11x.h - Copyright 2010 Collabora Ltd - - This file is free software; as a special exception the author gives - unlimited permission to copy and/or distribute it, with or without - modifications, as long as this notice is preserved. - - This file is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY, to the extent permitted by law; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. */ +/* + * pkcs11x.h + * Copyright 2010 Collabora, Ltd + * + * This file is free software; as a special exception the author gives + * unlimited permission to copy and/or distribute it, with or without + * modifications, as long as this notice is preserved. + * + * This file is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY, to the extent permitted by law; without even + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. + */ +/* + * The latest version of this file is at: + * + * git://thewalter.net/git/pkcs11-trust-assertions + * + * or viewable on the web at: + * + * http://thewalter.net/git/cgit.cgi/pkcs11-trust-assertions/tree/pkcs11-trust-assertions.h + * + */ -#ifndef PKCS11X_H -#define PKCS11X_H +#ifndef PKCS11_TRUST_ASSERTIONS_H +#define PKCS11_TRUST_ASSERTIONS_H #include "pkcs11.h" @@ -41,4 +53,4 @@ typedef CK_ULONG CK_X_ASSERTION_TYPE; #define CKT_X_ANCHORED_CERTIFICATE 3UL -#endif /* PKCS11X_H */ +#endif /* PKCS11_TRUST_ASSERTIONS_H */ |