Unverified Commit c8f7d772 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Remove inconsistent FB copyright headers (#3741)

parent 7af30ee9
// Copyright 2004-present Facebook. All Rights Reserved.
#include <gtest/gtest.h>
#include <torch/script.h>
#include <torch/torch.h>
......
......@@ -17,7 +17,7 @@ Stream::Stream(
Stream::~Stream() {
if (frame_) {
av_free(frame_); // Copyright 2004-present Facebook. All Rights Reserved.
av_free(frame_);
}
if (codecCtx_) {
avcodec_free_context(&codecCtx_);
......
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
import torch
from torch import nn, Tensor
......
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
"""
Implements the Generalized R-CNN framework
"""
......
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
import torch
from torch import Tensor
from typing import List, Tuple
......
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
import torch
from torch.nn import functional as F
from torch import nn, Tensor
......
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
import torch
from torch import nn, Tensor
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment