summaryrefslogtreecommitdiff
path: root/src/ltc/pk/asn1/der/ia5/der_encode_ia5_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltc/pk/asn1/der/ia5/der_encode_ia5_string.c')
-rw-r--r--src/ltc/pk/asn1/der/ia5/der_encode_ia5_string.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/ltc/pk/asn1/der/ia5/der_encode_ia5_string.c b/src/ltc/pk/asn1/der/ia5/der_encode_ia5_string.c
index fb6a4f8e..8b8bd36b 100644
--- a/src/ltc/pk/asn1/der/ia5/der_encode_ia5_string.c
+++ b/src/ltc/pk/asn1/der/ia5/der_encode_ia5_string.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"
/**
@@ -65,7 +59,3 @@ int der_encode_ia5_string(const unsigned char *in, unsigned long inlen,
}
#endif
-
-/* ref: $Format:%D$ */
-/* git commit: $Format:%H$ */
-/* commit time: $Format:%ai$ */