aboutsummaryrefslogtreecommitdiffstats
path: root/include/sha256.h
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 /include/sha256.h
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 'include/sha256.h')
-rw-r--r--include/sha256.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sha256.h b/include/sha256.h
index d9901da5d..ab9a8a1af 100644
--- a/include/sha256.h
+++ b/include/sha256.h
@@ -1,6 +1,6 @@
/*************************************************
* SHA-256 Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#ifndef BOTAN_SHA_256_H__