From 51c199723c1ae6b4136ee7358962aabe36e86de6 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 3 Jan 2005 12:26:48 +0000 Subject: Changed year to 2005 in copyright header. --- tests/parser/bodyPartTest.cpp | 2 +- tests/parser/encoderTest.cpp | 2 +- tests/parser/headerTest.cpp | 2 +- tests/parser/mailboxTest.cpp | 2 +- tests/parser/mediaTypeTest.cpp | 2 +- tests/parser/testUtils.hpp | 2 +- tests/parser/textTest.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/parser') 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 +// Copyright (C) 2002-2005 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/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 +// Copyright (C) 2002-2005 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/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 +// Copyright (C) 2002-2005 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/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 +// Copyright (C) 2002-2005 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/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 +// Copyright (C) 2002-2005 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/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 +// Copyright (C) 2002-2005 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/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 +// Copyright (C) 2002-2005 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