Browse Source

Add netbeans license header

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

+ 1
- 1
nbproject/licenseheader.txt View File

@@ -1,7 +1,7 @@
1 1
 <#if licenseFirst??>
2 2
 ${licenseFirst}
3 3
 </#if>
4
-${licensePrefix}Copyright (c) 2006-2012 DMDirc Developers
4
+${licensePrefix}Copyright (c) 2006-2014 DMDirc Developers
5 5
 ${licensePrefix}
6 6
 ${licensePrefix}Permission is hereby granted, free of charge, to any person obtaining a copy
7 7
 ${licensePrefix}of this software and associated documentation files (the "Software"), to deal

+ 1
- 0
nbproject/project.properties View File

@@ -27,6 +27,7 @@ project.license=dmdirc
27 27
 application.title=DMDirc
28 28
 application.vendor=chris
29 29
 build.generated.sources.dir=${build.dir}/generated-sources
30
+project.licensePath=./nbproject/licenseheader.txt
30 31
 source.encoding=UTF-8
31 32
 doccheck.path=doccheck.jar
32 33
 doccheck.dir=reports/doccheck/

Loading…
Cancel
Save