Skip to contents

Mirrors the FSF list at https://www.gnu.org/licenses/license-list.html. Apache-2.0 is GPL-3 compatible but not GPL-2 compatible; morie is GPL-2.0-only so the choice rests with downstream consumers.

Usage

morie_gpl_compatible_licenses()

Value

Character vector of SPDX identifiers.

Examples

morie_gpl_compatible_licenses()
#>  [1] "GPL-2.0-only"      "GPL-2.0-or-later"  "GPL-3.0-only"     
#>  [4] "GPL-3.0-or-later"  "LGPL-2.1-only"     "LGPL-2.1-or-later"
#>  [7] "LGPL-3.0-only"     "LGPL-3.0-or-later" "Apache-2.0"       
#> [10] "MIT"               "BSD-2-Clause"      "BSD-3-Clause"     
#> [13] "ISC"               "MPL-2.0"           "CC0-1.0"          
#> [16] "Unlicense"         "Zlib"