src/library/LicenseReader.cpp
@@ -112,12 +112,12 @@ ostringstream oss; oss << toupper_copy(trim_copy(m_project)); for (auto &it : m_limits) { if (it.first != LICENSE_VERSION && it.first != LICENSE_SIGNATURE) { if (it.first != LICENSE_SIGNATURE) { oss << trim_copy(it.first) << trim_copy(it.second); } } #ifdef _DEBUG #ifndef NDEBUG cout << "license to sign [" << oss.str() << "]" << endl; #endif return oss.str();