apache-category-b-spdx
v1.0.0
Published
Apache Category B SPDX codes
Downloads
7
Maintainers
Readme
apache-category-b-spdx
Apache Category B maybe include licenses in a machine readable format using SPDX.
Adapted from https://apache.org/legal/resolved.html#what-can-we-maybe-include-in-an-asf-project-category-b
Installation
# NPM
npm install apache-category-b-spdx
# Yarn
yarn add apache-category-b-spdx
Usage
var list = require("apache-category-b-spdx");
for (var i = 0; i < list.length; i++) {
console.log(list[i]);
}