Skip to content

Commit

Permalink
Add copyright headers (facebookresearch#263)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookresearch#263

Reviewed By: imisra

Differential Revision: D27435494

Pulled By: prigoyal

fbshipit-source-id: 281b33e328a77e00694a9ef5a3e991cf338fed30
  • Loading branch information
prigoyal authored and facebook-github-bot committed Mar 30, 2021
1 parent 4d8ce46 commit 0270448
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/test_mlp.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

import unittest

import torch
Expand Down
2 changes: 2 additions & 0 deletions vissl/data/torchvision_dataset.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

from typing import List, Tuple

from fvcore.common.file_io import PathManager
Expand Down
2 changes: 1 addition & 1 deletion vissl/models/heads/vision_transformer_head.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

"""
Code modified from https://github.com/google-research/vision_transformer
Expand Down

0 comments on commit 0270448

Please sign in to comment.