Gabriele Contini
2020-05-17 7c23f3e00f4acc8fd693136a19f7c518da58e29a
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);
      }
   }