X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fuuid.h;h=9fb944781d8d90f625470e6c8cf436ff0142fcd0;hp=312e8e8d1c107a0e6ca13dff0c9c411f6cc9392d;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc diff --git a/source/common/uuid.h b/source/common/uuid.h index 312e8e8..9fb9447 100644 --- a/source/common/uuid.h +++ b/source/common/uuid.h @@ -1,9 +1,26 @@ +// uuid.cpp - UUID subroutines header. +// +// (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 #ifndef COMMON_UUID_H #define COMMON_UUID_H wxString GenerateUUID(); -bool CheckUUID(wxString UUIDInc); #endif \ No newline at end of file