diff options
Diffstat (limited to '')
-rw-r--r-- | src/platforms/posix/posixChildProcess.cpp | 2 | ||||
-rw-r--r-- | src/platforms/posix/posixFile.cpp | 2 | ||||
-rw-r--r-- | src/platforms/posix/posixHandler.cpp | 2 | ||||
-rw-r--r-- | src/platforms/posix/posixSocket.cpp | 2 | ||||
-rw-r--r-- | src/platforms/windows/windowsFile.cpp | 2 | ||||
-rw-r--r-- | src/platforms/windows/windowsHandler.cpp | 2 | ||||
-rw-r--r-- | src/platforms/windows/windowsSocket.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/platforms/posix/posixChildProcess.cpp b/src/platforms/posix/posixChildProcess.cpp index 28b1b191..6765c705 100644 --- a/src/platforms/posix/posixChildProcess.cpp +++ b/src/platforms/posix/posixChildProcess.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/platforms/posix/posixFile.cpp b/src/platforms/posix/posixFile.cpp index e9eede17..1056155e 100644 --- a/src/platforms/posix/posixFile.cpp +++ b/src/platforms/posix/posixFile.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/platforms/posix/posixHandler.cpp b/src/platforms/posix/posixHandler.cpp index 41574b67..e88f70f9 100644 --- a/src/platforms/posix/posixHandler.cpp +++ b/src/platforms/posix/posixHandler.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/platforms/posix/posixSocket.cpp b/src/platforms/posix/posixSocket.cpp index 35bdbf84..fe650803 100644 --- a/src/platforms/posix/posixSocket.cpp +++ b/src/platforms/posix/posixSocket.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/platforms/windows/windowsFile.cpp b/src/platforms/windows/windowsFile.cpp index 3d2b6d2e..56cd842e 100644 --- a/src/platforms/windows/windowsFile.cpp +++ b/src/platforms/windows/windowsFile.cpp @@ -1,6 +1,6 @@ // // VMime library (http://vmime.sourceforge.net) -// 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/platforms/windows/windowsHandler.cpp b/src/platforms/windows/windowsHandler.cpp index 29096796..0aeb9c91 100644 --- a/src/platforms/windows/windowsHandler.cpp +++ b/src/platforms/windows/windowsHandler.cpp @@ -1,6 +1,6 @@ // // VMime library (http://vmime.sourceforge.net) -// 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/platforms/windows/windowsSocket.cpp b/src/platforms/windows/windowsSocket.cpp index 758af69c..feb4dda4 100644 --- a/src/platforms/windows/windowsSocket.cpp +++ b/src/platforms/windows/windowsSocket.cpp @@ -1,6 +1,6 @@ // // VMime library (http://vmime.sourceforge.net) -// 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 |