Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ members = [
version = "0.1.0"
edition = "2024"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
license = "MPL-2.0"
license = "LicenseRef-Proprietary-AllRightsReserved"
repository = "https://github.com/The-Metadatastician/007"
35 changes: 11 additions & 24 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion editors/vscode-007/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "oo7-interpreter"
version = "0.1.0"
edition = "2021"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion linker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <j.d.a.jewell@open.ac.uk>"]
description = "007 IR + native object linker, symbol resolution, relocations, section merging"
repository = "https://github.com/The-Metadatastician/007"
Expand Down
Loading