Gabriele Contini
2019-11-03 08f42c400c880e74a89f52dddb5d0a5862068dc8
src/library/locate/LocatorStrategy.cpp
@@ -14,7 +14,7 @@
namespace locate {
using namespace std;
const string LocatorStrategy::retrieveLicense(
const string LocatorStrategy::retrieve_license_content(
      const string &licenseLocation) const {
   return get_file_contents(licenseLocation.c_str(), MAX_LICENSE_LENGTH);
}