From 4fb6f7f9ca022b9a9106f60dfbf64600cff610b2 Mon Sep 17 00:00:00 2001 From: Maurice Laveaux Date: Wed, 14 May 2014 12:04:27 +0200 Subject: Added the WTFPL for all new files. --- nbproject/build-impl.xml | 18 ++++++++++++------ nbproject/genfiles.properties | 4 ++-- nbproject/licenseheader.txt | 14 ++++++++++++++ nbproject/project.properties | 5 ++++- 4 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 nbproject/licenseheader.txt (limited to 'nbproject') diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 3960b25..5cae613 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -80,9 +80,12 @@ is divided into following sections: - - - + + + + + + @@ -1199,11 +1202,14 @@ is divided into following sections: - + + + + - + @@ -1277,7 +1283,7 @@ is divided into following sections: - + Some tests failed; see details above. diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index a2b5530..cc698f1 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=8064a381@1.68.1.46 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=e2d66212 -nbproject/build-impl.xml.script.CRC32=ae9729a9 -nbproject/build-impl.xml.stylesheet.CRC32=5a01deb7@1.68.1.46 +nbproject/build-impl.xml.script.CRC32=5a37ea3f +nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.2.48 diff --git a/nbproject/licenseheader.txt b/nbproject/licenseheader.txt new file mode 100644 index 0000000..bdebba9 --- /dev/null +++ b/nbproject/licenseheader.txt @@ -0,0 +1,14 @@ +/* + * DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 + * + * Copyright (C) 2004 Sam Hocevar + * + * Everyone is permitted to copy and distribute verbatim or modified copies + * of this license document, and changing it is allowed as long as the name is + * changed. + * + * DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, + * DISTRIBUTION AND MODIFICATION + * + * 0. You just DO WHAT THE FUCK YOU WANT TO. + */ \ No newline at end of file diff --git a/nbproject/project.properties b/nbproject/project.properties index e7fd2cc..361d440 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,9 +1,10 @@ annotation.processing.enabled=true annotation.processing.enabled.in.editor=false -annotation.processing.processor.options= annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output +application.title=Goldfarmer +application.vendor=maurice build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: @@ -26,6 +27,7 @@ dist.archive.excludes= dist.dir=dist dist.jar=${dist.dir}/Goldfarmer.jar dist.javadoc.dir=${dist.dir}/javadoc +endorsed.classpath= excludes= includes=** jar.compress=false @@ -58,6 +60,7 @@ manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false platform.active=default_platform +project.licensePath=./nbproject/licenseheader.txt run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} -- cgit v1.2.1