diff --git a/LICENSE.md b/LICENSE.md index 8241cac..8743d0e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ The MIT License (MIT) -Copyright (c) 2015 - 2021 Joseph Huckaby +Copyright (c) 2015 - 2022 Joseph Huckaby Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/bin/build-tools.js b/bin/build-tools.js index bd80fc1..52dfe41 100644 --- a/bin/build-tools.js +++ b/bin/build-tools.js @@ -12,7 +12,7 @@ var util = require('util'); var os = require('os'); var cp = require('child_process'); -var mkdirp = require('mkdirp'); +var mkdirp = Tools.mkdirp; var async = require('async'); var glob = require('glob'); var UglifyJS = require("uglify-js"); diff --git a/bin/build.js b/bin/build.js index 8cca77c..99ae149 100644 --- a/bin/build.js +++ b/bin/build.js @@ -9,7 +9,9 @@ var fs = require('fs'); var path = require('path'); var util = require('util'); var async = require('async'); -var mkdirp = require('mkdirp'); + +var Tools = require('pixl-tools'); +var mkdirp = Tools.mkdirp; var BuildTools = require('./build-tools.js'); var setup = require('../sample_conf/setup.json'); diff --git a/bin/install.js b/bin/install.js index 5ab312d..831d0f6 100644 --- a/bin/install.js +++ b/bin/install.js @@ -69,7 +69,7 @@ logonly( "\nStarting install run: " + (new Date()).toString() + "\n" ); print( "\nCronicle Installer v" + installer_version + "\n" + - "Copyright (c) 2015 - 2018 PixlCore.com. MIT Licensed.\n" + + "Copyright (c) 2015 - 2022 PixlCore.com. MIT Licensed.\n" + "Log File: " + log_file + "\n\n" ); diff --git a/htdocs/index-dev.html b/htdocs/index-dev.html index 47b6948..5049e6c 100644 --- a/htdocs/index-dev.html +++ b/htdocs/index-dev.html @@ -143,7 +143,8 @@