nitc :: WarningNoLicenseFile :: defaultinit
# No license file for `mentity` class WarningNoLicenseFile super CmdWarning # MEntity provided var mentity: MEntity redef fun to_s do return "No license file for `{mentity.full_name}`" end