Skip to content

Instantly share code, notes, and snippets.

@esamson
Created February 27, 2013 02:25
Show Gist options
  • Save esamson/5044447 to your computer and use it in GitHub Desktop.
Save esamson/5044447 to your computer and use it in GitHub Desktop.
My NetBeans default license template. Copyright year is automatically determined from the current date.
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Copyright ${date?date?string("yyyy")} Edward Samson
<#if licenseLast??>
${licenseLast}
</#if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment