summaryrefslogtreecommitdiff
path: root/lib/shadow.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shadow.h')
-rw-r--r--lib/shadow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/shadow.h b/lib/shadow.h
index 5335e95d..bb834a41 100644
--- a/lib/shadow.h
+++ b/lib/shadow.h
@@ -1,7 +1,7 @@
// **************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
-// * Copyright (C) ZenJu (zhnmju123 AT gmx DOT de) - All Rights Reserved *
+// * Copyright (C) ZenJu (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
#ifndef SHADOW_H_INCLUDED
@@ -15,7 +15,7 @@
namespace shadow
{
-class ShadowCopy //buffer access to Windows Volume Shadow Copy Service
+class ShadowCopy //take and buffer Windows Volume Shadow Copy snapshots as needed
{
public:
ShadowCopy() {}
bgstack15