From 0c30c298da468de4e1abd1589028ce0c1aaf8505 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 4 Jan 2008 18:07:40 +0000 Subject: Changed copyright year to 2008. --- src/utility/datetimeUtils.cpp | 2 +- src/utility/filteredStream.cpp | 2 +- src/utility/path.cpp | 2 +- src/utility/progressListener.cpp | 2 +- src/utility/random.cpp | 2 +- src/utility/smartPtr.cpp | 2 +- src/utility/smartPtrInt.cpp | 2 +- src/utility/stream.cpp | 2 +- src/utility/stringProxy.cpp | 2 +- src/utility/stringUtils.cpp | 2 +- src/utility/url.cpp | 2 +- src/utility/urlUtils.cpp | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/utility') 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // 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 +// Copyright (C) 2002-2008 Vincent Richard // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as -- cgit