From 62cad8af0ec6ae707387996e30a851d7ead33c1c Mon Sep 17 00:00:00 2001 From: Binay <150876063+bkd-dotcom@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:45:34 -0400 Subject: [PATCH] legal: All Rights Reserved + copyright-assignment contribution agreement Remove the MIT LICENSE (no longer open source); add the All-Rights-Reserved notice to the README (only the author may use/monetize); rewrite the License section; replace CONTRIBUTING.md with the Contribution Agreement (PRs assign copyright + ownership to the owner). Note: already-published versions under MIT remain MIT. --- CONTRIBUTING.md | 3 +++ LICENSE | 21 --------------------- README.md | 6 +++++- 3 files changed, 8 insertions(+), 22 deletions(-) create mode 100644 CONTRIBUTING.md delete mode 100644 LICENSE diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..23e74b1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contribution Agreement + +By submitting a Pull Request to this repository, you agree to assign and transfer all copyright and ownership of your contributed code to the repository owner. The owner retains the exclusive right to monetize, use, and control the entire codebase. diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 104d583..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2026 Binay Dalai - -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 1266cdc..fe4821b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # umbra-github-app +> **Copyright (c) 2026 Binay Dalai. All rights reserved.** +> This repository is strictly for viewing and contributing to the original project. You may not use, copy, modify, distribute, or commercialize this code for your own personal or commercial projects without explicit written permission. Only the original author retains the right to use and monetize this project. + + **The Umbra GitHub App — install-once PR admission review, posted as the App.** Install once on an account or org (pick repos in GitHub's own UI) and every new @@ -45,4 +49,4 @@ See [SECURITY.md](SECURITY.md) · ## License -[MIT](LICENSE) © 2026 Binay Dalai. +**Copyright (c) 2026 Binay Dalai. All rights reserved.** This code is not open source. You may not use, copy, modify, distribute, or commercialize it for your own personal or commercial purposes without explicit written permission from the author, who alone retains the right to use and monetize this project. See [CONTRIBUTING.md](CONTRIBUTING.md).