grid-apps-cmms/js/license.js
2019-01-18 11:48:06 -05:00

7 lines
265 B
JavaScript

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