From 6d15812d7d93370d47e63f6bf9f70be40f5a9c5d Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:21:16 +0200 Subject: 5.7 --- lib/ShadowCopy/LockFile.cpp | 2 +- lib/ShadowCopy/Shadow_Server2003.vcxproj | 4 ++-- lib/ShadowCopy/Shadow_Windows7.vcxproj | 4 ++-- lib/ShadowCopy/Shadow_XP.vcxproj | 4 ++-- lib/ShadowCopy/dll_main.cpp | 2 +- lib/ShadowCopy/shadow.cpp | 2 +- lib/ShadowCopy/shadow.h | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/ShadowCopy') diff --git a/lib/ShadowCopy/LockFile.cpp b/lib/ShadowCopy/LockFile.cpp index aac4c170..701b84ec 100644 --- a/lib/ShadowCopy/LockFile.cpp +++ b/lib/ShadowCopy/LockFile.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) ZenJu (zhnmju123 AT gmx DOT de) - All Rights Reserved * +// * Copyright (C) ZenJu (zenju AT gmx DOT de) - All Rights Reserved * // ************************************************************************** diff --git a/lib/ShadowCopy/Shadow_Server2003.vcxproj b/lib/ShadowCopy/Shadow_Server2003.vcxproj index ad24d4c1..3e70cd7a 100644 --- a/lib/ShadowCopy/Shadow_Server2003.vcxproj +++ b/lib/ShadowCopy/Shadow_Server2003.vcxproj @@ -145,7 +145,7 @@ $(IntDir)$(TargetName).lib MachineX64 - C:\Program Files\C++\Boost\stage64\lib + C:\Program Files\C++\Boost\stage_x64\lib @@ -216,7 +216,7 @@ $(IntDir)$(TargetName).lib MachineX64 - C:\Program Files\C++\Boost\stage64\lib + C:\Program Files\C++\Boost\stage_x64\lib diff --git a/lib/ShadowCopy/Shadow_Windows7.vcxproj b/lib/ShadowCopy/Shadow_Windows7.vcxproj index 5381372b..985936b4 100644 --- a/lib/ShadowCopy/Shadow_Windows7.vcxproj +++ b/lib/ShadowCopy/Shadow_Windows7.vcxproj @@ -145,7 +145,7 @@ $(IntDir)$(TargetName).lib MachineX64 - C:\Program Files\C++\Boost\stage64\lib + C:\Program Files\C++\Boost\stage_x64\lib @@ -216,7 +216,7 @@ $(IntDir)$(TargetName).lib MachineX64 - C:\Program Files\C++\Boost\stage64\lib + C:\Program Files\C++\Boost\stage_x64\lib diff --git a/lib/ShadowCopy/Shadow_XP.vcxproj b/lib/ShadowCopy/Shadow_XP.vcxproj index fce942d5..b49bff4c 100644 --- a/lib/ShadowCopy/Shadow_XP.vcxproj +++ b/lib/ShadowCopy/Shadow_XP.vcxproj @@ -146,7 +146,7 @@ $(IntDir)$(TargetName).lib MachineX64 - C:\Program Files\C++\Boost\stage64\lib + C:\Program Files\C++\Boost\stage_x64\lib @@ -217,7 +217,7 @@ $(IntDir)$(TargetName).lib MachineX64 - C:\Program Files\C++\Boost\stage64\lib + C:\Program Files\C++\Boost\stage_x64\lib diff --git a/lib/ShadowCopy/dll_main.cpp b/lib/ShadowCopy/dll_main.cpp index 46c65311..95d14910 100644 --- a/lib/ShadowCopy/dll_main.cpp +++ b/lib/ShadowCopy/dll_main.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) ZenJu (zhnmju123 AT gmx DOT de) - All Rights Reserved * +// * Copyright (C) ZenJu (zenju AT gmx DOT de) - All Rights Reserved * // ************************************************************************** diff --git a/lib/ShadowCopy/shadow.cpp b/lib/ShadowCopy/shadow.cpp index c47ce983..3bc2df87 100644 --- a/lib/ShadowCopy/shadow.cpp +++ b/lib/ShadowCopy/shadow.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) ZenJu (zhnmju123 AT gmx DOT de) - All Rights Reserved * +// * Copyright (C) ZenJu (zenju AT gmx DOT de) - All Rights Reserved * // ************************************************************************** #include "shadow.h" diff --git a/lib/ShadowCopy/shadow.h b/lib/ShadowCopy/shadow.h index 66d29300..8f35c728 100644 --- a/lib/ShadowCopy/shadow.h +++ b/lib/ShadowCopy/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 SHADOWCOPY_H -- cgit