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 b852b85b1..fe2e76d28 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-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_ASM_MACROS_H__
diff --git a/modules/alg_ia32/md4.cpp b/modules/alg_ia32/md4.cpp
index 497c6dbe7..e863391c8 100644
--- a/modules/alg_ia32/md4.cpp
+++ b/modules/alg_ia32/md4.cpp
@@ -1,6 +1,6 @@
/*************************************************
* MD4 Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/md4.h>
diff --git a/modules/alg_ia32/md4core.S b/modules/alg_ia32/md4core.S
index 42c8dab98..b10bb80f2 100644
--- a/modules/alg_ia32/md4core.S
+++ b/modules/alg_ia32/md4core.S
@@ -1,6 +1,6 @@
/*************************************************
* MD4 Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/asm_macr.h>
diff --git a/modules/alg_ia32/md5.cpp b/modules/alg_ia32/md5.cpp
index 5f2e7061e..a24a2e2d3 100644
--- a/modules/alg_ia32/md5.cpp
+++ b/modules/alg_ia32/md5.cpp
@@ -1,6 +1,6 @@
/*************************************************
* MD5 Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/md5.h>
diff --git a/modules/alg_ia32/md5core.S b/modules/alg_ia32/md5core.S
index 4617dbd86..8d2e2343c 100644
--- a/modules/alg_ia32/md5core.S
+++ b/modules/alg_ia32/md5core.S
@@ -1,6 +1,6 @@
/*************************************************
* MD5 Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 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 d6401317b..0bbffb348 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-2007 The Botan Project *
+* (C) 1999-2008 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 13a55a0c9..980e7f2ee 100644
--- a/modules/alg_ia32/serp_asm.S
+++ b/modules/alg_ia32/serp_asm.S
@@ -1,6 +1,6 @@
/*************************************************
* Serpent Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/asm_macr.h>
diff --git a/modules/alg_ia32/serpent.cpp b/modules/alg_ia32/serpent.cpp
index bf13772e6..1db5f81ab 100644
--- a/modules/alg_ia32/serpent.cpp
+++ b/modules/alg_ia32/serpent.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Serpent Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/serpent.h>
diff --git a/modules/alg_ia32/sha160.cpp b/modules/alg_ia32/sha160.cpp
index 11cd5dadb..59311287a 100644
--- a/modules/alg_ia32/sha160.cpp
+++ b/modules/alg_ia32/sha160.cpp
@@ -1,6 +1,6 @@
/*************************************************
* SHA-160 Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/sha160.h>
diff --git a/modules/alg_ia32/sha1core.S b/modules/alg_ia32/sha1core.S
index 56e9169bf..6be33cb82 100644
--- a/modules/alg_ia32/sha1core.S
+++ b/modules/alg_ia32/sha1core.S
@@ -1,6 +1,6 @@
/*************************************************
* SHA-160 Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/asm_macr.h>