aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-03 13:26:48 +0100
committerVincent Richard <[email protected]>2005-01-03 13:26:48 +0100
commit51c199723c1ae6b4136ee7358962aabe36e86de6 (patch)
tree8bc31ff5a83b141c9a0f0a10a88c31e0106d6a97 /tests/parser
parentMoved 'datetime::getDayOfWeek()' to 'datetimeUtils'. (diff)
downloadvmime-51c199723c1ae6b4136ee7358962aabe36e86de6.tar.gz
vmime-51c199723c1ae6b4136ee7358962aabe36e86de6.zip
Changed year to 2005 in copyright header.
Diffstat (limited to 'tests/parser')
-rw-r--r--tests/parser/bodyPartTest.cpp2
-rw-r--r--tests/parser/encoderTest.cpp2
-rw-r--r--tests/parser/headerTest.cpp2
-rw-r--r--tests/parser/mailboxTest.cpp2
-rw-r--r--tests/parser/mediaTypeTest.cpp2
-rw-r--r--tests/parser/testUtils.hpp2
-rw-r--r--tests/parser/textTest.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/parser/bodyPartTest.cpp b/tests/parser/bodyPartTest.cpp
index ee648ce9..59741736 100644
--- a/tests/parser/bodyPartTest.cpp
+++ b/tests/parser/bodyPartTest.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/tests/parser/encoderTest.cpp b/tests/parser/encoderTest.cpp
index 34bafc56..a4aa63e0 100644
--- a/tests/parser/encoderTest.cpp
+++ b/tests/parser/encoderTest.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/tests/parser/headerTest.cpp b/tests/parser/headerTest.cpp
index d9c5bc1f..08ada492 100644
--- a/tests/parser/headerTest.cpp
+++ b/tests/parser/headerTest.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/tests/parser/mailboxTest.cpp b/tests/parser/mailboxTest.cpp
index d8b7de4e..a7e416cd 100644
--- a/tests/parser/mailboxTest.cpp
+++ b/tests/parser/mailboxTest.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/tests/parser/mediaTypeTest.cpp b/tests/parser/mediaTypeTest.cpp
index 0794b862..b1a00be7 100644
--- a/tests/parser/mediaTypeTest.cpp
+++ b/tests/parser/mediaTypeTest.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/tests/parser/testUtils.hpp b/tests/parser/testUtils.hpp
index 748f9ecf..c8833004 100644
--- a/tests/parser/testUtils.hpp
+++ b/tests/parser/testUtils.hpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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/tests/parser/textTest.cpp b/tests/parser/textTest.cpp
index 82f33291..e6a986d8 100644
--- a/tests/parser/textTest.cpp
+++ b/tests/parser/textTest.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://vmime.sourceforge.net)
-// Copyright (C) 2002-2004 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2005 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