diff options
| author | Vincent Richard <[email protected]> | 2009-09-06 14:02:10 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2009-09-06 14:02:10 +0200 |
| commit | a5d258dc724e5819647799f0e134d4138e620975 (patch) | |
| tree | 0a89c6e4c1c113a325122b8eed11d214d8d8e86a /tests/parser | |
| parent | Use pkg-config for gnutls 2.8.0 and later (thanks to Andreas Metzler). (diff) | |
| download | vmime-a5d258dc724e5819647799f0e134d4138e620975.tar.gz vmime-a5d258dc724e5819647799f0e134d4138e620975.zip | |
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Diffstat (limited to 'tests/parser')
| -rw-r--r-- | tests/parser/attachmentHelperTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/bodyPartTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/charsetTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/datetimeTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/dispositionTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/headerTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/htmlTextPartTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/mailboxTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/mediaTypeTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/messageIdSequenceTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/messageIdTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/parameterTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/pathTest.cpp | 4 | ||||
| -rw-r--r-- | tests/parser/textTest.cpp | 4 |
14 files changed, 28 insertions, 28 deletions
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, |
