<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Here comes the text of your license
${licensePrefix}Each line should be prefixed with ${licensePrefix}
<#if licenseLast??>
${licenseLast}
</#if>