From 282e1814a82658fb4a2a490c76ed75c946e7d01d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 08:44:45 -0500 Subject: [PATCH] chore: update SPDX licenses (#1041) Co-authored-by: VGV Bot --- lib/src/pub_license/spdx_license.gen.dart | 6 +++++- tool/spdx_license/test/spdx_license.gen.dart | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/src/pub_license/spdx_license.gen.dart b/lib/src/pub_license/spdx_license.gen.dart index 5d1799a4..57a13de6 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 650 SPDX licenses. +/// A list of all 653 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -316,6 +316,8 @@ enum SpdxLicense { $HPND_sell_regexpr._('HPND-sell-regexpr'), $HPND_sell_variant._('HPND-sell-variant'), $HPND_sell_variant_MIT_disclaimer._('HPND-sell-variant-MIT-disclaimer'), + $HPND_sell_variant_MIT_disclaimer_rev._( + 'HPND-sell-variant-MIT-disclaimer-rev'), $HTMLTIDY._('HTMLTIDY'), $HaskellReport._('HaskellReport'), $Hippocratic_2_1._('Hippocratic-2.1'), @@ -615,6 +617,7 @@ enum SpdxLicense { $Zimbra_1_3._('Zimbra-1.3'), $Zimbra_1_4._('Zimbra-1.4'), $Zlib._('Zlib'), + $any_OSI._('any-OSI'), $bcrypt_Solar_Designer._('bcrypt-Solar-Designer'), $blessing._('blessing'), $bzip2_1_0_5._('bzip2-1.0.5'), @@ -624,6 +627,7 @@ enum SpdxLicense { $copyleft_next_0_3_0._('copyleft-next-0.3.0'), $copyleft_next_0_3_1._('copyleft-next-0.3.1'), $curl._('curl'), + $cve_tou._('cve-tou'), $details._('details'), $diffmark._('diffmark'), $dtoa._('dtoa'), diff --git a/tool/spdx_license/test/spdx_license.gen.dart b/tool/spdx_license/test/spdx_license.gen.dart index 9cd8a01d..7a8cca1a 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 650 SPDX licenses. +/// A list of all 653 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -315,6 +315,7 @@ enum SpdxLicense { $HPND_sell_regexpr._('HPND-sell-regexpr'), $HPND_sell_variant._('HPND-sell-variant'), $HPND_sell_variant_MIT_disclaimer._('HPND-sell-variant-MIT-disclaimer'), + $HPND_sell_variant_MIT_disclaimer_rev._('HPND-sell-variant-MIT-disclaimer-rev'), $HTMLTIDY._('HTMLTIDY'), $HaskellReport._('HaskellReport'), $Hippocratic_2_1._('Hippocratic-2.1'), @@ -613,6 +614,7 @@ enum SpdxLicense { $Zimbra_1_3._('Zimbra-1.3'), $Zimbra_1_4._('Zimbra-1.4'), $Zlib._('Zlib'), + $any_OSI._('any-OSI'), $bcrypt_Solar_Designer._('bcrypt-Solar-Designer'), $blessing._('blessing'), $bzip2_1_0_5._('bzip2-1.0.5'), @@ -622,6 +624,7 @@ enum SpdxLicense { $copyleft_next_0_3_0._('copyleft-next-0.3.0'), $copyleft_next_0_3_1._('copyleft-next-0.3.1'), $curl._('curl'), + $cve_tou._('cve-tou'), $details._('details'), $diffmark._('diffmark'), $dtoa._('dtoa'),