1#ifndef LIBS_TOOLS_CLICENSE_HPP_
2#define LIBS_TOOLS_CLICENSE_HPP_
6#include <bits/types/FILE.h>
15 static bool checkLicense(
const std::string &reference,
const std::shared_ptr<iv::logs::StartingLog> &logger);
Definition AbstractLog.hpp:9
Definition CLicense.hpp:13
static void generateLicense()
Definition CLicense.cpp:213
static void generateDataLicense(const std::string &projectReference)
Definition CLicense.cpp:329
static FILE * prvOpenFileLicense(const char *opentype)
Definition CLicense.cpp:386
static void generateLicenseFromDataFile(const std::string &path)
Definition CLicense.cpp:237
static bool checkLicense(const std::string &reference, const std::shared_ptr< iv::logs::StartingLog > &logger)
Definition CLicense.cpp:149
static std::string getSystemUniqueId(const std::string &reference)
Definition CLicense.cpp:401