| | |
| | | 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); |
| | |
| | | |
| | | 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 |