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