From 9ec06bd31ba5df176980927077b137177df2d9e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:28:33 -0600 Subject: [PATCH] chore: update SPDX licenses (#1187) Co-authored-by: VGV Bot Co-authored-by: Tom Arra --- lib/src/pub_license/spdx_license.gen.dart | 4 +++- tool/spdx_license/test/spdx_license.gen.dart | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/src/pub_license/spdx_license.gen.dart b/lib/src/pub_license/spdx_license.gen.dart index 23f13101..62048504 100644 --- a/lib/src/pub_license/spdx_license.gen.dart +++ b/lib/src/pub_license/spdx_license.gen.dart @@ -11,7 +11,7 @@ library spdx_license; /// {@template spdx_license} -/// A list of all 677 SPDX licenses. +/// A list of all 679 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -661,6 +661,7 @@ enum SpdxLicense { $etalab_2_0._('etalab-2.0'), $fwlw._('fwlw'), $gSOAP_1_3b._('gSOAP-1.3b'), + $generic_xts._('generic-xts'), $gnuplot._('gnuplot'), $gtkbook._('gtkbook'), $hdparm._('hdparm'), @@ -689,6 +690,7 @@ enum SpdxLicense { $threeparttable._('threeparttable'), $ulem._('ulem'), $w3m._('w3m'), + $wwl._('wwl'), $wxWindows._('wxWindows'), $xinetd._('xinetd'), $xkeyboard_config_Zinoviev._('xkeyboard-config-Zinoviev'), diff --git a/tool/spdx_license/test/spdx_license.gen.dart b/tool/spdx_license/test/spdx_license.gen.dart index 52650b56..172fcbe7 100644 --- a/tool/spdx_license/test/spdx_license.gen.dart +++ b/tool/spdx_license/test/spdx_license.gen.dart @@ -11,7 +11,7 @@ library spdx_license; /// {@template spdx_license} -/// A list of all 677 SPDX licenses. +/// A list of all 679 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -658,6 +658,7 @@ enum SpdxLicense { $etalab_2_0._('etalab-2.0'), $fwlw._('fwlw'), $gSOAP_1_3b._('gSOAP-1.3b'), + $generic_xts._('generic-xts'), $gnuplot._('gnuplot'), $gtkbook._('gtkbook'), $hdparm._('hdparm'), @@ -686,6 +687,7 @@ enum SpdxLicense { $threeparttable._('threeparttable'), $ulem._('ulem'), $w3m._('w3m'), + $wwl._('wwl'), $wxWindows._('wxWindows'), $xinetd._('xinetd'), $xkeyboard_config_Zinoviev._('xkeyboard-config-Zinoviev'),