Skip to content

Add copyright headers to .kt, .py, .sh, .cpp files #225

Merged
psiddh merged 1 commit into
meta-pytorch:mainfrom
psiddh:fix/oss-compliance-headers
Mar 25, 2026
Merged

Add copyright headers to .kt, .py, .sh, .cpp files #225
psiddh merged 1 commit into
meta-pytorch:mainfrom
psiddh:fix/oss-compliance-headers

Conversation

@psiddh
Copy link
Copy Markdown
Contributor

@psiddh psiddh commented Mar 24, 2026

Summary

Fixes T261228226: OSS compliance failures in executorch-examples.

Copyright Headers (25 files)

Added the standard Meta BSD-style copyright header to .kt, .py, .sh, and .cpp files in the following directories:

Directory .kt .py .sh .cpp
whisper/ 10
parakeet/ 10
dl3/ 1
mv2/ 2 1 1
program-data-separation/ 2

Excluded

  • .gradle.kts and .pro (ProGuard) files — not applicable
  • README.md footer — not applicable
  • cifar/ directory — external contribution

Testing

After merging, re-run the Automated Checkup — once all items pass, the task will auto-close.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Mar 24, 2026
@psiddh psiddh changed the title Add copyright headers and OSS compliance footer (T261228226) Add copyright headers and OSS compliance footer Mar 24, 2026
Fixes T261228226: OSS compliance failures in executorch-examples.

Changes:
- Added Meta BSD-style copyright headers to .kt, .py, .sh, and .cpp
  files in whisper/, parakeet/, dl3/, mv2/, llm/, and
  program-data-separation/ directories
- Excluded .gradle.kts, .pro (ProGuard), README.md, and cifar/ (external)

The copyright header uses the standard Meta format:
  Copyright (c) Meta Platforms, Inc. and affiliates.
  Licensed under the BSD-style license found in the LICENSE file.
@psiddh psiddh force-pushed the fix/oss-compliance-headers branch from 233c628 to 7a35ff7 Compare March 24, 2026 18:59
@psiddh psiddh changed the title Add copyright headers and OSS compliance footer Add copyright headers to .kt, .py, .sh, .cpp files (T261228226) Mar 24, 2026
@psiddh psiddh changed the title Add copyright headers to .kt, .py, .sh, .cpp files (T261228226) Add copyright headers to .kt, .py, .sh, .cpp files Mar 24, 2026
@psiddh psiddh merged commit 4217f51 into meta-pytorch:main Mar 25, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants