aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-03 06:11:00 +0000
committerlloyd <[email protected]>2006-06-03 06:11:00 +0000
commit4b2d4d38ce6e9b96e75b68026eece044d77edc7f (patch)
tree37127118bca716d605174442fe1a12a40c54b8f1 /misc
parent25aaeee23fd952525eadabea43b1c4e8a2cf1b02 (diff)
Update the copyrights in the CMS code
Diffstat (limited to 'misc')
-rw-r--r--misc/cms/cms_algo.cpp2
-rw-r--r--misc/cms/cms_comp.cpp2
-rw-r--r--misc/cms/cms_dalg.cpp2
-rw-r--r--misc/cms/cms_dec.cpp2
-rw-r--r--misc/cms/cms_dec.h2
-rw-r--r--misc/cms/cms_ealg.cpp2
-rw-r--r--misc/cms/cms_enc.cpp2
-rw-r--r--misc/cms/cms_enc.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/misc/cms/cms_algo.cpp b/misc/cms/cms_algo.cpp
index 8143bbe5c..daed4af87 100644
--- a/misc/cms/cms_algo.cpp
+++ b/misc/cms/cms_algo.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Algorithm Specific Code Source File *
-* (C) 1999-2003 The Botan Project *
+* (C) 1999-2006 The Botan Project *
*************************************************/
#include <botan/cms_enc.h>
diff --git a/misc/cms/cms_comp.cpp b/misc/cms/cms_comp.cpp
index 8d120c172..8cf6ab292 100644
--- a/misc/cms/cms_comp.cpp
+++ b/misc/cms/cms_comp.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Compression Source File *
-* (C) 1999-2003 The Botan Project *
+* (C) 1999-2006 The Botan Project *
*************************************************/
#include <botan/cms_enc.h>
diff --git a/misc/cms/cms_dalg.cpp b/misc/cms/cms_dalg.cpp
index aed19e1b1..b1c65b4f7 100644
--- a/misc/cms/cms_dalg.cpp
+++ b/misc/cms/cms_dalg.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Decoding Operations Source File *
-* (C) 1999-2003 The Botan Project *
+* (C) 1999-2006 The Botan Project *
*************************************************/
#include <botan/cms_dec.h>
diff --git a/misc/cms/cms_dec.cpp b/misc/cms/cms_dec.cpp
index 34ca82c19..799e20b97 100644
--- a/misc/cms/cms_dec.cpp
+++ b/misc/cms/cms_dec.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Decoding Source File *
-* (C) 1999-2003 The Botan Project *
+* (C) 1999-2006 The Botan Project *
*************************************************/
#include <botan/cms_dec.h>
diff --git a/misc/cms/cms_dec.h b/misc/cms/cms_dec.h
index 4aac92e58..3eb25590d 100644
--- a/misc/cms/cms_dec.h
+++ b/misc/cms/cms_dec.h
@@ -1,6 +1,6 @@
/*************************************************
* CMS Decoding Header File *
-* (C) 1999-2003 The Botan Project *
+* (C) 1999-2006 The Botan Project *
*************************************************/
#ifndef BOTAN_CMS_DECODER_H__
diff --git a/misc/cms/cms_ealg.cpp b/misc/cms/cms_ealg.cpp
index e576f8c68..b5e52a68f 100644
--- a/misc/cms/cms_ealg.cpp
+++ b/misc/cms/cms_ealg.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Encoding Operations Source File *
-* (C) 1999-2003 The Botan Project *
+* (C) 1999-2006 The Botan Project *
*************************************************/
#include <botan/cms_enc.h>
diff --git a/misc/cms/cms_enc.cpp b/misc/cms/cms_enc.cpp
index 58b3eadf6..084e7da79 100644
--- a/misc/cms/cms_enc.cpp
+++ b/misc/cms/cms_enc.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Encoding Base Source File *
-* (C) 1999-2003 The Botan Project *
+* (C) 1999-2006 The Botan Project *
*************************************************/
#include <botan/cms_enc.h>
diff --git a/misc/cms/cms_enc.h b/misc/cms/cms_enc.h
index ac0634985..88443d783 100644
--- a/misc/cms/cms_enc.h
+++ b/misc/cms/cms_enc.h
@@ -1,6 +1,6 @@
/*************************************************
* CMS Encoding Header File *
-* (C) 1999-2003 The Botan Project *
+* (C) 1999-2006 The Botan Project *
*************************************************/
#ifndef BOTAN_CMS_ENCODER_H__