diff options
| author | Vincent Richard <[email protected]> | 2008-01-04 19:07:40 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2008-01-04 19:07:40 +0100 |
| commit | 0c30c298da468de4e1abd1589028ce0c1aaf8505 (patch) | |
| tree | b10c72f699bf4d853298567d1d1484d19a9256aa /src/security/digest | |
| parent | Use std::vector<> instead of new[] allocation (avoid memory leaks by using RA... (diff) | |
| download | vmime-0c30c298da468de4e1abd1589028ce0c1aaf8505.tar.gz vmime-0c30c298da468de4e1abd1589028ce0c1aaf8505.zip | |
Changed copyright year to 2008.
Diffstat (limited to 'src/security/digest')
| -rw-r--r-- | src/security/digest/md5/md5MessageDigest.cpp | 2 | ||||
| -rw-r--r-- | src/security/digest/messageDigest.cpp | 2 | ||||
| -rw-r--r-- | src/security/digest/messageDigestFactory.cpp | 2 | ||||
| -rw-r--r-- | src/security/digest/sha1/sha1MessageDigest.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/security/digest/md5/md5MessageDigest.cpp b/src/security/digest/md5/md5MessageDigest.cpp index 1ace1cd4..ac3773d5 100644 --- a/src/security/digest/md5/md5MessageDigest.cpp +++ b/src/security/digest/md5/md5MessageDigest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2007 Vincent Richard <[email protected]> +// Copyright (C) 2002-2008 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/src/security/digest/messageDigest.cpp b/src/security/digest/messageDigest.cpp index d61225da..6a5de137 100644 --- a/src/security/digest/messageDigest.cpp +++ b/src/security/digest/messageDigest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2007 Vincent Richard <[email protected]> +// Copyright (C) 2002-2008 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/src/security/digest/messageDigestFactory.cpp b/src/security/digest/messageDigestFactory.cpp index de9f312b..1348d653 100644 --- a/src/security/digest/messageDigestFactory.cpp +++ b/src/security/digest/messageDigestFactory.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2007 Vincent Richard <[email protected]> +// Copyright (C) 2002-2008 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/src/security/digest/sha1/sha1MessageDigest.cpp b/src/security/digest/sha1/sha1MessageDigest.cpp index 5858ed33..b86cb996 100644 --- a/src/security/digest/sha1/sha1MessageDigest.cpp +++ b/src/security/digest/sha1/sha1MessageDigest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2007 Vincent Richard <[email protected]> +// Copyright (C) 2002-2008 Vincent Richard <[email protected]> // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as |
