Skip to content

Commit f674cd1

Browse files
authored
Fix new errors reported (#153)
* Fix new errors reported - Another user of 0BSD which we decided before is ok as an exception.
1 parent 0424fd7 commit f674cd1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

npcheck.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,14 @@
527527
"note": "dependency spdx-exceptions uses CC-BY-3.0 allows broad use with attribution",
528528
"note": "dependency [email protected] uses Python-2.0",
529529
"allow": ["Artistic-2.0", "CC0-1.0", "CC-BY-3.0", "Python-2.0" ]
530+
},
531+
"@opentelemetry/sdk-trace-base": {
532+
"note": "dependency [email protected] uses which is less restrictive than BSD",
533+
"allow": ["0BSD" ]
534+
},
535+
"@opentelemetry/sdk-trace-node": {
536+
"note": "dependency [email protected] uses which is less restrictive than BSD",
537+
"allow": ["0BSD" ]
530538
}
531539
}
532540
},

0 commit comments

Comments
 (0)