aboutsummaryrefslogtreecommitdiffstats
path: root/tests/security
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2008-01-04 19:07:40 +0100
committerVincent Richard <[email protected]>2008-01-04 19:07:40 +0100
commit0c30c298da468de4e1abd1589028ce0c1aaf8505 (patch)
treeb10c72f699bf4d853298567d1d1484d19a9256aa /tests/security
parentUse std::vector<> instead of new[] allocation (avoid memory leaks by using RA... (diff)
downloadvmime-0c30c298da468de4e1abd1589028ce0c1aaf8505.tar.gz
vmime-0c30c298da468de4e1abd1589028ce0c1aaf8505.zip
Changed copyright year to 2008.
Diffstat (limited to 'tests/security')
-rw-r--r--tests/security/digest/md5Test.cpp2
-rw-r--r--tests/security/digest/sha1Test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/security/digest/md5Test.cpp b/tests/security/digest/md5Test.cpp
index ea59d8f2..d2049cd7 100644
--- a/tests/security/digest/md5Test.cpp
+++ b/tests/security/digest/md5Test.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/tests/security/digest/sha1Test.cpp b/tests/security/digest/sha1Test.cpp
index 2bf0cb48..2de02968 100644
--- a/tests/security/digest/sha1Test.cpp
+++ b/tests/security/digest/sha1Test.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