aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/simd_32/simd_scalar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/simd_32/simd_scalar.h')
-rw-r--r--src/utils/simd_32/simd_scalar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/utils/simd_32/simd_scalar.h b/src/utils/simd_32/simd_scalar.h
index 4b81c183b..38f69c294 100644
--- a/src/utils/simd_32/simd_scalar.h
+++ b/src/utils/simd_32/simd_scalar.h
@@ -1,5 +1,8 @@
/**
-* Scalar emulation of SIMD operations
+* Scalar emulation of SIMD 32-bit operations
+* (C) 2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
*/
#ifndef BOTAN_SIMD_SCALAR_H__