aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging
diff options
context:
space:
mode:
Diffstat (limited to 'src/messaging')
-rw-r--r--src/messaging/IMAPConnection.cpp2
-rw-r--r--src/messaging/IMAPFolder.cpp2
-rw-r--r--src/messaging/IMAPMessage.cpp2
-rw-r--r--src/messaging/IMAPStore.cpp2
-rw-r--r--src/messaging/IMAPTag.cpp2
-rw-r--r--src/messaging/IMAPUtils.cpp2
-rw-r--r--src/messaging/POP3Folder.cpp2
-rw-r--r--src/messaging/POP3Message.cpp2
-rw-r--r--src/messaging/POP3Store.cpp2
-rw-r--r--src/messaging/SMTPTransport.cpp2
-rw-r--r--src/messaging/authHelper.cpp2
-rw-r--r--src/messaging/authenticationInfos.cpp2
-rw-r--r--src/messaging/authenticator.cpp2
-rw-r--r--src/messaging/builtinServices.inl2
-rw-r--r--src/messaging/defaultAuthenticator.cpp2
-rw-r--r--src/messaging/events.cpp2
-rw-r--r--src/messaging/folder.cpp2
-rw-r--r--src/messaging/maildirFolder.cpp2
-rw-r--r--src/messaging/maildirMessage.cpp2
-rw-r--r--src/messaging/maildirStore.cpp2
-rw-r--r--src/messaging/maildirUtils.cpp2
-rw-r--r--src/messaging/message.cpp2
-rw-r--r--src/messaging/service.cpp2
-rw-r--r--src/messaging/serviceFactory.cpp2
-rw-r--r--src/messaging/session.cpp2
-rw-r--r--src/messaging/simpleAuthenticator.cpp2
-rw-r--r--src/messaging/url.cpp2
-rw-r--r--src/messaging/urlUtils.cpp2
28 files changed, 28 insertions, 28 deletions
diff --git a/src/messaging/IMAPConnection.cpp b/src/messaging/IMAPConnection.cpp
index c2ae2418..cc559edc 100644
--- a/src/messaging/IMAPConnection.cpp
+++ b/src/messaging/IMAPConnection.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/IMAPFolder.cpp b/src/messaging/IMAPFolder.cpp
index f197f360..16d4b42f 100644
--- a/src/messaging/IMAPFolder.cpp
+++ b/src/messaging/IMAPFolder.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/IMAPMessage.cpp b/src/messaging/IMAPMessage.cpp
index 85833352..07983894 100644
--- a/src/messaging/IMAPMessage.cpp
+++ b/src/messaging/IMAPMessage.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/IMAPStore.cpp b/src/messaging/IMAPStore.cpp
index 4ac50764..9783077a 100644
--- a/src/messaging/IMAPStore.cpp
+++ b/src/messaging/IMAPStore.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/IMAPTag.cpp b/src/messaging/IMAPTag.cpp
index 549abfcc..c70505a8 100644
--- a/src/messaging/IMAPTag.cpp
+++ b/src/messaging/IMAPTag.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/IMAPUtils.cpp b/src/messaging/IMAPUtils.cpp
index b56b33f7..93996f34 100644
--- a/src/messaging/IMAPUtils.cpp
+++ b/src/messaging/IMAPUtils.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/POP3Folder.cpp b/src/messaging/POP3Folder.cpp
index 1bccf9ea..4f77798e 100644
--- a/src/messaging/POP3Folder.cpp
+++ b/src/messaging/POP3Folder.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/POP3Message.cpp b/src/messaging/POP3Message.cpp
index ac3aa120..f5a5226c 100644
--- a/src/messaging/POP3Message.cpp
+++ b/src/messaging/POP3Message.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/POP3Store.cpp b/src/messaging/POP3Store.cpp
index 21e09f77..6bb6c24c 100644
--- a/src/messaging/POP3Store.cpp
+++ b/src/messaging/POP3Store.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/SMTPTransport.cpp b/src/messaging/SMTPTransport.cpp
index 0ba8ebd0..57923ea4 100644
--- a/src/messaging/SMTPTransport.cpp
+++ b/src/messaging/SMTPTransport.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/authHelper.cpp b/src/messaging/authHelper.cpp
index 7ce50e0a..d8181291 100644
--- a/src/messaging/authHelper.cpp
+++ b/src/messaging/authHelper.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/authenticationInfos.cpp b/src/messaging/authenticationInfos.cpp
index 06e4745e..01ee7db8 100644
--- a/src/messaging/authenticationInfos.cpp
+++ b/src/messaging/authenticationInfos.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/authenticator.cpp b/src/messaging/authenticator.cpp
index c8c4bbc1..e3bc5de2 100644
--- a/src/messaging/authenticator.cpp
+++ b/src/messaging/authenticator.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/builtinServices.inl b/src/messaging/builtinServices.inl
index e330cad9..2835ad33 100644
--- a/src/messaging/builtinServices.inl
+++ b/src/messaging/builtinServices.inl
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/defaultAuthenticator.cpp b/src/messaging/defaultAuthenticator.cpp
index 72273ac4..8e366567 100644
--- a/src/messaging/defaultAuthenticator.cpp
+++ b/src/messaging/defaultAuthenticator.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/events.cpp b/src/messaging/events.cpp
index 90dbf797..568083a6 100644
--- a/src/messaging/events.cpp
+++ b/src/messaging/events.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/folder.cpp b/src/messaging/folder.cpp
index f14eb525..64d421aa 100644
--- a/src/messaging/folder.cpp
+++ b/src/messaging/folder.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/maildirFolder.cpp b/src/messaging/maildirFolder.cpp
index e63f6d61..240fdc8b 100644
--- a/src/messaging/maildirFolder.cpp
+++ b/src/messaging/maildirFolder.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/maildirMessage.cpp b/src/messaging/maildirMessage.cpp
index 7145123b..a118416d 100644
--- a/src/messaging/maildirMessage.cpp
+++ b/src/messaging/maildirMessage.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/maildirStore.cpp b/src/messaging/maildirStore.cpp
index 2a180085..63a94971 100644
--- a/src/messaging/maildirStore.cpp
+++ b/src/messaging/maildirStore.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/maildirUtils.cpp b/src/messaging/maildirUtils.cpp
index 71ed5593..a06b9c84 100644
--- a/src/messaging/maildirUtils.cpp
+++ b/src/messaging/maildirUtils.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/message.cpp b/src/messaging/message.cpp
index 4fcedf31..d2ada76d 100644
--- a/src/messaging/message.cpp
+++ b/src/messaging/message.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/service.cpp b/src/messaging/service.cpp
index 6654160b..4b25608c 100644
--- a/src/messaging/service.cpp
+++ b/src/messaging/service.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/serviceFactory.cpp b/src/messaging/serviceFactory.cpp
index d046b03c..3007488d 100644
--- a/src/messaging/serviceFactory.cpp
+++ b/src/messaging/serviceFactory.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/session.cpp b/src/messaging/session.cpp
index 1807f408..b096ba08 100644
--- a/src/messaging/session.cpp
+++ b/src/messaging/session.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/simpleAuthenticator.cpp b/src/messaging/simpleAuthenticator.cpp
index 8ed534ac..777bc16c 100644
--- a/src/messaging/simpleAuthenticator.cpp
+++ b/src/messaging/simpleAuthenticator.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/url.cpp b/src/messaging/url.cpp
index 1c83a4d4..33f31236 100644
--- a/src/messaging/url.cpp
+++ b/src/messaging/url.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/messaging/urlUtils.cpp b/src/messaging/urlUtils.cpp
index c09ce993..51db470d 100644
--- a/src/messaging/urlUtils.cpp
+++ b/src/messaging/urlUtils.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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