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/smartPtrInt.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
12 files changed, 12 insertions, 12 deletions
diff --git a/src/utility/datetimeUtils.cpp b/src/utility/datetimeUtils.cpp
index 67482770..0a59d858 100644
--- a/src/utility/datetimeUtils.cpp
+++ b/src/utility/datetimeUtils.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/src/utility/filteredStream.cpp b/src/utility/filteredStream.cpp
index 6c64eac0..d59fdcc5 100644
--- a/src/utility/filteredStream.cpp
+++ b/src/utility/filteredStream.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/src/utility/path.cpp b/src/utility/path.cpp
index e507aa40..eac1e6b1 100644
--- a/src/utility/path.cpp
+++ b/src/utility/path.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/src/utility/progressListener.cpp b/src/utility/progressListener.cpp
index 96ad084a..5d3b7834 100644
--- a/src/utility/progressListener.cpp
+++ b/src/utility/progressListener.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/src/utility/random.cpp b/src/utility/random.cpp
index 6a54b295..41a94f81 100644
--- a/src/utility/random.cpp
+++ b/src/utility/random.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/src/utility/smartPtr.cpp b/src/utility/smartPtr.cpp
index 08a8f57c..bbc48435 100644
--- a/src/utility/smartPtr.cpp
+++ b/src/utility/smartPtr.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/src/utility/smartPtrInt.cpp b/src/utility/smartPtrInt.cpp
index 88c2b756..9bebe977 100644
--- a/src/utility/smartPtrInt.cpp
+++ b/src/utility/smartPtrInt.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/src/utility/stream.cpp b/src/utility/stream.cpp
index f9b83e68..9b402e6a 100644
--- a/src/utility/stream.cpp
+++ b/src/utility/stream.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/src/utility/stringProxy.cpp b/src/utility/stringProxy.cpp
index 441ee8f2..7984d7f8 100644
--- a/src/utility/stringProxy.cpp
+++ b/src/utility/stringProxy.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/src/utility/stringUtils.cpp b/src/utility/stringUtils.cpp
index 09c7f8f4..65c3d66d 100644
--- a/src/utility/stringUtils.cpp
+++ b/src/utility/stringUtils.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/src/utility/url.cpp b/src/utility/url.cpp
index 7493f9d9..8cf1f7d7 100644
--- a/src/utility/url.cpp
+++ b/src/utility/url.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/src/utility/urlUtils.cpp b/src/utility/urlUtils.cpp
index 90dc7887..a4d31469 100644
--- a/src/utility/urlUtils.cpp
+++ b/src/utility/urlUtils.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