gcontini
2020-10-10 19ee9f50a7d14f48ca993b7c8b21ef4ca3642809
src/library/LicenseReader.cpp
@@ -112,7 +112,7 @@
   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);
      }
   }