Description
Describe the bug
It looks there are some libraries with elastic as the license owner still. For example this one: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/1.1/src/plugins/opensearch_dashboards_react/public/code_editor/.storybook/main.js.
If this is stated as the license for a particular library then we can't build a managed service that leverages this library. It looks like just an issue in cleaning them up but we would be out of compliance if we distribute libraries with this license.
Expected behavior
The correct attribution for each library.
OpenSearch Version
Please list the version of OpenSearch being used.
1.0
Additional context
I don't know a way of easily query for attribution. I'd love some suggestions if you have any.
Copied from #1129:
It looks like this file was missed by the license header sweep in #259. The license header should be updated to reflect the correct licensing.
The default config that both of these files export is under the Apache 2.0 license: https://github.com/elastic/kibana/blob/v7.10.2/packages/kbn-storybook/lib/default_config.ts
Files: