X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fetag.cpp;h=e22a40a32e01d3f12a73711cd723a776f2703801;hb=23776c47694a72b7ae42c3c0f63bd24ab63a3bad;hp=e4dcef14b5a28dc8300487df82b38250712042a7;hpb=1dd9568c924ede2b46fa40ea8f7eed03a2ffba1c;p=xestiaab%2F.git diff --git a/source/common/etag.cpp b/source/common/etag.cpp index e4dcef1..e22a40a 100644 --- a/source/common/etag.cpp +++ b/source/common/etag.cpp @@ -1,3 +1,21 @@ +// etag.cpp - ETag subroutines. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #include "etag.h" #include "../common/dirs.h" @@ -127,6 +145,8 @@ bool ETagDB::ETagExists(wxString Filename){ // Unlock. ProcessLock->unlock(); + + return FileResult; }