aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/mulop_ia32
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-08-11 02:17:10 +0000
committerlloyd <[email protected]>2009-08-11 02:17:10 +0000
commit34eb8de4ed014ab8913bdb34b096d60880b1c14a (patch)
treeda8f538f1655765317fb16df01523ce23bd09e6b /src/math/bigint/mulop_ia32
parent8a0385aab2f90e445e7f10bdaf0dff67921bd400 (diff)
Add 'Distributed under the terms of the Botan license' notices to the .S
files. Were missed by the automated script that added them to the cpp/h files, it appears.
Diffstat (limited to 'src/math/bigint/mulop_ia32')
-rw-r--r--src/math/bigint/mulop_ia32/mp_mulop.S10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/math/bigint/mulop_ia32/mp_mulop.S b/src/math/bigint/mulop_ia32/mp_mulop.S
index a5f0d3b27..716166fd9 100644
--- a/src/math/bigint/mulop_ia32/mp_mulop.S
+++ b/src/math/bigint/mulop_ia32/mp_mulop.S
@@ -1,7 +1,9 @@
-/*************************************************
-* Multiply/Add Algorithm Source File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* Multiply/Add Algorithm Source File
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#include <botan/asm_macr.h>