Skip to content

Commit d0abe4e

Browse files
committed
config/licenses: add @shopify/name
1 parent b24c247 commit d0abe4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/licenses.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const dexieLicense = fs.readFileSync(
5454

5555
const shopifyLicense = `MIT License
5656
57-
Copyright (c) 2021 Shopify
57+
Copyright (c) 2018-present Shopify
5858
5959
Permission is hereby granted, free of charge, to any person obtaining a copy
6060
of 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,

0 commit comments

Comments
 (0)