diff options
author | Vincent Richard <[email protected]> | 2009-09-06 12:02:10 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2009-09-06 12:02:10 +0000 |
commit | a5d258dc724e5819647799f0e134d4138e620975 (patch) | |
tree | 0a89c6e4c1c113a325122b8eed11d214d8d8e86a /examples | |
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 'examples')
-rw-r--r-- | examples/example1.cpp | 4 | ||||
-rw-r--r-- | examples/example2.cpp | 4 | ||||
-rw-r--r-- | examples/example3.cpp | 4 | ||||
-rw-r--r-- | examples/example4.cpp | 4 | ||||
-rw-r--r-- | examples/example5.cpp | 4 | ||||
-rw-r--r-- | examples/example6.cpp | 4 | ||||
-rw-r--r-- | examples/example7.cpp | 4 | ||||
-rw-r--r-- | examples/viewer/viewer.cpp | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/examples/example1.cpp b/examples/example1.cpp index 55525103..a340f1da 100644 --- a/examples/example1.cpp +++ b/examples/example1.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/examples/example2.cpp b/examples/example2.cpp index 953d6695..af91f123 100644 --- a/examples/example2.cpp +++ b/examples/example2.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/examples/example3.cpp b/examples/example3.cpp index 0a260a90..cb3e6ae8 100644 --- a/examples/example3.cpp +++ b/examples/example3.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/examples/example4.cpp b/examples/example4.cpp index 09c2dad4..6a746daf 100644 --- a/examples/example4.cpp +++ b/examples/example4.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/examples/example5.cpp b/examples/example5.cpp index 11ceb837..ad84db93 100644 --- a/examples/example5.cpp +++ b/examples/example5.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/examples/example6.cpp b/examples/example6.cpp index 8bf7b44c..bcb2df9a 100644 --- a/examples/example6.cpp +++ b/examples/example6.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/examples/example7.cpp b/examples/example7.cpp index 79445eaa..1ddb3d00 100644 --- a/examples/example7.cpp +++ b/examples/example7.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/examples/viewer/viewer.cpp b/examples/viewer/viewer.cpp index 50862b34..ee21f017 100644 --- a/examples/viewer/viewer.cpp +++ b/examples/viewer/viewer.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, |