1.0.1 • Published 6 years ago

apache-category-x-spdx v1.0.1

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

apache-category-x-spdx

NPM Version

Apache Category X banned licenses in a machine readable format using SPDX.

Adapted from https://apache.org/legal/resolved.html#what-can-we-not-include-in-an-asf-project-category-x

Installation

# NPM
npm install apache-category-x-spdx

# Yarn
yarn add apache-category-x-spdx

Usage

var list = require("apache-category-x-spdx");

for (var i = 0; i < list.length; i++) {
  console.log(list[i]);
}
1.0.1

6 years ago

1.0.0

6 years ago