aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/simd_32/simd_32.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-28 19:55:44 +0000
committerlloyd <[email protected]>2009-10-28 19:55:44 +0000
commit16adc6a5424aad033a18bae872586a52e54d7d8e (patch)
tree7a4cb09f9898d3813093d7b804c358ab965a462b /src/utils/simd_32/simd_32.h
parent329153f38c12872a91fd569ee47b2ac0d0e6eec6 (diff)
Add copyright + license on the new SIMD files
Diffstat (limited to 'src/utils/simd_32/simd_32.h')
-rw-r--r--src/utils/simd_32/simd_32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/simd_32/simd_32.h b/src/utils/simd_32/simd_32.h
index d9fac0d3d..be426efd6 100644
--- a/src/utils/simd_32/simd_32.h
+++ b/src/utils/simd_32/simd_32.h
@@ -1,5 +1,8 @@
/**
* Lightweight wrappers for SIMD operations
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
*/
#ifndef BOTAN_SIMD_32_H__