From d0abe4ea8a7d78a8d1056391a9084cca48912911 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sun, 8 Sep 2024 21:08:58 +0000 Subject: [PATCH] config/licenses: add @shopify/name --- config/licenses.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/licenses.js b/config/licenses.js index a3dcbe9b..8ede80c8 100644 --- a/config/licenses.js +++ b/config/licenses.js @@ -54,7 +54,7 @@ const dexieLicense = fs.readFileSync( const shopifyLicense = `MIT License -Copyright (c) 2021 Shopify +Copyright (c) 2018-present Shopify Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -498,9 +498,10 @@ const licenseTextOverrides = { '@shopify/decorators': shopifyLicense, '@shopify/function-enhancers': shopifyLicense, '@shopify/i18n': shopifyLicense, - '@shopify/react': shopifyLicense, + '@shopify/name': shopifyLicense, '@shopify/react-hooks': shopifyLicense, '@shopify/react-i18n': shopifyLicense, + '@shopify/react': shopifyLicense, '@swc/helpers': spdxMIT, 'dexie-observable': dexieLicense, 'dexie-react-hooks': dexieLicense,