grid-apps-cmms/js/license.js
2018-02-14 20:47:35 -05:00

7 lines
319 B
JavaScript

var exports = {
COPYRIGHT:"Copyright (C) 2014-2017 Stewart Allen <stewart@neuron.com> - All Rights Reserved",
LICENSE:"Unauthorized copying, modification and re-distribution are strictly prohibited without prior written consent.",
VERSION:"1.0.99"
};
if (!module) var module = {};
module.exports = exports;