aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mp_amd64
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-10 02:47:51 +0000
committerlloyd <[email protected]>2008-04-10 02:47:51 +0000
commitbc87db3d01968883c9b97f72d236c925db16fe24 (patch)
tree41560bfe338ca1047396971a9c80448f0f01e1e9 /modules/mp_amd64
parent29885981670e06413738458c11f632c5b87bb031 (diff)
Change the copyrights in all files in the Botan tree to directly reflect
the actual copyright holders. For rationale, see my post to botan-devel on April 9, subject 'Changing license to directly reflect contributors' (http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
Diffstat (limited to 'modules/mp_amd64')
-rw-r--r--modules/mp_amd64/bit_ops.h2
-rw-r--r--modules/mp_amd64/mp_asm.h3
-rw-r--r--modules/mp_amd64/mp_asmi.h3
3 files changed, 5 insertions, 3 deletions
diff --git a/modules/mp_amd64/bit_ops.h b/modules/mp_amd64/bit_ops.h
index a2f881229..1a829af96 100644
--- a/modules/mp_amd64/bit_ops.h
+++ b/modules/mp_amd64/bit_ops.h
@@ -1,6 +1,6 @@
/*************************************************
* Bit/Word Operations Header File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2008 Jack Lloyd *
*************************************************/
#ifndef BOTAN_BIT_OPS_H__
diff --git a/modules/mp_amd64/mp_asm.h b/modules/mp_amd64/mp_asm.h
index f24f030bd..9377872a7 100644
--- a/modules/mp_amd64/mp_asm.h
+++ b/modules/mp_amd64/mp_asm.h
@@ -1,6 +1,7 @@
/*************************************************
* Lowest Level MPI Algorithms Header File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2008 Jack Lloyd *
+* 2006 Luca Piccarreta *
*************************************************/
#ifndef BOTAN_MP_ASM_H__
diff --git a/modules/mp_amd64/mp_asmi.h b/modules/mp_amd64/mp_asmi.h
index d66c60503..947aaa0a1 100644
--- a/modules/mp_amd64/mp_asmi.h
+++ b/modules/mp_amd64/mp_asmi.h
@@ -1,6 +1,7 @@
/*************************************************
* Lowest Level MPI Algorithms Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
+* 2006 Luca Piccarreta *
*************************************************/
#ifndef BOTAN_MP_ASM_INTERNAL_H__