From 51de7d5373a10aa57507d3e7b44a3bc0d0668355 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sat, 15 Aug 2026 12:09:03 -0300 Subject: [PATCH 1/2] Clarify non-copy-left licensing option for enterprises We came across some enterprises that are, by company policy, totally prohibited from making use of AGPL software, even if in the case of a CLI like this, should not trigger any copyleft requirements under normal use. This clarifies we are still able to cater to that audience if really needed, as the contribution guide outlines. Signed-off-by: Juan Cruz Viotti --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 410757d1a..af0979b0b 100644 --- a/README.markdown +++ b/README.markdown @@ -295,3 +295,7 @@ yours. This is the same way that managing your proprietary code with [Git](https://git-scm.com) does not make your code subject to the [GPL](https://www.gnu.org/licenses/gpl-3.0.en.html). For any other use, please refer to the full [license](./LICENSE). + +*If you still require a non-copyleft license to run this tool inside your +organisation, reach out to +[hello@sourcemeta.com](mailto:hello@sourcemeta.com).* From 3f285603db4b97d51f1c4ce24ba6452ed769942f Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sat, 15 Aug 2026 12:19:25 -0300 Subject: [PATCH 2/2] Link to licensing page Signed-off-by: Juan Cruz Viotti --- README.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index af0979b0b..f9540504b 100644 --- a/README.markdown +++ b/README.markdown @@ -297,5 +297,6 @@ yours. This is the same way that managing your proprietary code with refer to the full [license](./LICENSE). *If you still require a non-copyleft license to run this tool inside your -organisation, reach out to -[hello@sourcemeta.com](mailto:hello@sourcemeta.com).* +organisation, see our [licensing page](https://www.sourcemeta.com/licensing/) +and reach out to [hello@sourcemeta.com](mailto:hello@sourcemeta.com) to discuss +further*