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.
2 parents 9c92111 + 70619bb commit f3d6067Copy full SHA for f3d6067
parse.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-var licenses = []
+var licenses = ['OTHER']
4
.concat(require('spdx-license-ids'))
5
.concat(require('spdx-license-ids/deprecated'))
6
var exceptions = require('spdx-exceptions')
0 commit comments