Skip to contents

morie's SPDX-style licence metadata

Usage

morie_license_metadata()

Value

A named list summarising morie's licence posture, useful for pipeline build manifests, auditd logs, and downstream compliance pipelines.

Examples

morie_license_metadata()
#> $package
#> [1] "rmorie"
#> 
#> $spdx
#> [1] "GPL-2.0-only"
#> 
#> $fsf_libre
#> [1] "yes"
#> 
#> $osi_approved
#> [1] "yes"
#> 
#> $kernel_compatible
#> [1] "yes (MODULE_LICENSE(\"GPL v2\") accepts this)"
#>