lucaconte 7cc26e831d presentations 6 years ago
..
LICENSE 7cc26e831d presentations 6 years ago
README.md 7cc26e831d presentations 6 years ago
index.js 7cc26e831d presentations 6 years ago
package.json 7cc26e831d presentations 6 years ago

README.md

var correct = require('spdx-correct');
var assert = require('assert');

assert.equal(correct('mit'), 'MIT')

assert.equal(correct('Apache 2'), 'Apache-2.0')

assert(correct('No idea what license') === null)