-
Notifications
You must be signed in to change notification settings - Fork 6
Add copyright statements #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds standardized SPDX license headers to all YAML configuration files across the project, ensuring proper copyright attribution and license identification.
- Adds SPDX copyright and license headers to 29 YAML files
- Uses MIT license identifier consistently
- Maintains proper formatting with blank line separation after headers
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/data/test_yaml_parser_personality000.yaml | Added SPDX headers to test data file |
| src/seclab_taskflow_agent/toolboxes/memcache.yaml | Added SPDX headers to memcache toolbox configuration |
| src/seclab_taskflow_agent/toolboxes/logbook.yaml | Added SPDX headers to logbook toolbox configuration |
| src/seclab_taskflow_agent/toolboxes/github_official.yaml | Added SPDX headers to GitHub official toolbox configuration |
| src/seclab_taskflow_agent/toolboxes/echo.yaml | Added SPDX headers to echo toolbox configuration |
| src/seclab_taskflow_agent/toolboxes/codeql.yaml | Added SPDX headers to CodeQL toolbox configuration |
| src/seclab_taskflow_agent/personalities/c_auditer.yaml | Added SPDX headers to C auditer personality configuration |
| src/seclab_taskflow_agent/personalities/assistant.yaml | Added SPDX headers to assistant personality configuration |
| examples/taskflows/single_step_taskflow.yaml | Added SPDX headers to single step taskflow example |
| examples/taskflows/example_triage_taskflow.yaml | Added SPDX headers to triage taskflow example |
| examples/taskflows/example_reusable_taskflows.yaml | Added SPDX headers to reusable taskflows example |
| examples/taskflows/example_reusable_prompt.yaml | Added SPDX headers to reusable prompt example |
| examples/taskflows/example_repeat_prompt_dictionary.yaml | Added SPDX headers to repeat prompt dictionary example |
| examples/taskflows/example_repeat_prompt_async.yaml | Added SPDX headers to async repeat prompt example |
| examples/taskflows/example_repeat_prompt.yaml | Added SPDX headers to repeat prompt example |
| examples/taskflows/example_large_list_result_iter.yaml | Added SPDX headers to large list result iterator example |
| examples/taskflows/example_inputs.yaml | Added SPDX headers to inputs example |
| examples/taskflows/example_globals.yaml | Added SPDX headers to globals example |
| examples/taskflows/example.yaml | Added SPDX headers to general taskflow example |
| examples/taskflows/echo.yaml | Added SPDX headers to echo taskflow example |
| examples/taskflows/CVE-2023-2283.yaml | Added SPDX headers to CVE taskflow example |
| examples/prompts/example_prompt.yaml | Added SPDX headers to prompt example |
| examples/personalities/orange_expert.yaml | Added SPDX headers to orange expert personality example |
| examples/personalities/fruit_expert.yaml | Added SPDX headers to fruit expert personality example |
| examples/personalities/example_triage_agent.yaml | Added SPDX headers to triage agent personality example |
| examples/personalities/echo.yaml | Added SPDX headers to echo personality example |
| examples/personalities/banana_expert.yaml | Added SPDX headers to banana expert personality example |
| examples/personalities/apple_expert.yaml | Added SPDX headers to apple expert personality example |
| examples/model_configs/model_config.yaml | Added SPDX headers to model configuration example |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 29 out of 29 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.