From 64add57446d2f4683fc4a512e2a40d0e600e23f5 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 9 Apr 2018 19:22:01 -0600 Subject: [PATCH] Add MPL header --- nbproject/mplheader.txt | 9 +++++++++ nbproject/project.properties | 1 + 2 files changed, 10 insertions(+) create mode 100644 nbproject/mplheader.txt diff --git a/nbproject/mplheader.txt b/nbproject/mplheader.txt new file mode 100644 index 0000000..f7703e8 --- /dev/null +++ b/nbproject/mplheader.txt @@ -0,0 +1,9 @@ +<#if licenseFirst??> +${licenseFirst} + +${licensePrefix}This Source Code Form is subject to the terms of the Mozilla Public +${licensePrefix}License, v. 2.0. If a copy of the MPL was not distributed with this +${licensePrefix}file, You can obtain one at http://mozilla.org/MPL/2.0/. +<#if licenseLast??> +${licenseLast} + \ No newline at end of file diff --git a/nbproject/project.properties b/nbproject/project.properties index 364d4fd..044602b 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,6 +1,7 @@ auxiliary.org-netbeans-modules-html-editor-lib.default-html-public-id=-//W3C//DTD HTML 4.01 Transitional//EN include.path=${php.global.include.path} php.version=PHP_70 +project.licensePath=./nbproject/mplheader.txt source.encoding=UTF-8 src.dir=. tags.asp=false