Skip to content

Update copyright to the correct text#43

Merged
kevinbackhouse merged 2 commits into
GitHubSecurityLab:mainfrom
kevinbackhouse:copyright
Feb 12, 2026
Merged

Update copyright to the correct text#43
kevinbackhouse merged 2 commits into
GitHubSecurityLab:mainfrom
kevinbackhouse:copyright

Conversation

@kevinbackhouse
Copy link
Copy Markdown
Contributor

I ran this command:

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

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:27
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

Standardizes SPDX copyright headers across the repository by replacing year-based “GitHub” text with the canonical “GitHub, Inc.” form.

Changes:

  • Replaced SPDX-FileCopyrightText: 2025 GitHub with SPDX-FileCopyrightText: GitHub, Inc. across Python, shell, and YAML assets.
  • Kept existing SPDX license identifiers intact.

Reviewed changes

Copilot reviewed 73 out of 73 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/test_00.py Update SPDX-FileCopyrightText header text
tests/init.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/toolboxes/report_alert_state.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/toolboxes/repo_context.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/toolboxes/local_gh_resources.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/toolboxes/local_file_viewer.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/toolboxes/ghsa.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/toolboxes/gh_file_viewer.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/toolboxes/gh_code_scanning.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/toolboxes/gh_actions.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/toolboxes/codeql_python.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/remote_sources_local.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/js_ts_endpoint_access_checks.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/inspect_issue.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/identify_applications_local.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/identify_applications.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/ghsa_variant_analysis_demo.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/gather_web_entry_point_info_local.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/gather_web_entry_point_info.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/fetch_source_code.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/fetch_audit_issue.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/classify_application_local.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/classify_application.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/audit_sanitizers.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/audit_issue_local_iter.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/audit_issue_local.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/audit_issue.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/audit/acl_check.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_untrusted_checkout_critical.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_js_ts_path_injection.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_js_ts_client_side_xss.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_actions_code_injection.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/review_untrusted_checkout_issues.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/review_actions_injection_issues.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/create_issues_js_ts.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/create_issues_actions.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/trigger_analysis.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/track_workflow_users.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/review_report.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/create_report.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/collect_dismiss_reasons.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/cleanup_results.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/check_report.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/audit_workflow_users.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_common/validate_user_input.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_common/reachability_analysis.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_common/fetch_code_scanning_alerts.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/taskflows/alert_triage_examples/triage_common/check_notes.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/prompts/triage_taskflows/actions_common/dismiss_decision.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/prompts/triage_taskflows/actions_common/check_dismiss_reason.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/prompts/audit/audit_issue.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/personalities/web_application_security_expert.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/personalities/auditor.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/personalities/action_expert.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/utils.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/report_alert_state.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/repo_context_models.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/repo_context.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/local_gh_resources.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/local_file_viewer.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/gh_file_viewer.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/gh_code_scanning.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/gh_actions.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/codeql_utils.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/codeql_python/mcp_server.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/codeql_python/codeql_sqlite_models.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/mcp_servers/alert_results_models.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/configs/model_config_lowercost.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/configs/model_config_codeql_python.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/configs/model_config.yaml Update SPDX-FileCopyrightText header text
src/seclab_taskflows/init.py Update SPDX-FileCopyrightText header text
src/seclab_taskflows/about.py Update SPDX-FileCopyrightText header text
scripts/audit/run_audit.sh Update SPDX-FileCopyrightText header text

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kevinbackhouse kevinbackhouse marked this pull request as ready for review February 7, 2026 12:31
p-
p- previously approved these changes Feb 9, 2026
@kevinbackhouse kevinbackhouse merged commit ad00fda into GitHubSecurityLab:main Feb 12, 2026
6 checks passed
@kevinbackhouse kevinbackhouse deleted the copyright branch February 12, 2026 17:20
kiandadban pushed a commit to kiandadban/seclab-taskflows that referenced this pull request May 4, 2026
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