Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding copyright comment to "test_transform_encode" #2445

Closed
wants to merge 1 commit into from

Conversation

mgrange1998
Copy link
Contributor

Summary:

Every project specific source file must contain a doc block with an appropriate copyright header. Unrelated files must be listed as exceptions in the Copyright Headers Exceptions page in the repo dashboard.
A copyright header clearly indicates that the code is owned by Meta. Every open source file must start with a comment containing "Meta Platforms, Inc. and affiliates"
https://github.com/facebook/Ax/blob/main/ax/storage/json_store/tests/test_transform_encode.py:
The first 16 lines of 'ax/storage/json_store/tests/test_transform_encode.py' do not contain the patterns:
	Copyright

Adding the copyright doc block to the offending file.

Differential Revision: D57163822

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label May 9, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D57163822

Summary:

```
Every project specific source file must contain a doc block with an appropriate copyright header. Unrelated files must be listed as exceptions in the Copyright Headers Exceptions page in the repo dashboard.
A copyright header clearly indicates that the code is owned by Meta. Every open source file must start with a comment containing "Meta Platforms, Inc. and affiliates"
https://github.com/facebook/Ax/blob/main/ax/storage/json_store/tests/test_transform_encode.py:
The first 16 lines of 'ax/storage/json_store/tests/test_transform_encode.py' do not contain the patterns:
	Copyright
```

Adding the copyright doc block to the offending file.

Differential Revision: D57163822
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D57163822

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.31%. Comparing base (9a624a2) to head (ef1d18a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2445   +/-   ##
=======================================
  Coverage   95.31%   95.31%           
=======================================
  Files         497      497           
  Lines       48194    48194           
=======================================
  Hits        45938    45938           
  Misses       2256     2256           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 2615e15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants