diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cms/cms_algo.cpp | 2 | ||||
-rw-r--r-- | misc/cms/cms_comp.cpp | 2 | ||||
-rw-r--r-- | misc/cms/cms_dalg.cpp | 2 | ||||
-rw-r--r-- | misc/cms/cms_dec.cpp | 2 | ||||
-rw-r--r-- | misc/cms/cms_dec.h | 2 | ||||
-rw-r--r-- | misc/cms/cms_ealg.cpp | 2 | ||||
-rw-r--r-- | misc/cms/cms_enc.cpp | 2 | ||||
-rw-r--r-- | misc/cms/cms_enc.h | 2 | ||||
-rw-r--r-- | misc/config/buildh.in | 2 | ||||
-rw-r--r-- | misc/python/src/block.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/core.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/filter.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/hash.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/macs.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/pk.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/stream.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/x509.cpp | 2 |
17 files changed, 17 insertions, 17 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__ diff --git a/misc/config/buildh.in b/misc/config/buildh.in index 0e8013d01..b845788b6 100644 --- a/misc/config/buildh.in +++ b/misc/config/buildh.in @@ -1,6 +1,6 @@ /************************************************* * Build Configuration Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_BUILD_CONFIG_H__ diff --git a/misc/python/src/block.cpp b/misc/python/src/block.cpp index 3e40da6e3..df70d689c 100644 --- a/misc/python/src/block.cpp +++ b/misc/python/src/block.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/core.cpp b/misc/python/src/core.cpp index 118de81c1..394687bf6 100644 --- a/misc/python/src/core.cpp +++ b/misc/python/src/core.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/filter.cpp b/misc/python/src/filter.cpp index 552b43853..a32654520 100644 --- a/misc/python/src/filter.cpp +++ b/misc/python/src/filter.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <boost/python.hpp> diff --git a/misc/python/src/hash.cpp b/misc/python/src/hash.cpp index 133133972..a3638ab12 100644 --- a/misc/python/src/hash.cpp +++ b/misc/python/src/hash.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/macs.cpp b/misc/python/src/macs.cpp index 0a8f1d418..83f009378 100644 --- a/misc/python/src/macs.cpp +++ b/misc/python/src/macs.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/pk.cpp b/misc/python/src/pk.cpp index d2c83feae..d40121ffd 100644 --- a/misc/python/src/pk.cpp +++ b/misc/python/src/pk.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/rsa.h> diff --git a/misc/python/src/stream.cpp b/misc/python/src/stream.cpp index c0f07d222..a609167fb 100644 --- a/misc/python/src/stream.cpp +++ b/misc/python/src/stream.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/x509.cpp b/misc/python/src/x509.cpp index d51d5e706..2c9a9dde2 100644 --- a/misc/python/src/x509.cpp +++ b/misc/python/src/x509.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/oids.h> |