File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ assert.throws(function () {
19
19
})
20
20
21
21
assert .deepEqual (
22
- // Dual licensed under LGPL 2.1 or a combination of the Three-Clause
23
- // BSD License and the MIT License.
22
+ // Dual licensed under either:
23
+ // - LGPL 2.1
24
+ // - a combination of Three-Clause BSD and MIT
24
25
parse (' (LGPL-2.1 OR BSD-3-Clause AND MIT)' ),
25
26
{
26
27
left: {license: ' LGPL-2.1' },
@@ -65,8 +66,11 @@ The bulk of the SPDX standard describes syntax and semantics of XML metadata fil
65
66
66
67
` ` ` javascript
67
68
assert.deepEqual(
68
- // Licensed under a combination of the MIT License and a combination
69
- // of LGPL 2.1 (or a later version) and the Three-Clause BSD License.
69
+ // Licensed under a combination of:
70
+ // - the MIT License AND
71
+ // - a combination of:
72
+ // - LGPL 2.1 (or a later version) AND
73
+ // - Three-Clause BSD
70
74
parse('(MIT AND (LGPL-2.1+ AND BSD-3-Clause))'),
71
75
{
72
76
left: {license: 'MIT'},
You can’t perform that action at this time.
0 commit comments