From c6c5609006b08efc08f82a7714050d96132a0267 Mon Sep 17 00:00:00 2001 From: mmckeen-nv Date: Wed, 5 Aug 2026 14:12:07 -0600 Subject: [PATCH] chore: license project under MIT --- LICENSE | 21 +++++++++++++++++++++ README.md | 2 +- package-lock.json | 1 + package.json | 1 + 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..15ae9ca --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Mark Mckeen + +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. diff --git a/README.md b/README.md index 54bb64a..be05cac 100644 --- a/README.md +++ b/README.md @@ -466,4 +466,4 @@ npm run dev ## License -Internal development prototype. Add the appropriate license before distribution. +OpenShell Control is available under the [MIT License](LICENSE). You may use, copy, modify, merge, publish, distribute, sublicense, and sell copies, provided the copyright and permission notices are retained. The software is provided without warranty. diff --git a/package-lock.json b/package-lock.json index 889a6e6..07eb182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "nemo-shell-dashboard", "version": "0.1.0", + "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "axios": "^1.15.2", diff --git a/package.json b/package.json index fc8d8bf..3e3851e 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "nemo-shell-dashboard", "version": "0.1.0", "private": true, + "license": "MIT", "scripts": { "dev": "NODE_ENV=development node server.mjs", "dev:proxy": "NODE_ENV=development node server.mjs",