File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const dexieLicense = fs.readFileSync(
5454
5555const shopifyLicense = `MIT License
5656
57- Copyright (c) 2021 Shopify
57+ Copyright (c) 2018-present Shopify
5858
5959Permission is hereby granted, free of charge, to any person obtaining a copy
6060of this software and associated documentation files (the "Software"), to deal
@@ -498,9 +498,10 @@ const licenseTextOverrides = {
498498 '@shopify/decorators' : shopifyLicense ,
499499 '@shopify/function-enhancers' : shopifyLicense ,
500500 '@shopify/i18n' : shopifyLicense ,
501- '@shopify/react ' : shopifyLicense ,
501+ '@shopify/name ' : shopifyLicense ,
502502 '@shopify/react-hooks' : shopifyLicense ,
503503 '@shopify/react-i18n' : shopifyLicense ,
504+ '@shopify/react' : shopifyLicense ,
504505 '@swc/helpers' : spdxMIT ,
505506 'dexie-observable' : dexieLicense ,
506507 'dexie-react-hooks' : dexieLicense ,
You can’t perform that action at this time.
0 commit comments