summaryrefslogtreecommitdiff
path: root/shared/customTooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/customTooltip.h')
-rw-r--r--shared/customTooltip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/shared/customTooltip.h b/shared/customTooltip.h
index 886c6130..d448254e 100644
--- a/shared/customTooltip.h
+++ b/shared/customTooltip.h
@@ -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) *
+// **************************************************************************
+//
#ifndef CUSTOMTOOLTIP_H_INCLUDED
#define CUSTOMTOOLTIP_H_INCLUDED
bgstack15