You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goSimple (SPDX.ELicenseIdSPDX.CC0_1_0) =True-- CC0 isn't OSI approved, but we allow it as "PublicDomain", this is eg. PublicDomain in http://hackage.haskell.org/package/string-qq-0.0.2/src/LICENSE
495
-
goSimple (SPDX.ELicenseId lid) =SPDX.licenseIsOsiApproved lid -- allow only OSI approved licenses.
496
+
goSimple (SPDX.ELicenseId lid) =SPDX.licenseIsOsiApproved lid ||SPDX.LId.licenseIsFsfLibre lid -- allow only OSI or FSF approved licenses.
0 commit comments