File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ AGPL-1.0: AGPL-1.0-only
22
22
AGPL-3.0+ : AGPL-3.0-or-later
23
23
AGPL-3.0 : AGPL-3.0-only
24
24
BSD-2-Clause-FreeBSD : BSD-2-Clause-Views
25
+ BSD-2-Clause-NetBSD : BSD-2-Clause
25
26
GFDL-1.1+ : GFDL-1.1-or-later
26
27
GFDL-1.1 : GFDL-1.1-only
27
28
GFDL-1.2+ : GFDL-1.2-or-later
@@ -47,3 +48,8 @@ LGPL-2.1+: LGPL-2.1-or-later
47
48
LGPL-2.1 : LGPL-2.1-only
48
49
LGPL-3.0+ : LGPL-3.0-or-later
49
50
LGPL-3.0 : LGPL-3.0-only
51
+ Nunit : zlib-acknowledgement
52
+ StandardML-NJ : SMLNJ
53
+ bzip2-1.0.5 : bzip2-1.0.6
54
+ eCos-2.0 : GPL-2.0-or-later WITH eCos-exception-2.0
55
+ wxWindows : GPL-2.0-or-later WITH WxWindows-exception-3.1
Original file line number Diff line number Diff line change @@ -433,11 +433,11 @@ class SpdxExpressionTest : WordSpec({
433
433
" LGPL-3.0" .toSpdx().normalize() shouldBe LGPL_3_0_ONLY .toExpression()
434
434
" LGPL-3.0+" .toSpdx().normalize() shouldBe SpdxLicenseIdExpression ("LGPL -3.0-or-later", true)
435
435
436
- // These have no known successors, so just keep them.
437
- " eCos-2.0 " .toSpdx().normalize() shouldBe ECOS_2_0 .toExpression()
438
- " Nunit " .toSpdx().normalize() shouldBe NUNIT .toExpression()
439
- " StandardML-NJ " .toSpdx().normalize() shouldBe STANDARDML_NJ .toExpression( )
440
- " wxWindows" .toSpdx().normalize() shouldBe WXWINDOWS .toExpression( )
436
+ " Nunit " .toSpdx().normalize() shouldBe ZLIB_ACKNOWLEDGEMENT .toExpression()
437
+ " StandardML-NJ " .toSpdx().normalize() shouldBe SMLNJ .toExpression()
438
+ " bzip2-1.0.5 " .toSpdx().normalize() shouldBe BZIP2_1_0_6 .toExpression()
439
+ " eCos-2.0 " .toSpdx().normalize() shouldBe ( GPL_2_0_OR_LATER with ECOS_EXCEPTION_2_0 )
440
+ " wxWindows" .toSpdx().normalize() shouldBe ( GPL_2_0_OR_LATER with WXWINDOWS_EXCEPTION_3_1 )
441
441
}
442
442
}
443
443
You can’t perform that action at this time.
0 commit comments