1.0.0 • Published 6 years ago

apache-category-a-spdx v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

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]);
}
1.0.0

6 years ago