Skip to content

Instantly share code, notes, and snippets.

@junichi11
Created May 30, 2014 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junichi11/3df8cbf0c0655491673e to your computer and use it in GitHub Desktop.
Save junichi11/3df8cbf0c0655491673e to your computer and use it in GitHub Desktop.
License header for NetBeans for dotcake project
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}${name}
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}@copyright Copyright (c) dotcake organization. (https://github.com/dotcake)
${licensePrefix}@license http://www.opensource.org/licenses/mit-license.php MIT License
<#if licenseLast??>
${licenseLast}
</#if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment