gcontini
2020-05-04 fbfbd4281960a01f026a2610bb4a188ccfb2c4fc
src/library/LicenseReader.cpp
@@ -22,13 +22,11 @@
#include <stdlib.h>
#include <math.h>
#include <public_key.h>
#include <licensecc_properties.h>
#include <licensecc/licensecc.h>
#include "base/base.h"
#include "LicenseReader.hpp"
#include "base/StringUtils.h"
#include "base/string_utils.h"
#include "base/logger.h"
#include "locate/LocatorFactory.hpp"
@@ -114,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);
      }
   }