| | |
| | | * LicenseReader.cpp |
| | | * |
| | | * Created on: Mar 30, 2014 |
| | | * Author: devel |
| | | * |
| | | */ |
| | | |
| | | #ifdef _WIN32 |
| | |
| | | #include "pc-identifiers.h" |
| | | #include "LicenseReader.h" |
| | | #include "base/StringUtils.h" |
| | | #include "base/public-key.h" |
| | | #include "public-key.h" |
| | | #include <build_properties.h> |
| | | |
| | | #include "os/os-cpp.h" |
| | | |
| | | namespace license { |
| | | |
| | | const char *FullLicenseInfo::UNUSED_TIME = "0000-00-00"; |
| | | |
| | | FullLicenseInfo::FullLicenseInfo(const string& source, const string& product, |
| | | const string& license_signature, int licenseVersion, string from_date, |
| | | string to_date, const string& client_signature, |