spdx_license_list {piecepackr} | R Documentation |
SPDX License List data
Description
spdx_license_list
is a data frame of SPDX License List data.
Usage
spdx_license_list
Format
a data frame with eight variables:
- id
SPDX Identifier.
- name
Full name of license. For Creative Commons licenses these have been tweaked from the SPDX version to more closely match the full name used by Creative Commons Foundation.
- url
URL for copy of license located at
spdx.org
- fsf
Is this license considered Free/Libre by the FSF?
- osi
Is this license OSI approved?
- deprecated
Has this SPDFX Identifier been deprecated by SPDX?
- badge
Filename of appropriate “button mark” badge (if any) located in
system.file("extdata/badges", package = "piecepackr")
.- url_alt
Alternative URL for license. Manually created for a subset of Creative Commons licenses. Others taken from https://github.com/sindresorhus/spdx-license-list.
See Also
See https://spdx.org/licenses/ for more information.