Gabriele Contini
2020-02-09 27e8dc084aebdb6d71c67fd2d2000e17f072b7a9
src/library/LicenseReader.hpp
@@ -24,6 +24,7 @@
   const std::string license_signature;
   const std::string source;
   const std::string m_project;
   unsigned int m_magic;
   std::map<std::string, std::string> m_limits;
   FullLicenseInfo(const std::string& source, const std::string& product, const std::string& license_signature);
@@ -55,7 +56,7 @@
public:
   LicenseReader(const LicenseLocation* licenseLocation);
   EventRegistry readLicenses(const std::string& product, std::vector<FullLicenseInfo>& licenseInfoOut);
   EventRegistry readLicenses(const std::string& product, std::vector<FullLicenseInfo>& licenseInfoOut) const;
   virtual ~LicenseReader();
};
}  // namespace license