with no layer entry, the license header file can be deleted as well
authorMilos Kleint <mkleint@netbeans.org>
Wed, 10 Oct 2012 08:34:51 +0200
changeset 1788673606477f008
parent 17885 f897c1a84c7a
child 17888 3699be780f36
child 17966 6395c4119f0b
with no layer entry, the license header file can be deleted as well
nodejs/src/org/netbeans/modules/nodejs/license-bsd.txt
     1.1 --- a/nodejs/src/org/netbeans/modules/nodejs/license-bsd.txt	Tue Oct 09 19:17:29 2012 -0400
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,26 +0,0 @@
     1.4 -<#if licenseFirst??>
     1.5 -${licenseFirst}
     1.6 -</#if>
     1.7 -${licensePrefix}Copyright ${date?date?string("yyyy")} ${project.organization!user}. All Rights Reserved.
     1.8 -${licensePrefix?replace(" +$", "", "r")}
     1.9 -${licensePrefix}Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
    1.10 -${licensePrefix?replace(" +$", "", "r")}
    1.11 -${licensePrefix}1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    1.12 -${licensePrefix?replace(" +$", "", "r")}
    1.13 -${licensePrefix}2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    1.14 -${licensePrefix?replace(" +$", "", "r")}
    1.15 -${licensePrefix}3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
    1.16 -${licensePrefix?replace(" +$", "", "r")}
    1.17 -${licensePrefix}THIS SOFTWARE IS PROVIDED BY [LICENSOR] "AS IS" AND ANY EXPRESS OR IMPLIED 
    1.18 -${licensePrefix}WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
    1.19 -${licensePrefix}MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
    1.20 -${licensePrefix}IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
    1.21 -${licensePrefix}INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
    1.22 -${licensePrefix}BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 
    1.23 -${licensePrefix}USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
    1.24 -${licensePrefix}ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 
    1.25 -${licensePrefix}TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    1.26 -${licensePrefix}OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    1.27 -<#if licenseLast??>
    1.28 -${licenseLast}
    1.29 -</#if>
    1.30 \ No newline at end of file