From 5e596192d223c2e84df6a83ebcef026510f32594 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 19 Oct 2023 10:44:15 +0300 Subject: [PATCH] chore: fix licenses in utils --- packages/utils/src/misc/licenses.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/utils/src/misc/licenses.ts b/packages/utils/src/misc/licenses.ts index 10a062a..04e53a2 100644 --- a/packages/utils/src/misc/licenses.ts +++ b/packages/utils/src/misc/licenses.ts @@ -63,22 +63,22 @@ export const licensesData: Record = { }, 'GPL-2.0-only': { attribution: false, - commercial: false, + commercial: true, sameLicense: true, }, 'GPL-2.0-or-later': { attribution: false, - commercial: false, + commercial: true, sameLicense: true, }, 'GPL-3.0': { attribution: false, - commercial: false, + commercial: true, sameLicense: true, }, 'GPL-3.0-or-later': { attribution: false, - commercial: false, + commercial: true, sameLicense: true, }, 'Unlicense': {