<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}Copyright ${date?date?string("yyyy")} Oracle and/or its affiliates. All rights reserved.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}Oracle and Java are registered trademarks of Oracle and/or its affiliates.
${licensePrefix}Other names may be trademarks of their respective owners.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}The contents of this file are subject to the terms of either the GNU
${licensePrefix}General Public License Version 2 only ("GPL") or the Common
${licensePrefix}Development and Distribution License("CDDL") (collectively, the
${licensePrefix}"License"). You may not use this file except in compliance with the
${licensePrefix}License. You can obtain a copy of the License at
${licensePrefix}http://www.netbeans.org/cddl-gplv2.html
${licensePrefix}or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
${licensePrefix}specific language governing permissions and limitations under the
${licensePrefix}License.  When distributing the software, include this License Header
${licensePrefix}Notice in each file and include the License file at
${licensePrefix}nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
${licensePrefix}particular file as subject to the "Classpath" exception as provided
${licensePrefix}by Oracle in the GPL Version 2 section of the License file that
${licensePrefix}accompanied this code. If applicable, add the following below the
${licensePrefix}License Header, with the fields enclosed by brackets [] replaced by
${licensePrefix}your own identifying information:
${licensePrefix}"Portions Copyrighted [year] [name of copyright owner]"
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}If you wish your version of this file to be governed by only the CDDL
${licensePrefix}or only the GPL Version 2, indicate your decision by adding
${licensePrefix}"[Contributor] elects to include this software in this distribution
${licensePrefix}under the [CDDL or GPL Version 2] license." If you do not indicate a
${licensePrefix}single choice of license, a recipient has the option to distribute
${licensePrefix}your version of this file under either the CDDL, the GPL Version 2 or
${licensePrefix}to extend the choice of license to its licensees as provided above.
${licensePrefix}However, if you add GPL Version 2 code and therefore, elected the GPL
${licensePrefix}Version 2 license, then the option applies only if the new code is
${licensePrefix}made subject to such option by the copyright holder.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}Contributor(s):
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}Portions Copyrighted ${date?date?string("yyyy")} Sun Microsystems, Inc.
<#if licenseLast??>
${licenseLast}
</#if>