Browse Source

Netbeans keeps making these changes... nothing breaks?

Change-Id: I074732bd1c2bdebe000a715700319e0ec2596969
Reviewed-on: http://gerrit.dmdirc.com/2856
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.8rc1
Greg Holmes 10 years ago
parent
commit
590a5aab9f
2 changed files with 26 additions and 0 deletions
  1. 25
    0
      nbproject/licenseheader.txt
  2. 1
    0
      nbproject/project.properties

+ 25
- 0
nbproject/licenseheader.txt View File

@@ -0,0 +1,25 @@
1
+<#if licenseFirst??>
2
+${licenseFirst}
3
+</#if>
4
+${licensePrefix}Copyright (c) 2006-2012 DMDirc Developers
5
+${licensePrefix}
6
+${licensePrefix}Permission is hereby granted, free of charge, to any person obtaining a copy
7
+${licensePrefix}of this software and associated documentation files (the "Software"), to deal
8
+${licensePrefix}in the Software without restriction, including without limitation the rights
9
+${licensePrefix}to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+${licensePrefix}copies of the Software, and to permit persons to whom the Software is
11
+${licensePrefix}furnished to do so, subject to the following conditions:
12
+${licensePrefix}
13
+${licensePrefix}The above copyright notice and this permission notice shall be included in
14
+${licensePrefix}all copies or substantial portions of the Software.
15
+${licensePrefix}
16
+${licensePrefix}THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+${licensePrefix}IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+${licensePrefix}FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+${licensePrefix}AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+${licensePrefix}LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+${licensePrefix}OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+${licensePrefix}SOFTWARE.
23
+<#if licenseLast??>
24
+${licenseLast}
25
+</#if>

+ 1
- 0
nbproject/project.properties View File

@@ -15,6 +15,7 @@ auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.count
15 15
 auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.importGroupsOrder=com.dmdirc;com.google;com.palantir;java;javax;lombok;net.miginfocom;org;*;static *
16 16
 auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.separateStaticImports=true
17 17
 endorsed.classpath=
18
+javac.classpath=
18 19
 javac.processorpath=\
19 20
     ${javac.classpath}
20 21
 jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"

Loading…
Cancel
Save