aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cms
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-01-20 10:54:27 +0000
committerlloyd <[email protected]>2007-01-20 10:54:27 +0000
commita76dd9cdbf80b5787b0f79a63c10eaab088c49dc (patch)
tree65b9ae6df7a4d6ea0c12274cf21cd4a80784dc4e /misc/cms
parentf3c2bab8027a653a251503ad08e6f7607b3aa3a0 (diff)
Bump copyright year to 2007 in misc/
Diffstat (limited to 'misc/cms')
-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 ec4d1e5ae..ba0160449 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-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/cms_enc.h>
diff --git a/misc/cms/cms_comp.cpp b/misc/cms/cms_comp.cpp
index 75497ca8d..79be56aec 100644
--- a/misc/cms/cms_comp.cpp
+++ b/misc/cms/cms_comp.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Compression Source File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/cms_enc.h>
diff --git a/misc/cms/cms_dalg.cpp b/misc/cms/cms_dalg.cpp
index e1bb0f83c..95d05d407 100644
--- a/misc/cms/cms_dalg.cpp
+++ b/misc/cms/cms_dalg.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Decoding Operations Source File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/cms_dec.h>
diff --git a/misc/cms/cms_dec.cpp b/misc/cms/cms_dec.cpp
index 63aab9bd9..f0c3afc53 100644
--- a/misc/cms/cms_dec.cpp
+++ b/misc/cms/cms_dec.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Decoding Source File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/cms_dec.h>
diff --git a/misc/cms/cms_dec.h b/misc/cms/cms_dec.h
index 3eb25590d..ec344c8e8 100644
--- a/misc/cms/cms_dec.h
+++ b/misc/cms/cms_dec.h
@@ -1,6 +1,6 @@
/*************************************************
* CMS Decoding Header File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_CMS_DECODER_H__
diff --git a/misc/cms/cms_ealg.cpp b/misc/cms/cms_ealg.cpp
index 054a256c0..609e29523 100644
--- a/misc/cms/cms_ealg.cpp
+++ b/misc/cms/cms_ealg.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Encoding Operations Source File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/cms_enc.h>
diff --git a/misc/cms/cms_enc.cpp b/misc/cms/cms_enc.cpp
index ea6ac4029..d29dae54c 100644
--- a/misc/cms/cms_enc.cpp
+++ b/misc/cms/cms_enc.cpp
@@ -1,6 +1,6 @@
/*************************************************
* CMS Encoding Base Source File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/cms_enc.h>
diff --git a/misc/cms/cms_enc.h b/misc/cms/cms_enc.h
index 88443d783..df1b16abc 100644
--- a/misc/cms/cms_enc.h
+++ b/misc/cms/cms_enc.h
@@ -1,6 +1,6 @@
/*************************************************
* CMS Encoding Header File *
-* (C) 1999-2006 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_CMS_ENCODER_H__