diff options
author | lloyd <[email protected]> | 2008-04-10 02:47:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-10 02:47:51 +0000 |
commit | bc87db3d01968883c9b97f72d236c925db16fe24 (patch) | |
tree | 41560bfe338ca1047396971a9c80448f0f01e1e9 /misc | |
parent | 29885981670e06413738458c11f632c5b87bb031 (diff) |
Change the copyrights in all files in the Botan tree to directly reflect
the actual copyright holders. For rationale, see my post to botan-devel
on April 9, subject 'Changing license to directly reflect contributors'
(http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
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 ba0160449..500355bee 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-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_enc.h> diff --git a/misc/cms/cms_comp.cpp b/misc/cms/cms_comp.cpp index 79be56aec..0d75dae76 100644 --- a/misc/cms/cms_comp.cpp +++ b/misc/cms/cms_comp.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Compression Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_enc.h> diff --git a/misc/cms/cms_dalg.cpp b/misc/cms/cms_dalg.cpp index 95d05d407..92e620fc4 100644 --- a/misc/cms/cms_dalg.cpp +++ b/misc/cms/cms_dalg.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Decoding Operations Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_dec.h> diff --git a/misc/cms/cms_dec.cpp b/misc/cms/cms_dec.cpp index f0c3afc53..edd1cd489 100644 --- a/misc/cms/cms_dec.cpp +++ b/misc/cms/cms_dec.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Decoding Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_dec.h> diff --git a/misc/cms/cms_dec.h b/misc/cms/cms_dec.h index ec344c8e8..ef21036bb 100644 --- a/misc/cms/cms_dec.h +++ b/misc/cms/cms_dec.h @@ -1,6 +1,6 @@ /************************************************* * CMS Decoding Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CMS_DECODER_H__ diff --git a/misc/cms/cms_ealg.cpp b/misc/cms/cms_ealg.cpp index 609e29523..7ea8429e8 100644 --- a/misc/cms/cms_ealg.cpp +++ b/misc/cms/cms_ealg.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Encoding Operations Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_enc.h> diff --git a/misc/cms/cms_enc.cpp b/misc/cms/cms_enc.cpp index d29dae54c..601fbc9b6 100644 --- a/misc/cms/cms_enc.cpp +++ b/misc/cms/cms_enc.cpp @@ -1,6 +1,6 @@ /************************************************* * CMS Encoding Base Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/cms_enc.h> diff --git a/misc/cms/cms_enc.h b/misc/cms/cms_enc.h index df1b16abc..286fa8b53 100644 --- a/misc/cms/cms_enc.h +++ b/misc/cms/cms_enc.h @@ -1,6 +1,6 @@ /************************************************* * CMS Encoding Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_CMS_ENCODER_H__ diff --git a/misc/config/buildh.in b/misc/config/buildh.in index b845788b6..2816eface 100644 --- a/misc/config/buildh.in +++ b/misc/config/buildh.in @@ -1,6 +1,6 @@ /************************************************* * Build Configuration Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_BUILD_CONFIG_H__ diff --git a/misc/python/src/block.cpp b/misc/python/src/block.cpp index df70d689c..d77936305 100644 --- a/misc/python/src/block.cpp +++ b/misc/python/src/block.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/core.cpp b/misc/python/src/core.cpp index 394687bf6..316356adf 100644 --- a/misc/python/src/core.cpp +++ b/misc/python/src/core.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/filter.cpp b/misc/python/src/filter.cpp index a32654520..b0cd77197 100644 --- a/misc/python/src/filter.cpp +++ b/misc/python/src/filter.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <boost/python.hpp> diff --git a/misc/python/src/hash.cpp b/misc/python/src/hash.cpp index a3638ab12..082d992b2 100644 --- a/misc/python/src/hash.cpp +++ b/misc/python/src/hash.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/macs.cpp b/misc/python/src/macs.cpp index 83f009378..54a55afe2 100644 --- a/misc/python/src/macs.cpp +++ b/misc/python/src/macs.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/pk.cpp b/misc/python/src/pk.cpp index d40121ffd..1a713ff9c 100644 --- a/misc/python/src/pk.cpp +++ b/misc/python/src/pk.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/rsa.h> diff --git a/misc/python/src/stream.cpp b/misc/python/src/stream.cpp index a609167fb..97ea9ae04 100644 --- a/misc/python/src/stream.cpp +++ b/misc/python/src/stream.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/x509.cpp b/misc/python/src/x509.cpp index 2c9a9dde2..90c2bba1c 100644 --- a/misc/python/src/x509.cpp +++ b/misc/python/src/x509.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/oids.h> |