Properly preserve chi_table license as mandated by BSD-3-Clause#24204
Properly preserve chi_table license as mandated by BSD-3-Clause#24204asmorkalov merged 5 commits intoopencv:4.xfrom
Conversation
|
Maybe it would be better to follow SoftFloat scheme instead and install license file separately? @asmorkalov , @vpisarev , what do you think? Otherwise we would not comply with the second license clause regarding binary redistribution. |
|
As I understand, only parts of the original code are actually used by opencv. Plus I am not familiar with opencv vendoring routine so someone else is needed to do the trick. |
|
@georgthegreat , I've updated your PR: license is now in a separate file which will be installed to the |
|
Actually, having this license inlined was intentional. |
|
Perhaps it would be better to extract chi_table.h to a separate file then... |
Properly preserve chi_table license as mandated by BSD-3-Clause opencv#24204 Amend reference to online hosted file with the full license quotation as mandated by the original license.
Properly preserve chi_table license as mandated by BSD-3-Clause opencv#24204 Amend reference to online hosted file with the full license quotation as mandated by the original license.
Amend reference to online hosted file with the full license quotation as mandated by the original license.