mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
initial commit
This commit is contained in:
10
app/node_modules/spdx-correct/README.md
generated
vendored
Normal file
10
app/node_modules/spdx-correct/README.md
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
```javascript
|
||||
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)
|
||||
```
|
Reference in New Issue
Block a user