From 20b56ef24060ecf49e863acec5070b4e979cae56 Mon Sep 17 00:00:00 2001 From: Binay <150876063+bkd-dotcom@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:45:30 -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 | 25 ++----------------------- LICENSE | 21 --------------------- README.md | 7 +++++-- 3 files changed, 7 insertions(+), 46 deletions(-) delete mode 100644 LICENSE diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 43cae44..23e74b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,24 +1,3 @@ -# Contributing to umbra-precommit +# Contribution Agreement -Thanks for contributing! This is an **integration** for the Umbra platform — a thin -adapter that governs a coding agent through the [`umbra-core`](https://github.com/bkd-dotcom/umbra-core) -admission pipeline. It never reimplements governance policy. - -## Good contributions - -- Fixes / improvements to the guard, hook, MCP wiring, or setup docs for this - integration. -- Better install ergonomics, examples, or troubleshooting. - -## Ground rules - -- **Governance logic stays in `umbra-core`** — this repo adapts an agent to it, - nothing more. Depend on a pinned `umbra-core` (`>=0.5.0`). -- **Never auto-merge.** `auto_merge` is always false; a human merges. -- Fail closed on the hard gate; a soft guard may fail open only with a loud - `INACTIVE`. -- Be kind — see [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md). Report security issues via - [private advisory](https://github.com/bkd-dotcom/umbra-precommit/security/advisories/new), not a - public issue. - -New to Umbra? Start at the [umbrella overview](https://github.com/bkd-dotcom/umbra-umbrella). +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 94b0f6d..55dde5d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # umbra-precommit +> **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. + + **Govern coding-agent changes at the git boundary — pre-commit, pre-push, or CI.** -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) The universal, editor-agnostic guard for [umbra-core](https://github.com/bkd-dotcom/umbra-core): a deterministic pre-action check that blocks changes falling outside your repo's `.umbra/admission.yaml` scope, before they're committed or pushed. @@ -53,4 +56,4 @@ receipt, and `auto_merge` is always false — a human merges. ## 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).