Update copyright to the correct text#147
Update copyright to the correct text#147kevinbackhouse merged 3 commits intoGitHubSecurityLab:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR standardizes SPDX copyright headers across the repo by replacing SPDX-FileCopyrightText: 2025 GitHub with SPDX-FileCopyrightText: GitHub, Inc..
Changes:
- Replaced SPDX
FileCopyrightTextheader string across Python, YAML, and shell script files. - Updated test fixtures and example YAMLs to match the new SPDX header text.
Reviewed changes
Copilot reviewed 70 out of 70 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/test_yaml_parser.py | Update SPDX header text |
| tests/test_template_utils.py | Update SPDX header text |
| tests/test_cli_parser.py | Update SPDX header text |
| tests/test_api_endpoint_config.py | Update SPDX header text |
| tests/data/test_yaml_parser_personality000.yaml | Update SPDX header text |
| tests/data/test_version_integer.yaml | Update SPDX header text |
| tests/data/test_version_float.yaml | Update SPDX header text |
| tests/data/test_taskflow_using_reusable.yaml | Update SPDX header text |
| tests/data/test_reusable_taskflow_with_variables.yaml | Update SPDX header text |
| tests/data/test_prompt_with_variables.yaml | Update SPDX header text |
| tests/data/test_globals_taskflow.yaml | Update SPDX header text |
| tests/init.py | Update SPDX header text |
| src/seclab_taskflow_agent/toolboxes/memcache.yaml | Update SPDX header text |
| src/seclab_taskflow_agent/toolboxes/logbook.yaml | Update SPDX header text |
| src/seclab_taskflow_agent/toolboxes/github_official.yaml | Update SPDX header text |
| src/seclab_taskflow_agent/toolboxes/echo.yaml | Update SPDX header text |
| src/seclab_taskflow_agent/toolboxes/codeql.yaml | Update SPDX header text |
| src/seclab_taskflow_agent/template_utils.py | Update SPDX header text |
| src/seclab_taskflow_agent/shell_utils.py | Update SPDX header text |
| src/seclab_taskflow_agent/render_utils.py | Update SPDX header text |
| src/seclab_taskflow_agent/personalities/c_auditer.yaml | Update SPDX header text |
| src/seclab_taskflow_agent/personalities/assistant.yaml | Update SPDX header text |
| src/seclab_taskflow_agent/path_utils.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_utils.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/memcache/memcache_backend/sqlite.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/memcache/memcache_backend/sql_models.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/memcache/memcache_backend/dictionary_file.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/memcache/memcache_backend/backend.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/memcache/memcache_backend/init.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/memcache/memcache.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/memcache/init.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/logbook/logbook.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/echo/echo.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/codeql/mcp_server.py | Update SPDX header text |
| src/seclab_taskflow_agent/mcp_servers/codeql/client.py | Update SPDX header text |
| src/seclab_taskflow_agent/env_utils.py | Update SPDX header text |
| src/seclab_taskflow_agent/capi.py | Update SPDX header text |
| src/seclab_taskflow_agent/available_tools.py | Update SPDX header text |
| src/seclab_taskflow_agent/agent.py | Update SPDX header text |
| src/seclab_taskflow_agent/main.py | Update SPDX header text |
| src/seclab_taskflow_agent/init.py | Update SPDX header text |
| src/seclab_taskflow_agent/about.py | Update SPDX header text |
| scripts/test_examples.sh | Update SPDX header text |
| scripts/migrate_to_jinja2.py | Update SPDX header text |
| release_tools/version_tag.sh | Update SPDX header text |
| release_tools/version_bump.sh | Update SPDX header text |
| release_tools/publish_docker.py | Update SPDX header text |
| release_tools/copy_files.py | Update SPDX header text |
| examples/taskflows/single_step_taskflow.yaml | Update SPDX header text |
| examples/taskflows/example_triage_taskflow.yaml | Update SPDX header text |
| examples/taskflows/example_reusable_taskflows.yaml | Update SPDX header text |
| examples/taskflows/example_reusable_prompt.yaml | Update SPDX header text |
| examples/taskflows/example_repeat_prompt_dictionary.yaml | Update SPDX header text |
| examples/taskflows/example_repeat_prompt_async.yaml | Update SPDX header text |
| examples/taskflows/example_repeat_prompt.yaml | Update SPDX header text |
| examples/taskflows/example_large_list_result_iter.yaml | Update SPDX header text |
| examples/taskflows/example_inputs.yaml | Update SPDX header text |
| examples/taskflows/example_globals.yaml | Update SPDX header text |
| examples/taskflows/example.yaml | Update SPDX header text |
| examples/taskflows/echo.yaml | Update SPDX header text |
| examples/taskflows/CVE-2023-2283.yaml | Update SPDX header text |
| examples/prompts/example_prompt.yaml | Update SPDX header text |
| examples/personalities/orange_expert.yaml | Update SPDX header text |
| examples/personalities/fruit_expert.yaml | Update SPDX header text |
| examples/personalities/example_triage_agent.yaml | Update SPDX header text |
| examples/personalities/echo.yaml | Update SPDX header text |
| examples/personalities/banana_expert.yaml | Update SPDX header text |
| examples/personalities/apple_expert.yaml | Update SPDX header text |
| examples/model_configs/model_config.yaml | Update SPDX header text |
| docker/run.sh | Update SPDX header text |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
find . -type f -exec sed -i "s/SPDX-FileCopyrightText: 202[0-9] GitHub/SPDX-FileCopyrightText: GitHub, Inc./g" {} \;
dffbf5a to
0485512
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 71 out of 71 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.
b0032d1 to
5250e8b
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 72 out of 72 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.
I ran this command: