diff options
author | lloyd <[email protected]> | 2009-08-11 02:17:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-08-11 02:17:10 +0000 |
commit | 34eb8de4ed014ab8913bdb34b096d60880b1c14a (patch) | |
tree | da8f538f1655765317fb16df01523ce23bd09e6b /src/math/bigint | |
parent | 8a0385aab2f90e445e7f10bdaf0dff67921bd400 (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')
-rw-r--r-- | src/math/bigint/monty_amd64/mp_monty.S | 10 | ||||
-rw-r--r-- | src/math/bigint/mulop_amd64/mp_mulop_amd64.S | 10 | ||||
-rw-r--r-- | src/math/bigint/mulop_ia32/mp_mulop.S | 10 |
3 files changed, 18 insertions, 12 deletions
diff --git a/src/math/bigint/monty_amd64/mp_monty.S b/src/math/bigint/monty_amd64/mp_monty.S index 3dd4040bc..22045c369 100644 --- a/src/math/bigint/monty_amd64/mp_monty.S +++ b/src/math/bigint/monty_amd64/mp_monty.S @@ -1,7 +1,9 @@ -/************************************************* -* Montgomery Reduction Source File * -* (C) 2008 Jack Lloyd * -*************************************************/ +/* +* Montgomery Reduction Source File +* (C) 2008 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #include <botan/asm_macr.h> diff --git a/src/math/bigint/mulop_amd64/mp_mulop_amd64.S b/src/math/bigint/mulop_amd64/mp_mulop_amd64.S index e5bba23fb..63ac55e95 100644 --- a/src/math/bigint/mulop_amd64/mp_mulop_amd64.S +++ b/src/math/bigint/mulop_amd64/mp_mulop_amd64.S @@ -1,7 +1,9 @@ -/************************************************* -* Simple O(N^2) Multiplication and Squaring * -* (C) 1999-2008 Jack Lloyd * -*************************************************/ +/* +* Simple O(N^2) Multiplication and Squaring +* (C) 1999-2008 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #include <botan/asm_macr.h> 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> |