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