Related to #142
Some parts of these integrations could included code licensed with permissive licenses (MIT, BSD3, Apache 2, etc.). Even though the final license of all our integrations is Elastic License, Elastic License 2.0 or SSPL, we still have to preserve the original license notices when copying the code or binaries around.
We should have a generic way of including a NOTICE.txt file for each integration and deliver that to Kibana with the rest of the assets.. The most relevant use case currently is the Detection engine rules, which currently copy https://github.com/elastic/detection-rules/blob/main/NOTICE.txt into Kibana in https://github.com/elastic/kibana/blob/master/x-pack/plugins/security_solution/server/lib/detection_engine/rules/prepackaged_rules/notice.ts.
Related to #142
Some parts of these integrations could included code licensed with permissive licenses (MIT, BSD3, Apache 2, etc.). Even though the final license of all our integrations is Elastic License, Elastic License 2.0 or SSPL, we still have to preserve the original license notices when copying the code or binaries around.
We should have a generic way of including a NOTICE.txt file for each integration and deliver that to Kibana with the rest of the assets.. The most relevant use case currently is the Detection engine rules, which currently copy https://github.com/elastic/detection-rules/blob/main/NOTICE.txt into Kibana in https://github.com/elastic/kibana/blob/master/x-pack/plugins/security_solution/server/lib/detection_engine/rules/prepackaged_rules/notice.ts.