summaryrefslogtreecommitdiff
path: root/library/detectRenaming.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/detectRenaming.cpp')
-rw-r--r--library/detectRenaming.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/detectRenaming.cpp b/library/detectRenaming.cpp
index d2b4a62c..bd25874b 100644
--- a/library/detectRenaming.cpp
+++ b/library/detectRenaming.cpp
@@ -1,3 +1,9 @@
+// **************************************************************************
+// * 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) *
+// **************************************************************************
+//
#include "detectRenaming.h"
#include <map>
#include <vector>
bgstack15