diff options
Diffstat (limited to '')
-rw-r--r-- | src/security/cert/X509Certificate.cpp | 2 | ||||
-rw-r--r-- | src/security/cert/certificateChain.cpp | 2 | ||||
-rw-r--r-- | src/security/cert/defaultCertificateVerifier.cpp | 2 | ||||
-rw-r--r-- | src/security/defaultAuthenticator.cpp | 2 | ||||
-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 | ||||
-rw-r--r-- | src/security/sasl/SASLContext.cpp | 2 | ||||
-rw-r--r-- | src/security/sasl/SASLMechanismFactory.cpp | 2 | ||||
-rw-r--r-- | src/security/sasl/SASLSession.cpp | 2 | ||||
-rw-r--r-- | src/security/sasl/SASLSocket.cpp | 2 | ||||
-rw-r--r-- | src/security/sasl/builtinSASLMechanism.cpp | 2 | ||||
-rw-r--r-- | src/security/sasl/defaultSASLAuthenticator.cpp | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/src/security/cert/X509Certificate.cpp b/src/security/cert/X509Certificate.cpp index ff58541c..be8f0f4e 100644 --- a/src/security/cert/X509Certificate.cpp +++ b/src/security/cert/X509Certificate.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/cert/certificateChain.cpp b/src/security/cert/certificateChain.cpp index 77bd611b..b2e2a065 100644 --- a/src/security/cert/certificateChain.cpp +++ b/src/security/cert/certificateChain.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/cert/defaultCertificateVerifier.cpp b/src/security/cert/defaultCertificateVerifier.cpp index f0b86b47..dc082a8c 100644 --- a/src/security/cert/defaultCertificateVerifier.cpp +++ b/src/security/cert/defaultCertificateVerifier.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/defaultAuthenticator.cpp b/src/security/defaultAuthenticator.cpp index c6537b87..8019106b 100644 --- a/src/security/defaultAuthenticator.cpp +++ b/src/security/defaultAuthenticator.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/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 diff --git a/src/security/sasl/SASLContext.cpp b/src/security/sasl/SASLContext.cpp index a5431df9..6de2f25c 100644 --- a/src/security/sasl/SASLContext.cpp +++ b/src/security/sasl/SASLContext.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/sasl/SASLMechanismFactory.cpp b/src/security/sasl/SASLMechanismFactory.cpp index 1b7d7b7e..37858199 100644 --- a/src/security/sasl/SASLMechanismFactory.cpp +++ b/src/security/sasl/SASLMechanismFactory.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/sasl/SASLSession.cpp b/src/security/sasl/SASLSession.cpp index 9c6538d5..01da8ee9 100644 --- a/src/security/sasl/SASLSession.cpp +++ b/src/security/sasl/SASLSession.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/sasl/SASLSocket.cpp b/src/security/sasl/SASLSocket.cpp index 119f3135..50c31e1b 100644 --- a/src/security/sasl/SASLSocket.cpp +++ b/src/security/sasl/SASLSocket.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/sasl/builtinSASLMechanism.cpp b/src/security/sasl/builtinSASLMechanism.cpp index d973bcad..168b34cb 100644 --- a/src/security/sasl/builtinSASLMechanism.cpp +++ b/src/security/sasl/builtinSASLMechanism.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/sasl/defaultSASLAuthenticator.cpp b/src/security/sasl/defaultSASLAuthenticator.cpp index af8228ae..085493a9 100644 --- a/src/security/sasl/defaultSASLAuthenticator.cpp +++ b/src/security/sasl/defaultSASLAuthenticator.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 |