summaryrefslogtreecommitdiff
path: root/src/ltc/pk/asn1/der/custom_type/der_encode_custom_type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltc/pk/asn1/der/custom_type/der_encode_custom_type.c')
-rw-r--r--src/ltc/pk/asn1/der/custom_type/der_encode_custom_type.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/ltc/pk/asn1/der/custom_type/der_encode_custom_type.c b/src/ltc/pk/asn1/der/custom_type/der_encode_custom_type.c
index 5bbd65be..2e21b4aa 100644
--- a/src/ltc/pk/asn1/der/custom_type/der_encode_custom_type.c
+++ b/src/ltc/pk/asn1/der/custom_type/der_encode_custom_type.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"
@@ -232,7 +226,3 @@ LBL_ERR:
}
#endif
-
-/* ref: $Format:%D$ */
-/* git commit: $Format:%H$ */
-/* commit time: $Format:%ai$ */