aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-02-05 11:22:59 +0100
committerVincent Richard <[email protected]>2006-02-05 11:22:59 +0100
commit63d21f7a098e3eaadcde4eee92f28bdeefe6a695 (patch)
treef76ab54d22ab18050d648b1c97f037a0e01f361d /src/utility
parentFixed encoding of reserved/unsafe chars. (diff)
downloadvmime-63d21f7a098e3eaadcde4eee92f28bdeefe6a695.tar.gz
vmime-63d21f7a098e3eaadcde4eee92f28bdeefe6a695.zip
Changed copyright year to 2006.
Diffstat (limited to 'src/utility')
-rw-r--r--src/utility/datetimeUtils.cpp2
-rw-r--r--src/utility/filteredStream.cpp2
-rw-r--r--src/utility/path.cpp2
-rw-r--r--src/utility/progressListener.cpp2
-rw-r--r--src/utility/random.cpp2
-rw-r--r--src/utility/stream.cpp2
-rw-r--r--src/utility/stringProxy.cpp2
-rw-r--r--src/utility/stringUtils.cpp2
-rw-r--r--src/utility/url.cpp2
-rw-r--r--src/utility/urlUtils.cpp2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/utility/datetimeUtils.cpp b/src/utility/datetimeUtils.cpp
index 6bb93098..c990a2ac 100644
--- a/src/utility/datetimeUtils.cpp
+++ b/src/utility/datetimeUtils.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2005 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2006 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/src/utility/filteredStream.cpp b/src/utility/filteredStream.cpp
index 6c6a8c1a..ba86cd07 100644
--- a/src/utility/filteredStream.cpp
+++ b/src/utility/filteredStream.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2005 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2006 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/src/utility/path.cpp b/src/utility/path.cpp
index 9b1221f3..2503e80e 100644
--- a/src/utility/path.cpp
+++ b/src/utility/path.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2005 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2006 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/src/utility/progressListener.cpp b/src/utility/progressListener.cpp
index 0a6f63e9..4a773ebf 100644
--- a/src/utility/progressListener.cpp
+++ b/src/utility/progressListener.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2005 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2006 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/src/utility/random.cpp b/src/utility/random.cpp
index 9b505cef..156796a4 100644
--- a/src/utility/random.cpp
+++ b/src/utility/random.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2005 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2006 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/src/utility/stream.cpp b/src/utility/stream.cpp
index 82748928..5a8e8989 100644
--- a/src/utility/stream.cpp
+++ b/src/utility/stream.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2005 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2006 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/src/utility/stringProxy.cpp b/src/utility/stringProxy.cpp
index e40ae1a4..57cb1d9e 100644
--- a/src/utility/stringProxy.cpp
+++ b/src/utility/stringProxy.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2005 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2006 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/src/utility/stringUtils.cpp b/src/utility/stringUtils.cpp
index dd8c559d..ea9ffec4 100644
--- a/src/utility/stringUtils.cpp
+++ b/src/utility/stringUtils.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2005 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2006 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/src/utility/url.cpp b/src/utility/url.cpp
index 2842b524..dede3208 100644
--- a/src/utility/url.cpp
+++ b/src/utility/url.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2005 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2006 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/src/utility/urlUtils.cpp b/src/utility/urlUtils.cpp
index 0a0bfce0..9bba02ba 100644
--- a/src/utility/urlUtils.cpp
+++ b/src/utility/urlUtils.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2005 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2006 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