From bc47e23577e4838d4abf0c30a784c8a659909dfd Mon Sep 17 00:00:00 2001 From: VGV Bot Date: Tue, 12 Nov 2024 08:12:12 +0000 Subject: [PATCH] chore: update SPDX licenses --- lib/src/pub_license/spdx_license.gen.dart | 3 ++- tool/spdx_license/test/spdx_license.gen.dart | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/src/pub_license/spdx_license.gen.dart b/lib/src/pub_license/spdx_license.gen.dart index b40766833..c95ef6b34 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 673 SPDX licenses. +/// A list of all 674 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -171,6 +171,7 @@ enum SpdxLicense { $CC_BY_SA_3_0_IGO._('CC-BY-SA-3.0-IGO'), $CC_BY_SA_4_0._('CC-BY-SA-4.0'), $CC_PDDC._('CC-PDDC'), + $CC_SA_1_0._('CC-SA-1.0'), $CC0_1_0._('CC0-1.0'), $CDDL_1_0._('CDDL-1.0'), $CDDL_1_1._('CDDL-1.1'), diff --git a/tool/spdx_license/test/spdx_license.gen.dart b/tool/spdx_license/test/spdx_license.gen.dart index dbadab91c..4794fd32f 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 673 SPDX licenses. +/// A list of all 674 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -170,6 +170,7 @@ enum SpdxLicense { $CC_BY_SA_3_0_IGO._('CC-BY-SA-3.0-IGO'), $CC_BY_SA_4_0._('CC-BY-SA-4.0'), $CC_PDDC._('CC-PDDC'), + $CC_SA_1_0._('CC-SA-1.0'), $CC0_1_0._('CC0-1.0'), $CDDL_1_0._('CDDL-1.0'), $CDDL_1_1._('CDDL-1.1'),