Skip to content

Commit 4b2da51

Browse files
Fix test failures
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent eb59b7d commit 4b2da51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/licensedcode/data/datadriven/external/spdx/uboot.c.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ license_expressions:
3232
- gpl-2.0-plus
3333
- gpl-2.0-plus OR bsd-simplified
3434
- gpl-2.0-plus OR bsd-simplified
35-
- gpl-2.0-plus OR bsd-new
36-
- gpl-2.0-plus OR bsd-new
35+
- gpl-2.0-plus AND bsd-new
36+
- gpl-2.0-plus AND bsd-new
3737
- gpl-2.0 OR ibm-pibs
3838
- isc
3939
- lgpl-2.0-plus
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
license_expressions:
2-
- gpl-2.0-plus OR bsd-new
2+
- gpl-2.0-plus OR unknown-spdx

0 commit comments

Comments
 (0)