Skip to content

chore: update license headers from Llama 2/3 to Llama#1046

Open
mattcarrollcode wants to merge 1 commit into
meta-llama:mainfrom
mattcarrollcode:chore/license-headers
Open

chore: update license headers from Llama 2/3 to Llama#1046
mattcarrollcode wants to merge 1 commit into
meta-llama:mainfrom
mattcarrollcode:chore/license-headers

Conversation

@mattcarrollcode
Copy link
Copy Markdown

Summary

Update copyright headers across 69 files from version-specific license references to a generic form:

Llama 2 Community License Agreement / Llama 3 Community License Agreement
-> Llama Community License Agreement

Also updates check_copyright_header.py to enforce the new format.

Motivation

The code supports Llama 2 through Llama 4. Version-specific license headers are inaccurate.

Test plan

  • grep -r "Llama [23] Community License" --include="*.py" . returns no results (excluding PLAN.md)
  • check_copyright_header.py uses the updated header text

The copyright headers referenced Llama 2 or Llama 3 Community License
Agreement but the code supports all Llama versions (2 through 4).
Update to the generic form. Also update check_copyright_header.py
to enforce the new format.
@meta-cla meta-cla Bot added the cla signed label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant