change license to MIT

This commit is contained in:
Stewart Allen 2017-09-06 11:19:44 -04:00
commit 8bfc85fc43
2 changed files with 19 additions and 9 deletions

View file

@ -1,10 +1,20 @@
Copyright (C) Stewart Allen <stewart@neuron.com> All Rights Reserved
Copyright 2017 Stewart Allen <stewart@neuron.com>
Unauthorized copying, modification and re-distribution are
strictly prohibited without prior written consent.
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:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This public repository exists to permit inspection of the code and for
individuals wishing to run host-local or net-local instances for personal
or private use. For all other uses, such as hosted public instances, shared
instances, fee-based access, or to be embedded within another project, please
email license@grid.space for more information.

View file

@ -3,7 +3,7 @@
"version": "1.0.61",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <sa@grid.space>",
"license": "SEE LICENCE in license.md",
"license": "MIT",
"private": false,
"repository": {
"type": "git",