aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-02-14 18:43:45 +0000
committerlloyd <[email protected]>2008-02-14 18:43:45 +0000
commit90be13de6fa5fb2778b5d6d296c81fd0e9393b97 (patch)
treed4907e023592ee117065c6879ba9e6827d279b22 /modules/alg_ia32
parent030c4f7d5ced92d6a0e83e2f62d312f262cf2f4c (diff)
Mass update of the copyright date. Honestly I don't know why I bother,
but might as well keep it up to date. And it's easier to do it once with a 'perl -pi' command than to update each file over time. Apologies to anyone looking at diffs.
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>