summaryrefslogtreecommitdiff
path: root/shared/check_exist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/check_exist.cpp')
-rw-r--r--shared/check_exist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/check_exist.cpp b/shared/check_exist.cpp
index 8bc629b5..97a25ec8 100644
--- a/shared/check_exist.cpp
+++ b/shared/check_exist.cpp
@@ -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) 2008-2010 ZenJu (zhnmju123 AT gmx.de) *
+// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
//
#include "check_exist.h"
bgstack15