From 059d94b166dd5a3ce4af1224814d725d4d9137a6 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 1 Jan 2023 20:40:59 +0100 Subject: [PATCH] [core] Fix the product license reference name --- scripts/copyFiles.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copyFiles.mjs b/scripts/copyFiles.mjs index 9237d6fb2b9b4..89e92860604bb 100644 --- a/scripts/copyFiles.mjs +++ b/scripts/copyFiles.mjs @@ -121,7 +121,7 @@ async function prepend(file, string) { } async function addLicense(packageData) { - const license = `/** @license MUI v${packageData.version} + const license = `/** @license MUI X v${packageData.version} * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.