aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/charset/main.cpp4
-rw-r--r--tests/misc/importanceHelperTest.cpp4
-rw-r--r--tests/net/maildir/maildirStoreTest.cpp4
-rw-r--r--tests/net/smtp/SMTPResponseTest.cpp4
-rw-r--r--tests/net/smtp/SMTPTransportTest.cpp4
-rw-r--r--tests/parser/attachmentHelperTest.cpp4
-rw-r--r--tests/parser/bodyPartTest.cpp4
-rw-r--r--tests/parser/charsetTest.cpp4
-rw-r--r--tests/parser/datetimeTest.cpp4
-rw-r--r--tests/parser/dispositionTest.cpp4
-rw-r--r--tests/parser/headerTest.cpp4
-rw-r--r--tests/parser/htmlTextPartTest.cpp4
-rw-r--r--tests/parser/mailboxTest.cpp4
-rw-r--r--tests/parser/mediaTypeTest.cpp4
-rw-r--r--tests/parser/messageIdSequenceTest.cpp4
-rw-r--r--tests/parser/messageIdTest.cpp4
-rw-r--r--tests/parser/parameterTest.cpp4
-rw-r--r--tests/parser/pathTest.cpp4
-rw-r--r--tests/parser/textTest.cpp4
-rw-r--r--tests/security/digest/md5Test.cpp4
-rw-r--r--tests/security/digest/sha1Test.cpp4
-rw-r--r--tests/testRunner.cpp4
-rw-r--r--tests/testUtils.cpp2
-rw-r--r--tests/testUtils.hpp2
-rw-r--r--tests/utility/datetimeUtilsTest.cpp4
-rw-r--r--tests/utility/encoderTest.cpp4
-rw-r--r--tests/utility/filteredStreamTest.cpp4
-rw-r--r--tests/utility/pathTest.cpp4
-rw-r--r--tests/utility/smartPtrTest.cpp4
-rw-r--r--tests/utility/stringProxyTest.cpp4
-rw-r--r--tests/utility/stringUtilsTest.cpp4
-rw-r--r--tests/utility/urlTest.cpp4
32 files changed, 62 insertions, 62 deletions
diff --git a/tests/charset/main.cpp b/tests/charset/main.cpp
index dd043ace..3e3a50b3 100644
--- a/tests/charset/main.cpp
+++ b/tests/charset/main.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/importanceHelperTest.cpp b/tests/misc/importanceHelperTest.cpp
index de3e7fc9..d200cdfd 100644
--- a/tests/misc/importanceHelperTest.cpp
+++ b/tests/misc/importanceHelperTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/net/maildir/maildirStoreTest.cpp b/tests/net/maildir/maildirStoreTest.cpp
index f24023b3..5aad90b1 100644
--- a/tests/net/maildir/maildirStoreTest.cpp
+++ b/tests/net/maildir/maildirStoreTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/net/smtp/SMTPResponseTest.cpp b/tests/net/smtp/SMTPResponseTest.cpp
index 3fbb19ac..4ad284fd 100644
--- a/tests/net/smtp/SMTPResponseTest.cpp
+++ b/tests/net/smtp/SMTPResponseTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/net/smtp/SMTPTransportTest.cpp b/tests/net/smtp/SMTPTransportTest.cpp
index 640b2a1b..5015552a 100644
--- a/tests/net/smtp/SMTPTransportTest.cpp
+++ b/tests/net/smtp/SMTPTransportTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/attachmentHelperTest.cpp b/tests/parser/attachmentHelperTest.cpp
index d1ae10af..142730c5 100644
--- a/tests/parser/attachmentHelperTest.cpp
+++ b/tests/parser/attachmentHelperTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/bodyPartTest.cpp b/tests/parser/bodyPartTest.cpp
index d6fff5e8..12c4f74b 100644
--- a/tests/parser/bodyPartTest.cpp
+++ b/tests/parser/bodyPartTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/charsetTest.cpp b/tests/parser/charsetTest.cpp
index 5a791c5f..8ad71d7c 100644
--- a/tests/parser/charsetTest.cpp
+++ b/tests/parser/charsetTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/datetimeTest.cpp b/tests/parser/datetimeTest.cpp
index b8ceea2e..11f9b551 100644
--- a/tests/parser/datetimeTest.cpp
+++ b/tests/parser/datetimeTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/dispositionTest.cpp b/tests/parser/dispositionTest.cpp
index dc79d667..d0572b09 100644
--- a/tests/parser/dispositionTest.cpp
+++ b/tests/parser/dispositionTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/headerTest.cpp b/tests/parser/headerTest.cpp
index e2807adf..04cd14fd 100644
--- a/tests/parser/headerTest.cpp
+++ b/tests/parser/headerTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/htmlTextPartTest.cpp b/tests/parser/htmlTextPartTest.cpp
index 6276db26..c9fa5881 100644
--- a/tests/parser/htmlTextPartTest.cpp
+++ b/tests/parser/htmlTextPartTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/mailboxTest.cpp b/tests/parser/mailboxTest.cpp
index 64b8e451..8411daa7 100644
--- a/tests/parser/mailboxTest.cpp
+++ b/tests/parser/mailboxTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/mediaTypeTest.cpp b/tests/parser/mediaTypeTest.cpp
index 4741bda8..c69fd890 100644
--- a/tests/parser/mediaTypeTest.cpp
+++ b/tests/parser/mediaTypeTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/messageIdSequenceTest.cpp b/tests/parser/messageIdSequenceTest.cpp
index 82d871fa..17e9a963 100644
--- a/tests/parser/messageIdSequenceTest.cpp
+++ b/tests/parser/messageIdSequenceTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/messageIdTest.cpp b/tests/parser/messageIdTest.cpp
index 40e38ebf..79154a89 100644
--- a/tests/parser/messageIdTest.cpp
+++ b/tests/parser/messageIdTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/parameterTest.cpp b/tests/parser/parameterTest.cpp
index f9a6113e..fb7a4298 100644
--- a/tests/parser/parameterTest.cpp
+++ b/tests/parser/parameterTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/pathTest.cpp b/tests/parser/pathTest.cpp
index 76a944f5..b9770617 100644
--- a/tests/parser/pathTest.cpp
+++ b/tests/parser/pathTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/parser/textTest.cpp b/tests/parser/textTest.cpp
index 152dbc46..5c9b5213 100644
--- a/tests/parser/textTest.cpp
+++ b/tests/parser/textTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/security/digest/md5Test.cpp b/tests/security/digest/md5Test.cpp
index d2049cd7..926e0231 100644
--- a/tests/security/digest/md5Test.cpp
+++ b/tests/security/digest/md5Test.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/security/digest/sha1Test.cpp b/tests/security/digest/sha1Test.cpp
index 2de02968..3a73a807 100644
--- a/tests/security/digest/sha1Test.cpp
+++ b/tests/security/digest/sha1Test.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/testRunner.cpp b/tests/testRunner.cpp
index e286a10d..332a14dc 100644
--- a/tests/testRunner.cpp
+++ b/tests/testRunner.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/testUtils.cpp b/tests/testUtils.cpp
index 0fa816c9..456b8ad6 100644
--- a/tests/testUtils.cpp
+++ b/tests/testUtils.cpp
@@ -4,7 +4,7 @@
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/testUtils.hpp b/tests/testUtils.hpp
index 42e88795..96daba82 100644
--- a/tests/testUtils.hpp
+++ b/tests/testUtils.hpp
@@ -4,7 +4,7 @@
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/utility/datetimeUtilsTest.cpp b/tests/utility/datetimeUtilsTest.cpp
index 89e81183..4fd3e436 100644
--- a/tests/utility/datetimeUtilsTest.cpp
+++ b/tests/utility/datetimeUtilsTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/utility/encoderTest.cpp b/tests/utility/encoderTest.cpp
index 648af78b..4e2c9a7f 100644
--- a/tests/utility/encoderTest.cpp
+++ b/tests/utility/encoderTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/utility/filteredStreamTest.cpp b/tests/utility/filteredStreamTest.cpp
index bcc785e3..ad26e6c4 100644
--- a/tests/utility/filteredStreamTest.cpp
+++ b/tests/utility/filteredStreamTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/utility/pathTest.cpp b/tests/utility/pathTest.cpp
index 6c1e442a..1c9b4fbf 100644
--- a/tests/utility/pathTest.cpp
+++ b/tests/utility/pathTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/utility/smartPtrTest.cpp b/tests/utility/smartPtrTest.cpp
index ce0b941f..4f68be4c 100644
--- a/tests/utility/smartPtrTest.cpp
+++ b/tests/utility/smartPtrTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/utility/stringProxyTest.cpp b/tests/utility/stringProxyTest.cpp
index e1ba6cb6..40648d70 100644
--- a/tests/utility/stringProxyTest.cpp
+++ b/tests/utility/stringProxyTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/utility/stringUtilsTest.cpp b/tests/utility/stringUtilsTest.cpp
index cbdb688c..2144bda5 100644
--- a/tests/utility/stringUtilsTest.cpp
+++ b/tests/utility/stringUtilsTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
diff --git a/tests/utility/urlTest.cpp b/tests/utility/urlTest.cpp
index 245657a1..66d1d08b 100644
--- a/tests/utility/urlTest.cpp
+++ b/tests/utility/urlTest.cpp
@@ -1,10 +1,10 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2008 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2009 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
-// published by the Free Software Foundation; either version 2 of
+// published by the Free Software Foundation; either version 3 of
// the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,