From 908f6a11afc3a96f71a028c19ef935056404f223 Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Tue, 25 Aug 2026 10:22:05 +0200 Subject: [PATCH] chore: update SPDX licenses --- lib/src/commands/create/commands/create_subcommand.dart | 4 +--- lib/src/pub_license/spdx_license.gen.dart | 4 +++- lib/src/very_good_config/very_good_config.dart | 4 +--- tool/spdx_license/test/spdx_license.gen.dart | 4 +++- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/src/commands/create/commands/create_subcommand.dart b/lib/src/commands/create/commands/create_subcommand.dart index 9e8da3ea7..21c4c8d21 100644 --- a/lib/src/commands/create/commands/create_subcommand.dart +++ b/lib/src/commands/create/commands/create_subcommand.dart @@ -353,9 +353,7 @@ mixin MultiTemplates on CreateSubCommand { final source = argResults.wasParsed('template') ? 'option "--template"' : 'the `create.template` key in `$veryGoodConfigFileName`'; - usageException( - '"$templateName" is not an allowed value for $source.', - ); + usageException('"$templateName" is not an allowed value for $source.'); }, ); } diff --git a/lib/src/pub_license/spdx_license.gen.dart b/lib/src/pub_license/spdx_license.gen.dart index 1b0efef18..c9963e287 100644 --- a/lib/src/pub_license/spdx_license.gen.dart +++ b/lib/src/pub_license/spdx_license.gen.dart @@ -12,7 +12,7 @@ library spdx_license; /// {@template spdx_license} -/// A list of all 734 SPDX licenses. +/// A list of all 736 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -104,6 +104,7 @@ enum SpdxLicense { $BSD_Mark_Modifications._('BSD-Mark-Modifications'), $BSD_Protection._('BSD-Protection'), $BSD_Source_Code._('BSD-Source-Code'), + $BSD_Source_Code_no_disclaimer._('BSD-Source-Code-no-disclaimer'), $BSD_Source_beginning_file._('BSD-Source-beginning-file'), $BSD_Systemics._('BSD-Systemics'), $BSD_Systemics_W3Works._('BSD-Systemics-W3Works'), @@ -261,6 +262,7 @@ enum SpdxLicense { $Eurosym._('Eurosym'), $FBM._('FBM'), $FDK_AAC._('FDK-AAC'), + $FDK_MPEG_H._('FDK-MPEG-H'), $FSFAP._('FSFAP'), $FSFAP_no_warranty_disclaimer._('FSFAP-no-warranty-disclaimer'), $FSFUL._('FSFUL'), diff --git a/lib/src/very_good_config/very_good_config.dart b/lib/src/very_good_config/very_good_config.dart index 2bec605eb..0f40534fd 100644 --- a/lib/src/very_good_config/very_good_config.dart +++ b/lib/src/very_good_config/very_good_config.dart @@ -123,9 +123,7 @@ class VeryGoodConfig extends Equatable { current = parent; } } on VeryGoodConfigParseException catch (e) { - logger.err( - 'Could not read `$veryGoodConfigFileName`.\n${e.message}', - ); + logger.err('Could not read `$veryGoodConfigFileName`.\n${e.message}'); return null; } } diff --git a/tool/spdx_license/test/spdx_license.gen.dart b/tool/spdx_license/test/spdx_license.gen.dart index 1b0efef18..c9963e287 100644 --- a/tool/spdx_license/test/spdx_license.gen.dart +++ b/tool/spdx_license/test/spdx_license.gen.dart @@ -12,7 +12,7 @@ library spdx_license; /// {@template spdx_license} -/// A list of all 734 SPDX licenses. +/// A list of all 736 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -104,6 +104,7 @@ enum SpdxLicense { $BSD_Mark_Modifications._('BSD-Mark-Modifications'), $BSD_Protection._('BSD-Protection'), $BSD_Source_Code._('BSD-Source-Code'), + $BSD_Source_Code_no_disclaimer._('BSD-Source-Code-no-disclaimer'), $BSD_Source_beginning_file._('BSD-Source-beginning-file'), $BSD_Systemics._('BSD-Systemics'), $BSD_Systemics_W3Works._('BSD-Systemics-W3Works'), @@ -261,6 +262,7 @@ enum SpdxLicense { $Eurosym._('Eurosym'), $FBM._('FBM'), $FDK_AAC._('FDK-AAC'), + $FDK_MPEG_H._('FDK-MPEG-H'), $FSFAP._('FSFAP'), $FSFAP_no_warranty_disclaimer._('FSFAP-no-warranty-disclaimer'), $FSFUL._('FSFUL'),