diff options
| author | Vincent Richard <[email protected]> | 2007-01-01 21:55:15 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2007-01-01 21:55:15 +0100 |
| commit | d284cfa7298786f62835809c37ef3b7b09ad78c5 (patch) | |
| tree | bcfbef251ff5f96a3459201764660a259062c482 /src/utility | |
| parent | Allow 'AUTH=LOGIN' capability for some servers. (diff) | |
| download | vmime-d284cfa7298786f62835809c37ef3b7b09ad78c5.tar.gz vmime-d284cfa7298786f62835809c37ef3b7b09ad78c5.zip | |
Changed copyright year to 2007.
Diffstat (limited to 'src/utility')
| -rw-r--r-- | src/utility/datetimeUtils.cpp | 2 | ||||
| -rw-r--r-- | src/utility/filteredStream.cpp | 2 | ||||
| -rw-r--r-- | src/utility/path.cpp | 2 | ||||
| -rw-r--r-- | src/utility/progressListener.cpp | 2 | ||||
| -rw-r--r-- | src/utility/random.cpp | 2 | ||||
| -rw-r--r-- | src/utility/smartPtr.cpp | 2 | ||||
| -rw-r--r-- | src/utility/stream.cpp | 2 | ||||
| -rw-r--r-- | src/utility/stringProxy.cpp | 2 | ||||
| -rw-r--r-- | src/utility/stringUtils.cpp | 2 | ||||
| -rw-r--r-- | src/utility/url.cpp | 2 | ||||
| -rw-r--r-- | src/utility/urlUtils.cpp | 2 |
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 |
