Skip to content

Commit 851ad4c

Browse files
authored
add license checker exceptions for openssl (#13059)
The license checker found several potential mishandled license files in openssl-devel. However, after looking at them, all of them are false positives that refer to APIs, not licenses.
1 parent 38254e9 commit 851ad4c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

toolkit/resources/manifests/package/license_file_exceptions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
"IgnoredFilesRegexList": [
3131
"^/usr/share/doc/tar-[0-9\\.]+/tar\\.html/GNU-Free-Documentation-License\\.html$"
3232
]
33+
},
34+
{
35+
"_comment1": "OpenSSL has multiple structs, constants and procedures that have the word 'NOTICE' in them, like 'NOTICEREF_free'.",
36+
"_comment2": "These man pages are for those items, not actual license notices.",
37+
"PackageName": "openssl-devel",
38+
"IgnoredFilesRegexList": [
39+
"^/usr/share/man/man3/.*NOTICE.*\\.3ossl\\.gz$"
40+
]
3341
}
3442
],
3543
"GlobalExceptionsRegexList": [

0 commit comments

Comments
 (0)