aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2008-01-04 18:07:40 +0000
committerVincent Richard <[email protected]>2008-01-04 18:07:40 +0000
commit0c30c298da468de4e1abd1589028ce0c1aaf8505 (patch)
treeb10c72f699bf4d853298567d1d1484d19a9256aa /examples
parentUse std::vector<> instead of new[] allocation (avoid memory leaks by using RA... (diff)
downloadvmime-0c30c298da468de4e1abd1589028ce0c1aaf8505.tar.gz
vmime-0c30c298da468de4e1abd1589028ce0c1aaf8505.zip
Changed copyright year to 2008.
Diffstat (limited to 'examples')
-rw-r--r--examples/example1.cpp2
-rw-r--r--examples/example2.cpp2
-rw-r--r--examples/example3.cpp2
-rw-r--r--examples/example4.cpp2
-rw-r--r--examples/example5.cpp2
-rw-r--r--examples/example6.cpp2
-rw-r--r--examples/example7.cpp2
-rw-r--r--examples/viewer/viewer.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/example1.cpp b/examples/example1.cpp
index fd73b828..55525103 100644
--- a/examples/example1.cpp
+++ b/examples/example1.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2007 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2008 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/examples/example2.cpp b/examples/example2.cpp
index 30830efd..953d6695 100644
--- a/examples/example2.cpp
+++ b/examples/example2.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2007 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2008 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/examples/example3.cpp b/examples/example3.cpp
index 50e72053..0a260a90 100644
--- a/examples/example3.cpp
+++ b/examples/example3.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2007 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2008 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/examples/example4.cpp b/examples/example4.cpp
index 059cbcf8..09c2dad4 100644
--- a/examples/example4.cpp
+++ b/examples/example4.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2007 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2008 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/examples/example5.cpp b/examples/example5.cpp
index ec71819e..11ceb837 100644
--- a/examples/example5.cpp
+++ b/examples/example5.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2007 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2008 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/examples/example6.cpp b/examples/example6.cpp
index c92f1320..a831d991 100644
--- a/examples/example6.cpp
+++ b/examples/example6.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2007 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2008 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/examples/example7.cpp b/examples/example7.cpp
index 1a6a051e..79445eaa 100644
--- a/examples/example7.cpp
+++ b/examples/example7.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2007 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2008 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/examples/viewer/viewer.cpp b/examples/viewer/viewer.cpp
index d32e725c..50862b34 100644
--- a/examples/viewer/viewer.cpp
+++ b/examples/viewer/viewer.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2007 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2008 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