Commit 6f5df266f2a01c24200e423656bcef88a0d5a82a

Steffen Jaeckel 2019-04-06T17:40:46

fix file headers & footers

diff --git a/bn_mp_decr.c b/bn_mp_decr.c
index b57f5d0..edf65f4 100644
--- a/bn_mp_decr.c
+++ b/bn_mp_decr.c
@@ -40,9 +40,8 @@ int mp_decr(mp_int *a)
    }
    return mp_sub_d(a, 1uL,a);
 }
-
-
 #endif
-/* ref:         \$Format:\%D$ */
-/* git commit:  \$Format:\%H$ */
-/* commit time: \$Format:\%ai$ */
+
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */
diff --git a/bn_mp_incr.c b/bn_mp_incr.c
index b7cd24a..adecb25 100644
--- a/bn_mp_incr.c
+++ b/bn_mp_incr.c
@@ -35,8 +35,8 @@ int mp_incr(mp_int *a)
    }
    return mp_add_d(a, 1uL,a);
 }
-
 #endif
-/* ref:         \$Format:\%D$ */
-/* git commit:  \$Format:\%H$ */
-/* commit time: \$Format:\%ai$ */
+
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */
diff --git a/bn_mp_iseven.c b/bn_mp_iseven.c
index 4dc72a4..9532fdd 100644
--- a/bn_mp_iseven.c
+++ b/bn_mp_iseven.c
@@ -9,8 +9,7 @@
  * Michael Fromberger but has been written from scratch with
  * additional optimizations in place.
  *
- * The library is free for all purposes without any express
- * guarantee it works.
+ * SPDX-License-Identifier: Unlicense
  */
 
 int mp_iseven(const mp_int *a)
diff --git a/bn_mp_isodd.c b/bn_mp_isodd.c
index 4a3942c..007b6dd 100644
--- a/bn_mp_isodd.c
+++ b/bn_mp_isodd.c
@@ -9,8 +9,7 @@
  * Michael Fromberger but has been written from scratch with
  * additional optimizations in place.
  *
- * The library is free for all purposes without any express
- * guarantee it works.
+ * SPDX-License-Identifier: Unlicense
  */
 
 int mp_isodd(const mp_int *a)