We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
+
1 parent d7daff4 commit 2919fa9Copy full SHA for 2919fa9
README.md
@@ -47,6 +47,7 @@ The bulk of the SPDX standard describes syntax and semantics of XML metadata fil
47
var identifiers = []
48
.concat(require('spdx-license-ids'))
49
.concat(require('spdx-license-ids/deprecated'))
50
+ .filter(function (id) { return id[id.length - 1] !== '+' })
51
52
identifiers.forEach(function (id) {
53
assert.deepEqual(parse(id), {license: id})
0 commit comments