diff options
| author | Vincent Richard <[email protected]> | 2006-02-05 11:22:59 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2006-02-05 11:22:59 +0100 |
| commit | 63d21f7a098e3eaadcde4eee92f28bdeefe6a695 (patch) | |
| tree | f76ab54d22ab18050d648b1c97f037a0e01f361d /src/net/smtp | |
| parent | Fixed encoding of reserved/unsafe chars. (diff) | |
| download | vmime-63d21f7a098e3eaadcde4eee92f28bdeefe6a695.tar.gz vmime-63d21f7a098e3eaadcde4eee92f28bdeefe6a695.zip | |
Changed copyright year to 2006.
Diffstat (limited to 'src/net/smtp')
| -rw-r--r-- | src/net/smtp/SMTPResponse.cpp | 2 | ||||
| -rw-r--r-- | src/net/smtp/SMTPSTransport.cpp | 2 | ||||
| -rw-r--r-- | src/net/smtp/SMTPServiceInfos.cpp | 2 | ||||
| -rw-r--r-- | src/net/smtp/SMTPTransport.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/net/smtp/SMTPResponse.cpp b/src/net/smtp/SMTPResponse.cpp index 9f5efe94..c1608b23 100644 --- a/src/net/smtp/SMTPResponse.cpp +++ b/src/net/smtp/SMTPResponse.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2005 Vincent Richard <[email protected]> +// Copyright (C) 2002-2006 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/net/smtp/SMTPSTransport.cpp b/src/net/smtp/SMTPSTransport.cpp index 22bf4e4b..d7d61f40 100644 --- a/src/net/smtp/SMTPSTransport.cpp +++ b/src/net/smtp/SMTPSTransport.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2005 Vincent Richard <[email protected]> +// Copyright (C) 2002-2006 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/net/smtp/SMTPServiceInfos.cpp b/src/net/smtp/SMTPServiceInfos.cpp index a1d800cd..fc718bb6 100644 --- a/src/net/smtp/SMTPServiceInfos.cpp +++ b/src/net/smtp/SMTPServiceInfos.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2005 Vincent Richard <[email protected]> +// Copyright (C) 2002-2006 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/net/smtp/SMTPTransport.cpp b/src/net/smtp/SMTPTransport.cpp index 385ebcec..9f059271 100644 --- a/src/net/smtp/SMTPTransport.cpp +++ b/src/net/smtp/SMTPTransport.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2005 Vincent Richard <[email protected]> +// Copyright (C) 2002-2006 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 |
