Skip to content

Update copyright to the correct text#147

Merged
kevinbackhouse merged 3 commits intoGitHubSecurityLab:mainfrom
kevinbackhouse:copyright
Feb 12, 2026
Merged

Update copyright to the correct text#147
kevinbackhouse merged 3 commits intoGitHubSecurityLab:mainfrom
kevinbackhouse:copyright

Conversation

@kevinbackhouse
Copy link
Copy Markdown
Collaborator

@kevinbackhouse kevinbackhouse commented Feb 7, 2026

I ran this command:

find . -type f -exec sed -i "s/SPDX-FileCopyrightText: 202[0-9] GitHub/SPDX-FileCopyrightText: GitHub, Inc./g" {} \;

Copilot AI review requested due to automatic review settings February 7, 2026 12:14
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 standardizes SPDX copyright headers across the repo by replacing SPDX-FileCopyrightText: 2025 GitHub with SPDX-FileCopyrightText: GitHub, Inc..

Changes:

  • Replaced SPDX FileCopyrightText header 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.

Comment thread src/seclab_taskflow_agent/__main__.py
find . -type f -exec sed -i "s/SPDX-FileCopyrightText: 202[0-9] GitHub/SPDX-FileCopyrightText: GitHub, Inc./g" {} \;
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 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.

Comment thread NOTICE Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 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.

@kevinbackhouse kevinbackhouse requested a review from p- February 12, 2026 11:22
@kevinbackhouse kevinbackhouse merged commit 9cc0b26 into GitHubSecurityLab:main Feb 12, 2026
9 checks passed
@kevinbackhouse kevinbackhouse deleted the copyright branch February 12, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants