in src/spdx-license.ts [3425:3561]
public static osiApproved(): SpdxLicense[] {
return [
SpdxLicense.ZERO_BSD,
SpdxLicense.AAL,
SpdxLicense.AFL_1_1,
SpdxLicense.AFL_1_2,
SpdxLicense.AFL_2_0,
SpdxLicense.AFL_2_1,
SpdxLicense.AFL_3_0,
SpdxLicense.AGPL_3_0,
SpdxLicense.AGPL_3_0_ONLY,
SpdxLicense.AGPL_3_0_OR_LATER,
SpdxLicense.APL_1_0,
SpdxLicense.APSL_1_0,
SpdxLicense.APSL_1_1,
SpdxLicense.APSL_1_2,
SpdxLicense.APSL_2_0,
SpdxLicense.APACHE_1_1,
SpdxLicense.APACHE_2_0,
SpdxLicense.ARTISTIC_1_0,
SpdxLicense.ARTISTIC_1_0_PERL,
SpdxLicense.ARTISTIC_1_0_CL8,
SpdxLicense.ARTISTIC_2_0,
SpdxLicense.BSD_1_CLAUSE,
SpdxLicense.BSD_2_CLAUSE,
SpdxLicense.BSD_2_CLAUSE_PATENT,
SpdxLicense.BSD_3_CLAUSE,
SpdxLicense.BSD_3_CLAUSE_LBNL,
SpdxLicense.BSL_1_0,
SpdxLicense.CAL_1_0,
SpdxLicense.CAL_1_0_COMBINED_WORK_EXCEPTION,
SpdxLicense.CATOSL_1_1,
SpdxLicense.CDDL_1_0,
SpdxLicense.CECILL_2_1,
SpdxLicense.CNRI_PYTHON,
SpdxLicense.CPAL_1_0,
SpdxLicense.CPL_1_0,
SpdxLicense.CUA_OPL_1_0,
SpdxLicense.ECL_1_0,
SpdxLicense.ECL_2_0,
SpdxLicense.EFL_1_0,
SpdxLicense.EFL_2_0,
SpdxLicense.EPL_1_0,
SpdxLicense.EPL_2_0,
SpdxLicense.EUDATAGRID,
SpdxLicense.EUPL_1_1,
SpdxLicense.EUPL_1_2,
SpdxLicense.ENTESSA,
SpdxLicense.FAIR,
SpdxLicense.FRAMEWORX_1_0,
SpdxLicense.GPL_2_0,
SpdxLicense.GPL_2_0_PLUS,
SpdxLicense.GPL_2_0_ONLY,
SpdxLicense.GPL_2_0_OR_LATER,
SpdxLicense.GPL_3_0,
SpdxLicense.GPL_3_0_PLUS,
SpdxLicense.GPL_3_0_ONLY,
SpdxLicense.GPL_3_0_OR_LATER,
SpdxLicense.GPL_3_0_WITH_GCC_EXCEPTION,
SpdxLicense.HPND,
SpdxLicense.IPA,
SpdxLicense.IPL_1_0,
SpdxLicense.ISC,
SpdxLicense.INTEL,
SpdxLicense.LGPL_2_0,
SpdxLicense.LGPL_2_0_PLUS,
SpdxLicense.LGPL_2_0_ONLY,
SpdxLicense.LGPL_2_0_OR_LATER,
SpdxLicense.LGPL_2_1,
SpdxLicense.LGPL_2_1_PLUS,
SpdxLicense.LGPL_2_1_ONLY,
SpdxLicense.LGPL_2_1_OR_LATER,
SpdxLicense.LGPL_3_0,
SpdxLicense.LGPL_3_0_PLUS,
SpdxLicense.LGPL_3_0_ONLY,
SpdxLicense.LGPL_3_0_OR_LATER,
SpdxLicense.LPL_1_0,
SpdxLicense.LPL_1_02,
SpdxLicense.LPPL_1_3C,
SpdxLicense.LILIQ_P_1_1,
SpdxLicense.LILIQ_R_1_1,
SpdxLicense.LILIQ_RPLUS_1_1,
SpdxLicense.MIT,
SpdxLicense.MIT_0,
SpdxLicense.MPL_1_0,
SpdxLicense.MPL_1_1,
SpdxLicense.MPL_2_0,
SpdxLicense.MPL_2_0_NO_COPYLEFT_EXCEPTION,
SpdxLicense.MS_PL,
SpdxLicense.MS_RL,
SpdxLicense.MIR_O_S,
SpdxLicense.MOTOSOTO,
SpdxLicense.MULANPSL_2_0,
SpdxLicense.MULTICS,
SpdxLicense.NASA_1_3,
SpdxLicense.NCSA,
SpdxLicense.NGPL,
SpdxLicense.NPOSL_3_0,
SpdxLicense.NTP,
SpdxLicense.NAUMEN,
SpdxLicense.NOKIA,
SpdxLicense.OCLC_2_0,
SpdxLicense.OFL_1_1,
SpdxLicense.OFL_1_1_RFN,
SpdxLicense.OFL_1_1_NO_RFN,
SpdxLicense.OGTSL,
SpdxLicense.OLDAP_2_8,
SpdxLicense.OSET_PL_2_1,
SpdxLicense.OSL_1_0,
SpdxLicense.OSL_2_0,
SpdxLicense.OSL_2_1,
SpdxLicense.OSL_3_0,
SpdxLicense.PHP_3_0,
SpdxLicense.PHP_3_01,
SpdxLicense.POSTGRE_SQ_L,
SpdxLicense.PYTHON_2_0,
SpdxLicense.QPL_1_0,
SpdxLicense.RPL_1_1,
SpdxLicense.RPL_1_5,
SpdxLicense.RPSL_1_0,
SpdxLicense.RSCPL,
SpdxLicense.SISSL,
SpdxLicense.SPL_1_0,
SpdxLicense.SIMPL_2_0,
SpdxLicense.SLEEPYCAT,
SpdxLicense.UCL_1_0,
SpdxLicense.UPL_1_0,
SpdxLicense.UNICODE_DFS_2016,
SpdxLicense.UNLICENSE,
SpdxLicense.VSL_1_0,
SpdxLicense.W3_C,
SpdxLicense.WATCOM_1_0,
SpdxLicense.XNET,
SpdxLicense.ZPL_2_0,
SpdxLicense.ZLIB,
];
}