From ad9bef78c4fc0c532331bc511756358bdec339cb Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 10 Jan 2013 17:30:31 +0100 Subject: Updated copyright year and maintainer email address. --- src/platforms/posix/posixChildProcess.cpp | 2 +- src/platforms/posix/posixCriticalSection.cpp | 2 +- src/platforms/posix/posixFile.cpp | 2 +- src/platforms/posix/posixHandler.cpp | 2 +- src/platforms/posix/posixSocket.cpp | 2 +- src/platforms/windows/windowsCriticalSection.cpp | 2 +- src/platforms/windows/windowsFile.cpp | 4 ++-- src/platforms/windows/windowsHandler.cpp | 4 ++-- src/platforms/windows/windowsSocket.cpp | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/platforms') 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 +// Copyright (C) 2002-2013 Vincent Richard // // 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 +// Copyright (C) 2002-2013 Vincent Richard // // 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 +// Copyright (C) 2002-2013 Vincent Richard // // 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 +// Copyright (C) 2002-2013 Vincent Richard // // 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 +// Copyright (C) 2002-2013 Vincent Richard // // 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 +// Copyright (C) 2002-2013 Vincent Richard // // 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 +// VMime library (http://www.vmime.org) +// Copyright (C) 2002-2013 Vincent Richard // // 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 +// VMime library (http://www.vmime.org) +// Copyright (C) 2002-2013 Vincent Richard // // 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 +// VMime library (http://www.vmime.org) +// Copyright (C) 2002-2013 Vincent Richard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as -- cgit