aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility
diff options
context:
space:
mode:
Diffstat (limited to '')
-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/smartPtr.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
11 files changed, 11 insertions, 11 deletions
diff --git a/src/utility/datetimeUtils.cpp b/src/utility/datetimeUtils.cpp
index ec46e60b..a460c562 100644
--- a/src/utility/datetimeUtils.cpp
+++ b/src/utility/datetimeUtils.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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 ba86cd07..8cbb21e8 100644
--- a/src/utility/filteredStream.cpp
+++ b/src/utility/filteredStream.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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 2503e80e..21c02b7a 100644
--- a/src/utility/path.cpp
+++ b/src/utility/path.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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 4a773ebf..96ad084a 100644
--- a/src/utility/progressListener.cpp
+++ b/src/utility/progressListener.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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 fa95e406..7a7161af 100644
--- a/src/utility/random.cpp
+++ b/src/utility/random.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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/smartPtr.cpp b/src/utility/smartPtr.cpp
index 376c1251..16249df8 100644
--- a/src/utility/smartPtr.cpp
+++ b/src/utility/smartPtr.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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 48869958..fcf4b32f 100644
--- a/src/utility/stream.cpp
+++ b/src/utility/stream.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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 57cb1d9e..9205c42e 100644
--- a/src/utility/stringProxy.cpp
+++ b/src/utility/stringProxy.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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 f00c351b..0eabeb0b 100644
--- a/src/utility/stringUtils.cpp
+++ b/src/utility/stringUtils.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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 69782c1b..352b0d79 100644
--- a/src/utility/url.cpp
+++ b/src/utility/url.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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 9bba02ba..bae24c3f 100644
--- a/src/utility/urlUtils.cpp
+++ b/src/utility/urlUtils.cpp
@@ -1,6 +1,6 @@
//
// VMime library (http://www.vmime.org)
-// Copyright (C) 2002-2006 Vincent Richard <[email protected]>
+// Copyright (C) 2002-2007 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