Skip to content

Commit 39f5baf

Browse files
chore(license): migrate proprietary → LicenseRef-Proprietary-AllRightsReserved (covert IP) (#20)
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.
1 parent ba7ef6f commit 39f5baf

5 files changed

Lines changed: 15 additions & 28 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ members = [
1515
version = "0.1.0"
1616
edition = "2024"
1717
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
18-
license = "MPL-2.0"
18+
license = "LicenseRef-Proprietary-AllRightsReserved"
1919
repository = "https://github.com/The-Metadatastician/007"

LICENSE

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,14 @@
1-
Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath)
2-
All Rights Reserved.
1+
Copyright (c) 2026 Jonathan D.A. Jewell. All Rights Reserved.
32

4-
This software and associated documentation are proprietary and confidential.
3+
SPDX-License-Identifier: LicenseRef-Proprietary-AllRightsReserved
54

6-
NO PERMISSION is granted to use, copy, modify, merge, publish, distribute,
7-
sublicense, sell, or create derivative works of this software, in whole or
8-
in part, without the express written permission of the copyright holder.
5+
No grants of any kind are made, express or implied. Redistribution,
6+
modification, sublicensing, public display, or use of this software, in
7+
whole or in part, in source or binary form, is prohibited except with
8+
prior written permission from the copyright holder.
99

10-
NO PERMISSION is granted to use this software or its documentation for the
11-
purpose of training, fine-tuning, or otherwise developing artificial
12-
intelligence or machine learning models, except by the copyright holder's
13-
designated AI systems (currently: Anthropic Claude, under direct supervision).
14-
15-
This software is classified as dual-use technology (precautionary).
16-
See DUAL-USE-NOTICE.adoc for details.
17-
18-
Access to this repository is granted to named collaborators only, under
19-
terms of strict confidentiality.
20-
21-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
22-
23-
Upon future public release, this license will be replaced with the
24-
Palimpsest License (MPL-2.0). Until that time, all rights
25-
are reserved by the copyright holder.
26-
27-
Contact: j.d.a.jewell@open.ac.uk
10+
The Software is provided "AS IS", without warranty of any kind, express
11+
or implied, including but not limited to the warranties of
12+
merchantability, fitness for a particular purpose, and noninfringement.
13+
In no event shall the authors or copyright holders be liable for any
14+
claim, damages, or other liability arising from the Software or its use.

editors/vscode-007/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Language support for 007 — the agent meta-language. Provides syntax highlighting, diagnostics, completion, hover, and PanLL panel integration.",
55
"version": "0.1.0",
66
"publisher": "hyperpolymath",
7-
"license": "MPL-2.0",
7+
"license": "LicenseRef-Proprietary-AllRightsReserved",
88
"engines": {
99
"vscode": "^1.75.0"
1010
},

interpreter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "oo7-interpreter"
44
version = "0.1.0"
55
edition = "2021"
66
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
7-
license = "MPL-2.0"
7+
license = "LicenseRef-Proprietary-AllRightsReserved"
88
description = "007 modular multi-language backend registry and interpreter core"
99
homepage = "https://github.com/The-Metadatastician/007"
1010
repository = "https://github.com/The-Metadatastician/007"

linker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "oo7-linker"
44
version = "0.1.0"
55
edition = "2021"
6-
license = "MPL-2.0"
6+
license = "LicenseRef-Proprietary-AllRightsReserved"
77
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
88
description = "007 IR + native object linker, symbol resolution, relocations, section merging"
99
repository = "https://github.com/The-Metadatastician/007"

0 commit comments

Comments
 (0)