diff options
| author | Vincent Richard <[email protected]> | 2013-01-10 17:30:31 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-01-10 17:30:31 +0100 |
| commit | ad9bef78c4fc0c532331bc511756358bdec339cb (patch) | |
| tree | 74f907d5c29d86e423a63b1975dc4119c917e1a0 /src/platforms | |
| parent | Fixed issue #17. (diff) | |
| download | vmime-ad9bef78c4fc0c532331bc511756358bdec339cb.tar.gz vmime-ad9bef78c4fc0c532331bc511756358bdec339cb.zip | |
Updated copyright year and maintainer email address.
Diffstat (limited to 'src/platforms')
| -rw-r--r-- | src/platforms/posix/posixChildProcess.cpp | 2 | ||||
| -rwxr-xr-x | src/platforms/posix/posixCriticalSection.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 | ||||
| -rwxr-xr-x | src/platforms/windows/windowsCriticalSection.cpp | 2 | ||||
| -rw-r--r-- | src/platforms/windows/windowsFile.cpp | 4 | ||||
| -rw-r--r-- | src/platforms/windows/windowsHandler.cpp | 4 | ||||
| -rw-r--r-- | src/platforms/windows/windowsSocket.cpp | 4 |
9 files changed, 12 insertions, 12 deletions
diff --git a/src/platforms/posix/posixChildProcess.cpp b/src/platforms/posix/posixChildProcess.cpp index a05942da..09119996 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-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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/posixCriticalSection.cpp b/src/platforms/posix/posixCriticalSection.cpp index 83649fc0..fb2c469c 100755 --- a/src/platforms/posix/posixCriticalSection.cpp +++ b/src/platforms/posix/posixCriticalSection.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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 2f67a2be..744f01ff 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-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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 50428b70..d90b316c 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-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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 1a7fb7a3..bee9f89e 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-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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/windowsCriticalSection.cpp b/src/platforms/windows/windowsCriticalSection.cpp index ac5fe82f..d6ef0c45 100755 --- a/src/platforms/windows/windowsCriticalSection.cpp +++ b/src/platforms/windows/windowsCriticalSection.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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 7a70d364..5b8015ae 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-2009 Vincent Richard <[email protected]> +// VMime library (http://www.vmime.org) +// Copyright (C) 2002-2013 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 6d1f4144..b1ab87fa 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-2009 Vincent Richard <[email protected]> +// VMime library (http://www.vmime.org) +// Copyright (C) 2002-2013 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 13de81ee..dc932965 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-2009 Vincent Richard <[email protected]> +// VMime library (http://www.vmime.org) +// Copyright (C) 2002-2013 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 |
