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 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). 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/);