grid-apps-cmms/js/license.js
2019-05-02 15:09:54 -04:00

7 lines
265 B
JavaScript

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