From 8e7f0182d63a9e87cd9f62adda300cfcf4b9f242 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 26 May 2026 14:22:23 +0100 Subject: [PATCH] =?UTF-8?q?chore(license):=20migrate=20proprietary=20?= =?UTF-8?q?=E2=86=92=20LicenseRef-Proprietary-AllRightsReserved=20(covert?= =?UTF-8?q?=20IP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace LICENSE file with canonical LicenseRef-Proprietary-AllRightsReserved text and update package metadata (Cargo.toml/package.json/deno.json/mix.exs/pyproject.toml where present) to declare the new SPDX identifier. Rationale: covert IP. Part of estate-wide metadata cleanup 2026-05-26. --- Cargo.toml | 2 +- LICENSE | 35 +++++++++++---------------------- editors/vscode-007/package.json | 2 +- interpreter/Cargo.toml | 2 +- linker/Cargo.toml | 2 +- 5 files changed, 15 insertions(+), 28 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 54d9b2d..4236f03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ members = [ version = "0.1.0" edition = "2024" authors = ["Jonathan D.A. Jewell "] -license = "MPL-2.0" +license = "LicenseRef-Proprietary-AllRightsReserved" repository = "https://github.com/The-Metadatastician/007" diff --git a/LICENSE b/LICENSE index 2f8a9b0..5bb7e2d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,27 +1,14 @@ -Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) -All Rights Reserved. +Copyright (c) 2026 Jonathan D.A. Jewell. All Rights Reserved. -This software and associated documentation are proprietary and confidential. +SPDX-License-Identifier: LicenseRef-Proprietary-AllRightsReserved -NO PERMISSION is granted to use, copy, modify, merge, publish, distribute, -sublicense, sell, or create derivative works of this software, in whole or -in part, without the express written permission of the copyright holder. +No grants of any kind are made, express or implied. Redistribution, +modification, sublicensing, public display, or use of this software, in +whole or in part, in source or binary form, is prohibited except with +prior written permission from the copyright holder. -NO PERMISSION is granted to use this software or its documentation for the -purpose of training, fine-tuning, or otherwise developing artificial -intelligence or machine learning models, except by the copyright holder's -designated AI systems (currently: Anthropic Claude, under direct supervision). - -This software is classified as dual-use technology (precautionary). -See DUAL-USE-NOTICE.adoc for details. - -Access to this repository is granted to named collaborators only, under -terms of strict confidentiality. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. - -Upon future public release, this license will be replaced with the -Palimpsest License (MPL-2.0). Until that time, all rights -are reserved by the copyright holder. - -Contact: j.d.a.jewell@open.ac.uk +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 arising from the Software or its use. diff --git a/editors/vscode-007/package.json b/editors/vscode-007/package.json index f64cc68..93cc1e3 100644 --- a/editors/vscode-007/package.json +++ b/editors/vscode-007/package.json @@ -4,7 +4,7 @@ "description": "Language support for 007 — the agent meta-language. Provides syntax highlighting, diagnostics, completion, hover, and PanLL panel integration.", "version": "0.1.0", "publisher": "hyperpolymath", - "license": "MPL-2.0", + "license": "LicenseRef-Proprietary-AllRightsReserved", "engines": { "vscode": "^1.75.0" }, diff --git a/interpreter/Cargo.toml b/interpreter/Cargo.toml index 5198502..f73098c 100644 --- a/interpreter/Cargo.toml +++ b/interpreter/Cargo.toml @@ -4,7 +4,7 @@ name = "oo7-interpreter" version = "0.1.0" edition = "2021" authors = ["Jonathan D.A. Jewell "] -license = "MPL-2.0" +license = "LicenseRef-Proprietary-AllRightsReserved" description = "007 modular multi-language backend registry and interpreter core" homepage = "https://github.com/The-Metadatastician/007" repository = "https://github.com/The-Metadatastician/007" diff --git a/linker/Cargo.toml b/linker/Cargo.toml index 00da2a4..1b206ac 100644 --- a/linker/Cargo.toml +++ b/linker/Cargo.toml @@ -3,7 +3,7 @@ name = "oo7-linker" version = "0.1.0" edition = "2021" -license = "MPL-2.0" +license = "LicenseRef-Proprietary-AllRightsReserved" authors = ["Jonathan D.A. Jewell "] description = "007 IR + native object linker, symbol resolution, relocations, section merging" repository = "https://github.com/The-Metadatastician/007"