From ccae40e6686c4ff6abd4a256b8b7c7f9eed3214f Mon Sep 17 00:00:00 2001 From: thestreamcode Date: Wed, 19 Aug 2026 19:49:38 +0200 Subject: [PATCH 1/3] docs: standardize license section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c40fb7e..fb76670 100644 --- a/README.md +++ b/README.md @@ -206,4 +206,4 @@ Maintained by [Michael Gasperini (Mikesoft)](https://mikesoft.it). ## License -Released under the [MIT License](LICENSE). +This project is licensed under the [MIT License](LICENSE). From 351d0e40d0e2922721b18a1727b942c59231f88e Mon Sep 17 00:00:00 2001 From: thestreamcode Date: Wed, 19 Aug 2026 20:03:28 +0200 Subject: [PATCH 2/3] docs: align LICENSE copyright to Michael Gasperini (TheStreamCode) --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index a3bbb6c..8205e3c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Michael Gasperini (Mikesoft) +Copyright (c) 2026 Michael Gasperini (TheStreamCode) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From bf9eb433f684393ce026538a61bf4d9666bd5be4 Mon Sep 17 00:00:00 2001 From: thestreamcode Date: Wed, 19 Aug 2026 21:32:07 +0200 Subject: [PATCH 3/3] test: expect TheStreamCode copyright in LICENSE --- test/metadata.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/metadata.test.js b/test/metadata.test.js index 801a936..85bddb8 100644 --- a/test/metadata.test.js +++ b/test/metadata.test.js @@ -166,7 +166,7 @@ test('README documents every published distribution channel', () => { }); test('public governance documents use consistent identity and support links', () => { - assert.match(readText('LICENSE'), /Copyright \(c\) 2026 Michael Gasperini \(Mikesoft\)/); + assert.match(readText('LICENSE'), /Copyright \(c\) 2026 Michael Gasperini \(TheStreamCode\)/); assert.match(readText('TRADEMARKS.md'), /unofficial/i); assert.match(readText('TRADEMARKS.md'), /Moonshot AI/); assert.match(readText('SECURITY.md'), /info@mikesoft\.it/);