summaryrefslogtreecommitdiff
path: root/src/ltc/pk/asn1/der/object_identifier/der_encode_object_identifier.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltc/pk/asn1/der/object_identifier/der_encode_object_identifier.c')
-rw-r--r--src/ltc/pk/asn1/der/object_identifier/der_encode_object_identifier.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/ltc/pk/asn1/der/object_identifier/der_encode_object_identifier.c b/src/ltc/pk/asn1/der/object_identifier/der_encode_object_identifier.c
index 881809f6..9a9c62d9 100644
--- a/src/ltc/pk/asn1/der/object_identifier/der_encode_object_identifier.c
+++ b/src/ltc/pk/asn1/der/object_identifier/der_encode_object_identifier.c
@@ -1,11 +1,5 @@
-/* LibTomCrypt, modular cryptographic library -- Tom St Denis
- *
- * LibTomCrypt is a library that provides various cryptographic
- * algorithms in a highly modular and flexible manner.
- *
- * The library is free for all purposes without any express
- * guarantee it works.
- */
+/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
+/* SPDX-License-Identifier: Unlicense */
#include "tomcrypt_private.h"
/**
@@ -96,7 +90,3 @@ int der_encode_object_identifier(const unsigned long *words, unsigned long nwor
}
#endif
-
-/* ref: $Format:%D$ */
-/* git commit: $Format:%H$ */
-/* commit time: $Format:%ai$ */