Add copyright statements#65
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.
p-
approved these changes
Nov 10, 2025
Contributor
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.