Skip to content

Commit

Permalink
[core] Fix the product license reference name
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 1, 2023
1 parent ac685cd commit 059d94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copyFiles.mjs
Expand Up @@ -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.
Expand Down

0 comments on commit 059d94b

Please sign in to comment.