diff options
| author | Vincent Richard <[email protected]> | 2013-01-10 17:30:31 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-01-10 17:30:31 +0100 |
| commit | ad9bef78c4fc0c532331bc511756358bdec339cb (patch) | |
| tree | 74f907d5c29d86e423a63b1975dc4119c917e1a0 /tests/parser | |
| parent | Fixed issue #17. (diff) | |
| download | vmime-ad9bef78c4fc0c532331bc511756358bdec339cb.tar.gz vmime-ad9bef78c4fc0c532331bc511756358bdec339cb.zip | |
Updated copyright year and maintainer email address.
Diffstat (limited to 'tests/parser')
| -rw-r--r-- | tests/parser/attachmentHelperTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/bodyPartTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/charsetTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/datetimeTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/dispositionTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/headerTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/htmlTextPartTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/mailboxTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/mediaTypeTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/messageIdSequenceTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/messageIdTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/parameterTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/pathTest.cpp | 2 | ||||
| -rw-r--r-- | tests/parser/textTest.cpp | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/tests/parser/attachmentHelperTest.cpp b/tests/parser/attachmentHelperTest.cpp index d764ecc1..c043db23 100644 --- a/tests/parser/attachmentHelperTest.cpp +++ b/tests/parser/attachmentHelperTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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 deb4b9c5..1c5545a2 100644 --- a/tests/parser/bodyPartTest.cpp +++ b/tests/parser/bodyPartTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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/charsetTest.cpp b/tests/parser/charsetTest.cpp index 54a09a71..f07694ca 100644 --- a/tests/parser/charsetTest.cpp +++ b/tests/parser/charsetTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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/datetimeTest.cpp b/tests/parser/datetimeTest.cpp index 11f9b551..07d77301 100644 --- a/tests/parser/datetimeTest.cpp +++ b/tests/parser/datetimeTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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/dispositionTest.cpp b/tests/parser/dispositionTest.cpp index d0572b09..81818dae 100644 --- a/tests/parser/dispositionTest.cpp +++ b/tests/parser/dispositionTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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 04cd14fd..d096b28c 100644 --- a/tests/parser/headerTest.cpp +++ b/tests/parser/headerTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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/htmlTextPartTest.cpp b/tests/parser/htmlTextPartTest.cpp index c9fa5881..08754e72 100644 --- a/tests/parser/htmlTextPartTest.cpp +++ b/tests/parser/htmlTextPartTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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 9ebadca6..7de7abd3 100644 --- a/tests/parser/mailboxTest.cpp +++ b/tests/parser/mailboxTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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 c69fd890..462f6ae7 100644 --- a/tests/parser/mediaTypeTest.cpp +++ b/tests/parser/mediaTypeTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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/messageIdSequenceTest.cpp b/tests/parser/messageIdSequenceTest.cpp index 17e9a963..e7dd7e01 100644 --- a/tests/parser/messageIdSequenceTest.cpp +++ b/tests/parser/messageIdSequenceTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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/messageIdTest.cpp b/tests/parser/messageIdTest.cpp index 79154a89..be8be3f1 100644 --- a/tests/parser/messageIdTest.cpp +++ b/tests/parser/messageIdTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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/parameterTest.cpp b/tests/parser/parameterTest.cpp index 72f9e9be..91c5f076 100644 --- a/tests/parser/parameterTest.cpp +++ b/tests/parser/parameterTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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/pathTest.cpp b/tests/parser/pathTest.cpp index b9770617..caa6e0a0 100644 --- a/tests/parser/pathTest.cpp +++ b/tests/parser/pathTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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 43ec8366..37c62072 100644 --- a/tests/parser/textTest.cpp +++ b/tests/parser/textTest.cpp @@ -1,6 +1,6 @@ // // VMime library (http://www.vmime.org) -// Copyright (C) 2002-2009 Vincent Richard <[email protected]> +// Copyright (C) 2002-2013 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 |
