From ba33ec8ecd27c5a18c469769875fa33c35e00ff8 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Tue, 14 Apr 2026 10:17:24 -0400 Subject: [PATCH] LEGAL: Shift to AGPLv3 and implement CLA --- literate/manifest.org | 2 +- org-agent.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/literate/manifest.org b/literate/manifest.org index 5710532..4e1aeb2 100644 --- a/literate/manifest.org +++ b/literate/manifest.org @@ -34,7 +34,7 @@ This system defines the core "Thin Harness." It includes the protocol, the objec :name "org-agent" :author "Amr" :version "0.1.0" - :license "MIT" + :license "AGPLv3" :description "The Probabilistic-Deterministic Lisp Machine Harness" :depends-on (:usocket ::bordeaux-threads :dexador :uiop :cl-dotenv :cl-ppcre :hunchentoot :ironclad :str :cl-json) :serial t diff --git a/org-agent.asd b/org-agent.asd index 7564074..9b683d3 100644 --- a/org-agent.asd +++ b/org-agent.asd @@ -2,7 +2,7 @@ :name "org-agent" :author "Amr" :version "0.1.0" - :license "MIT" + :license "AGPLv3" :description "The Probabilistic-Deterministic Lisp Machine Harness" :depends-on (:usocket ::bordeaux-threads :dexador :uiop :cl-dotenv :cl-ppcre :hunchentoot :ironclad :str :cl-json) :serial t