aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32
diff options
context:
space:
mode:
Diffstat (limited to 'modules/alg_ia32')
-rw-r--r--modules/alg_ia32/asm_macr.h2
-rw-r--r--modules/alg_ia32/md4.cpp2
-rw-r--r--modules/alg_ia32/md4core.S2
-rw-r--r--modules/alg_ia32/md5.cpp2
-rw-r--r--modules/alg_ia32/md5core.S2
-rw-r--r--modules/alg_ia32/mp_mulop.S2
-rw-r--r--modules/alg_ia32/serp_asm.S2
-rw-r--r--modules/alg_ia32/serpent.cpp2
-rw-r--r--modules/alg_ia32/sha160.cpp2
-rw-r--r--modules/alg_ia32/sha1core.S2
10 files changed, 10 insertions, 10 deletions
diff --git a/modules/alg_ia32/asm_macr.h b/modules/alg_ia32/asm_macr.h
index fe2e76d28..b852b85b1 100644
--- a/modules/alg_ia32/asm_macr.h
+++ b/modules/alg_ia32/asm_macr.h
@@ -1,6 +1,6 @@
/*************************************************
* Assembly Macros Header File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_ASM_MACROS_H__
diff --git a/modules/alg_ia32/md4.cpp b/modules/alg_ia32/md4.cpp
index e863391c8..497c6dbe7 100644
--- a/modules/alg_ia32/md4.cpp
+++ b/modules/alg_ia32/md4.cpp
@@ -1,6 +1,6 @@
/*************************************************
* MD4 Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/md4.h>
diff --git a/modules/alg_ia32/md4core.S b/modules/alg_ia32/md4core.S
index b10bb80f2..42c8dab98 100644
--- a/modules/alg_ia32/md4core.S
+++ b/modules/alg_ia32/md4core.S
@@ -1,6 +1,6 @@
/*************************************************
* MD4 Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/asm_macr.h>
diff --git a/modules/alg_ia32/md5.cpp b/modules/alg_ia32/md5.cpp
index a24a2e2d3..5f2e7061e 100644
--- a/modules/alg_ia32/md5.cpp
+++ b/modules/alg_ia32/md5.cpp
@@ -1,6 +1,6 @@
/*************************************************
* MD5 Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/md5.h>
diff --git a/modules/alg_ia32/md5core.S b/modules/alg_ia32/md5core.S
index 8d2e2343c..4617dbd86 100644
--- a/modules/alg_ia32/md5core.S
+++ b/modules/alg_ia32/md5core.S
@@ -1,6 +1,6 @@
/*************************************************
* MD5 Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/asm_macr.h>
diff --git a/modules/alg_ia32/mp_mulop.S b/modules/alg_ia32/mp_mulop.S
index 0bbffb348..d6401317b 100644
--- a/modules/alg_ia32/mp_mulop.S
+++ b/modules/alg_ia32/mp_mulop.S
@@ -1,6 +1,6 @@
/*************************************************
* Multiply/Add Algorithm Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/asm_macr.h>
diff --git a/modules/alg_ia32/serp_asm.S b/modules/alg_ia32/serp_asm.S
index 980e7f2ee..13a55a0c9 100644
--- a/modules/alg_ia32/serp_asm.S
+++ b/modules/alg_ia32/serp_asm.S
@@ -1,6 +1,6 @@
/*************************************************
* Serpent Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/asm_macr.h>
diff --git a/modules/alg_ia32/serpent.cpp b/modules/alg_ia32/serpent.cpp
index 1db5f81ab..bf13772e6 100644
--- a/modules/alg_ia32/serpent.cpp
+++ b/modules/alg_ia32/serpent.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Serpent Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/serpent.h>
diff --git a/modules/alg_ia32/sha160.cpp b/modules/alg_ia32/sha160.cpp
index 59311287a..11cd5dadb 100644
--- a/modules/alg_ia32/sha160.cpp
+++ b/modules/alg_ia32/sha160.cpp
@@ -1,6 +1,6 @@
/*************************************************
* SHA-160 Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/sha160.h>
diff --git a/modules/alg_ia32/sha1core.S b/modules/alg_ia32/sha1core.S
index 6be33cb82..56e9169bf 100644
--- a/modules/alg_ia32/sha1core.S
+++ b/modules/alg_ia32/sha1core.S
@@ -1,6 +1,6 @@
/*************************************************
* SHA-160 Source File *
-* (C) 1999-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/asm_macr.h>