From 6368434c2f4ee956846ca35b006353f61f28180d Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 28 May 2026 05:22:40 +0000 Subject: [PATCH 1/2] chore: standardize license to MIT Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- LICENSE | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/LICENSE b/LICENSE index 403feaf..3855091 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,21 @@ -Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0) - -Copyright (c) 2026 Chase Dai - -You are free to: - - Share — copy and redistribute the material in any medium or format - Adapt — remix, transform, and build upon the material - -Under the following terms: - - Attribution — You must give appropriate credit, provide a link to the - license, and indicate if changes were made. You may do so in any reasonable - manner, but not in any way that suggests the licensor endorses you or your use. - - NonCommercial — You may not use the material for commercial purposes. - - No additional restrictions — You may not apply legal terms or technological - measures that legally restrict others from doing anything the license permits. - -Full license text: https://creativecommons.org/licenses/by-nc/4.0/legalcode +MIT License + +Copyright (c) 2026 crazitonjay + +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. From db66ef61e5a48232061da98be50c75202bddd24a Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 28 May 2026 05:23:33 +0000 Subject: [PATCH 2/2] chore: update license field in package.json to MIT Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c67eb6..bd29e2d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "description": "Let AI manage your server — secure remote command execution & management tool", "author": "Chase Dai (https://github.com/chasedai)", - "license": "CC-BY-NC-4.0", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/chasedai/secure-deployer.git"