Skip to content

Commit

Permalink
Adding copyright comment to "test_transform_encode" (#2445)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #2445

```
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.

Reviewed By: bernardbeckerman, Cesar-Cardoso

Differential Revision: D57163822

fbshipit-source-id: 703c8ecb2e1dde384f49422f692204b512c3d244
  • Loading branch information
mgrange1998 authored and facebook-github-bot committed May 9, 2024
1 parent 9a624a2 commit 2615e15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ax/storage/json_store/tests/test_transform_encode.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
#!/usr/bin/env python3
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-strict

Expand Down

0 comments on commit 2615e15

Please sign in to comment.