diff --git a/lib/src/pub_license/spdx_license.gen.dart b/lib/src/pub_license/spdx_license.gen.dart index b1ad16a02..e66e4ce87 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 704 SPDX licenses. +/// A list of all 705 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -240,6 +240,7 @@ enum SpdxLicense { $EPICS._('EPICS'), $EPL_1_0._('EPL-1.0'), $EPL_2_0._('EPL-2.0'), + $ESA_PL_permissive_2_4._('ESA-PL-permissive-2.4'), $ESA_PL_weak_copyleft_2_4._('ESA-PL-weak-copyleft-2.4'), $EUDatagrid._('EUDatagrid'), $EUPL_1_0._('EUPL-1.0'), diff --git a/tool/spdx_license/test/spdx_license.gen.dart b/tool/spdx_license/test/spdx_license.gen.dart index e4291252b..059c3cebb 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 704 SPDX licenses. +/// A list of all 705 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -238,6 +238,7 @@ enum SpdxLicense { $EPICS._('EPICS'), $EPL_1_0._('EPL-1.0'), $EPL_2_0._('EPL-2.0'), + $ESA_PL_permissive_2_4._('ESA-PL-permissive-2.4'), $ESA_PL_weak_copyleft_2_4._('ESA-PL-weak-copyleft-2.4'), $EUDatagrid._('EUDatagrid'), $EUPL_1_0._('EUPL-1.0'),