You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request introduces a CI workflow to enforce license headers
and adds the required Elastic License 2.0 header to several Python
package `__init__.py` files. The main goal is to ensure all source files
comply with licensing requirements.
**CI/CD Improvements:**
* Added a `license-headers` job to the GitHub Actions workflow
(`.github/workflows/ci.yml`) that checks all `.py` files (excluding
`.venv`, `dist`, and `build` directories) for the Elastic License 2.0
header and fails the build if any files are missing it.
**License Compliance:**
* Added the Elastic License 2.0 header to the `__init__.py` files in the
following directories: `examples/chatbot_rag_app/datasets`,
`examples/chatbot_rag_app/evaluators`, `examples/chatbot_rag_app/tasks`,
`examples/claude_code_eval`, `examples/claude_code_eval/datasets`,
`examples/claude_code_eval/evaluators`, and
`examples/claude_code_eval/tasks`.## Summary
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
0 commit comments