diff options
| author | Vincent Richard <[email protected]> | 2005-01-03 13:26:48 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-01-03 13:26:48 +0100 |
| commit | 51c199723c1ae6b4136ee7358962aabe36e86de6 (patch) | |
| tree | 8bc31ff5a83b141c9a0f0a10a88c31e0106d6a97 /tests | |
| parent | Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'. (diff) | |
| download | vmime-51c199723c1ae6b4136ee7358962aabe36e86de6.tar.gz vmime-51c199723c1ae6b4136ee7358962aabe36e86de6.zip | |
Changed year to 2005 in copyright header.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/charset/main.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/bodyPartTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/encoderTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/headerTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/mailboxTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/mediaTypeTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/testUtils.hpp | 2 | ||||
| -rw-r--r-- | tests/parser/textTest.cpp | 2 | ||||
| -rw-r--r-- | tests/utility/md5Test.cpp | 2 | ||||
| -rw-r--r-- | tests/utility/pathTest.cpp | 2 | ||||
| -rw-r--r-- | tests/utility/stringProxyTest.cpp | 2 | ||||
| -rw-r--r-- | tests/utility/stringUtilsTest.cpp | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/charset/main.cpp b/tests/charset/main.cpp index b7a91495..5121a52d 100644 --- a/tests/charset/main.cpp +++ b/tests/charset/main.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/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 diff --git a/tests/utility/md5Test.cpp b/tests/utility/md5Test.cpp index a6acf920..f5025865 100644 --- a/tests/utility/md5Test.cpp +++ b/tests/utility/md5Test.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/utility/pathTest.cpp b/tests/utility/pathTest.cpp index bf915c55..0d593c92 100644 --- a/tests/utility/pathTest.cpp +++ b/tests/utility/pathTest.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/utility/stringProxyTest.cpp b/tests/utility/stringProxyTest.cpp index e9189441..857d59b1 100644 --- a/tests/utility/stringProxyTest.cpp +++ b/tests/utility/stringProxyTest.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/utility/stringUtilsTest.cpp b/tests/utility/stringUtilsTest.cpp index 158eec22..62422747 100644 --- a/tests/utility/stringUtilsTest.cpp +++ b/tests/utility/stringUtilsTest.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 |
