Property definitions

nitc $ CmdLicenseFile :: defaultinit
# Cmd that finds the license file related to an `mentity`
class CmdLicenseFile
	super CmdEntityFile

	redef var file_names = ["LICENSE", "LICENSE.md", "LICENSE.txt"]
	redef fun throw_warning do return new WarningNoLicenseFile(mentity.as(not null))
end
src/doc/commands/commands_ini.nit:315,1--321,3