Gabriele Contini
2019-11-10 a26bd812ef3fd21dd3d68bd10704ae3dd8eeea6b
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);
}