I want to be able to set what license is used in the comment block at the top of a netbeans file. When I look at the template, I see this:
<#assign licenseFirst = "/*">
<#assign licensePrefix = " * ">
<#assign licenseLast = " */">
<#include "${project.licensePath}">
If this were to actually place a license at the top of my code, I would be delighted. The question is, how do I set ${project.licensePath}, and what should I set it to for, say, the GPL?