1.0.0 • Published 6 years ago

apache-category-b-spdx v1.0.0

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

apache-category-b-spdx

NPM Version

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