aboutsummaryrefslogtreecommitdiffstats
path: root/src/platforms/windows
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2008-01-04 19:07:40 +0100
committerVincent Richard <[email protected]>2008-01-04 19:07:40 +0100
commit0c30c298da468de4e1abd1589028ce0c1aaf8505 (patch)
treeb10c72f699bf4d853298567d1d1484d19a9256aa /src/platforms/windows
parentUse std::vector<> instead of new[] allocation (avoid memory leaks by using RA... (diff)
downloadvmime-0c30c298da468de4e1abd1589028ce0c1aaf8505.tar.gz
vmime-0c30c298da468de4e1abd1589028ce0c1aaf8505.zip
Changed copyright year to 2008.
Diffstat (limited to 'src/platforms/windows')
-rw-r--r--src/platforms/windows/windowsFile.cpp2
-rw-r--r--src/platforms/windows/windowsHandler.cpp2
-rw-r--r--src/platforms/windows/windowsSocket.cpp2
3 files changed, 3 insertions, 3 deletions
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