sourcecamembert::LicenseTpl.fan
// History:// Jan 23 13 tcolar Creation//using netColarUtils**** Licence templates (global)**@Serializable const class LicenseTpl {** can be use to sort licenses - lower shows firstconst Int order := 10** name for this licenseconst Str name** License textconst Str text new make(|This|? f := null) { if (f != null) f(this) } }