diff options
Diffstat (limited to 'src/net/maildir')
-rw-r--r-- | src/net/maildir/format/courierMaildirFormat.cpp | 4 | ||||
-rw-r--r-- | src/net/maildir/format/kmailMaildirFormat.cpp | 4 | ||||
-rw-r--r-- | src/net/maildir/maildirFolder.cpp | 4 | ||||
-rw-r--r-- | src/net/maildir/maildirFormat.cpp | 4 | ||||
-rw-r--r-- | src/net/maildir/maildirMessage.cpp | 4 | ||||
-rw-r--r-- | src/net/maildir/maildirServiceInfos.cpp | 4 | ||||
-rw-r--r-- | src/net/maildir/maildirStore.cpp | 4 | ||||
-rw-r--r-- | src/net/maildir/maildirUtils.cpp | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/src/net/maildir/format/courierMaildirFormat.cpp b/src/net/maildir/format/courierMaildirFormat.cpp index 1118c279..6dbda80b 100644 --- a/src/net/maildir/format/courierMaildirFormat.cpp +++ b/src/net/maildir/format/courierMaildirFormat.cpp @@ -1,10 +1,10 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2008 Vincent Richard <[email protected]> +// Copyright (C) 2002-2009 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 -// published by the Free Software Foundation; either version 2 of +// published by the Free Software Foundation; either version 3 of // the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, diff --git a/src/net/maildir/format/kmailMaildirFormat.cpp b/src/net/maildir/format/kmailMaildirFormat.cpp index eeedd416..5fb75feb 100644 --- a/src/net/maildir/format/kmailMaildirFormat.cpp +++ b/src/net/maildir/format/kmailMaildirFormat.cpp @@ -1,10 +1,10 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2008 Vincent Richard <[email protected]> +// Copyright (C) 2002-2009 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 -// published by the Free Software Foundation; either version 2 of +// published by the Free Software Foundation; either version 3 of // the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, diff --git a/src/net/maildir/maildirFolder.cpp b/src/net/maildir/maildirFolder.cpp index 65abdcf2..3e361ae1 100644 --- a/src/net/maildir/maildirFolder.cpp +++ b/src/net/maildir/maildirFolder.cpp @@ -1,10 +1,10 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2008 Vincent Richard <[email protected]> +// Copyright (C) 2002-2009 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 -// published by the Free Software Foundation; either version 2 of +// published by the Free Software Foundation; either version 3 of // the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, diff --git a/src/net/maildir/maildirFormat.cpp b/src/net/maildir/maildirFormat.cpp index 17899a23..607ed618 100644 --- a/src/net/maildir/maildirFormat.cpp +++ b/src/net/maildir/maildirFormat.cpp @@ -1,10 +1,10 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2008 Vincent Richard <[email protected]> +// Copyright (C) 2002-2009 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 -// published by the Free Software Foundation; either version 2 of +// published by the Free Software Foundation; either version 3 of // the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, diff --git a/src/net/maildir/maildirMessage.cpp b/src/net/maildir/maildirMessage.cpp index 1ae83eed..ed87cdb3 100644 --- a/src/net/maildir/maildirMessage.cpp +++ b/src/net/maildir/maildirMessage.cpp @@ -1,10 +1,10 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2008 Vincent Richard <[email protected]> +// Copyright (C) 2002-2009 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 -// published by the Free Software Foundation; either version 2 of +// published by the Free Software Foundation; either version 3 of // the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, diff --git a/src/net/maildir/maildirServiceInfos.cpp b/src/net/maildir/maildirServiceInfos.cpp index 48869dc9..55ba64ea 100644 --- a/src/net/maildir/maildirServiceInfos.cpp +++ b/src/net/maildir/maildirServiceInfos.cpp @@ -1,10 +1,10 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2008 Vincent Richard <[email protected]> +// Copyright (C) 2002-2009 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 -// published by the Free Software Foundation; either version 2 of +// published by the Free Software Foundation; either version 3 of // the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, diff --git a/src/net/maildir/maildirStore.cpp b/src/net/maildir/maildirStore.cpp index 8e4e0029..3b770246 100644 --- a/src/net/maildir/maildirStore.cpp +++ b/src/net/maildir/maildirStore.cpp @@ -1,10 +1,10 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2008 Vincent Richard <[email protected]> +// Copyright (C) 2002-2009 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 -// published by the Free Software Foundation; either version 2 of +// published by the Free Software Foundation; either version 3 of // the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, diff --git a/src/net/maildir/maildirUtils.cpp b/src/net/maildir/maildirUtils.cpp index bb2b69f0..19887b24 100644 --- a/src/net/maildir/maildirUtils.cpp +++ b/src/net/maildir/maildirUtils.cpp @@ -1,10 +1,10 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2008 Vincent Richard <[email protected]> +// Copyright (C) 2002-2009 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 -// published by the Free Software Foundation; either version 2 of +// published by the Free Software Foundation; either version 3 of // the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, |