summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2010-12-16 22:10:06 +0000
committerStef Walter <stefw@collabora.co.uk>2013-01-02 09:04:08 +0100
commite1fa3c75d550bca45c805de423155b3c42e54fd7 (patch)
tree50d2b5f3dd9863c51a41e05c45ce08d6da278454
parent5e3067350a6c9661799164b8316b7a29962393e7 (diff)
Add original location to header file.
-rw-r--r--specs/pkcs11-trust-assertions.h40
1 files changed, 26 insertions, 14 deletions
diff --git a/specs/pkcs11-trust-assertions.h b/specs/pkcs11-trust-assertions.h
index 365e799..decfd32 100644
--- a/specs/pkcs11-trust-assertions.h
+++ b/specs/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 */