grid-apps-cmms/js/license.js
2020-04-16 18:27:28 -04:00

7 lines
255 B
JavaScript

var exports = {
COPYRIGHT:"Copyright (C) Stewart Allen <sa@grid.space> - All Rights Reserved",
LICENSE:"See the license.md file included with the source distribution",
VERSION:"1.8.7"
};
if (!module) var module = {};
module.exports = exports;