aboutsummaryrefslogtreecommitdiffstats
path: root/src/security/digest
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/digest')
-rw-r--r--src/security/digest/md5/md5MessageDigest.cpp2
-rw-r--r--src/security/digest/messageDigest.cpp2
-rw-r--r--src/security/digest/messageDigestFactory.cpp2
-rw-r--r--src/security/digest/sha1/sha1MessageDigest.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/security/digest/md5/md5MessageDigest.cpp b/src/security/digest/md5/md5MessageDigest.cpp
index 200af52e..1ace1cd4 100644
--- a/src/security/digest/md5/md5MessageDigest.cpp
+++ b/src/security/digest/md5/md5MessageDigest.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/security/digest/messageDigest.cpp b/src/security/digest/messageDigest.cpp
index 4a2e8912..d61225da 100644
--- a/src/security/digest/messageDigest.cpp
+++ b/src/security/digest/messageDigest.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/security/digest/messageDigestFactory.cpp b/src/security/digest/messageDigestFactory.cpp
index f15dcd70..de9f312b 100644
--- a/src/security/digest/messageDigestFactory.cpp
+++ b/src/security/digest/messageDigestFactory.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/security/digest/sha1/sha1MessageDigest.cpp b/src/security/digest/sha1/sha1MessageDigest.cpp
index cd58f0c9..5858ed33 100644
--- a/src/security/digest/sha1/sha1MessageDigest.cpp
+++ b/src/security/digest/sha1/sha1MessageDigest.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