Skip to content

fix: add missing SPDX-License-Identifier headers (file.license_id)#24

Closed
neatudarius wants to merge 1 commit intobemanproject:mainfrom
neatudarius:fix/file-license-id
Closed

fix: add missing SPDX-License-Identifier headers (file.license_id)#24
neatudarius wants to merge 1 commit intobemanproject:mainfrom
neatudarius:fix/file-license-id

Conversation

@neatudarius
Copy link
Copy Markdown
Member

Summary

Fixes the file.license_id beman-tidy Requirement check by adding SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception to 12 files that were missing it:

  • .github/workflows/pre-commit-check.yml
  • .markdownlint.yaml
  • .pre-commit-config.yaml
  • include/beman/copyable_function/copyable_function_helper.h
  • include/beman/copyable_function/copyable_function_impl.hpp
  • infra/.github/workflows/pre-commit.yml
  • infra/.pre-commit-config.yaml
  • infra/cmake/BuildTelemetry.cmake
  • infra/cmake/BuildTelemetryConfig.cmake
  • infra/cmake/telemetry.sh
  • infra/cmake/use-fetch-content.cmake
  • tests/beman/copyable_function/common.h

Test plan

  • beman-tidy --checks "file.license_id" . passes after this change

🤖 Generated with Claude Code

Add Apache-2.0 WITH LLVM-exception SPDX headers to 12 files that were
missing them, fixing the file.license_id beman-tidy requirement check.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@neatudarius neatudarius closed this May 4, 2026
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 100.0%. remained the same — neatudarius:fix/file-license-id into bemanproject:main

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.

2 participants