Property definitions

nitc $ APIIniLicense :: defaultinit
# Get the package license from the ini file
#
# `GET /ini/clone/:pid`: return the package license
class APIIniLicense
	super APICommand

	redef fun command do return new CmdIniLicense(config.model)
end
src/doc/api/api_model.nit:371,1--378,3