From 3c62ca23df4c4a9f54f28ce59582fcb9999dcbe9 Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Fri, 25 Jul 2025 15:39:29 +0100 Subject: [PATCH] Improve clarity --- LICENSE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/LICENSE b/LICENSE index 119bc6408b..f141042fa4 100644 --- a/LICENSE +++ b/LICENSE @@ -3,6 +3,21 @@ - Everything inside the autogpt_platform folder is under the Polyform Shield License. - Everything outside the autogpt_platform folder is under the MIT License. +More info: + +**Polyform Shield License:** +Code and content within the `autogpt_platform` folder is licensed under the Polyform Shield License. This new project is our in-developlemt platform for building, deploying and managing agents. +Read more about this effort here: https://agpt.co/blog/introducing-the-autogpt-platform + +**MIT License:** +All other portions of the AutoGPT repository (i.e., everything outside the `autogpt_platform` folder) are licensed under the MIT License. This includes: +- The Original, stand-alone AutoGPT Agent +- Forge: https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/forge +- AG Benchmark: https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/benchmark +- AutoGPT Classic GUI: https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/frontend. + +We also publish additional work under the MIT Licence in other repositories, such as GravitasML (https://github.com/Significant-Gravitas/gravitasml) which is developed for and used in the AutoGPT Platform, and our [Code Ability](https://github.com/Significant-Gravitas/AutoGPT-Code-Ability) project. + Both licences are available to read below: =====================================================