<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Copyright (c) ${date?date?string("yyyy")} ${user}. All rights reserved.
<#if licenseLast??>
${licenseLast}
</#if>