From 1dab4a104169eab46cc10f6758c74208e2485ddc Mon Sep 17 00:00:00 2001 From: Michael Brundage Date: Mon, 16 Aug 2021 21:29:17 -0700 Subject: [PATCH] Add missing copyright headers Summary: Add missing copyright headers. Reviewed By: jeffhandl Differential Revision: D30360132 fbshipit-source-id: 5d210d8ba1a1c50e187216c28bba34f33eccf883 --- kats/tests/conftest.py | 3 +++ sphinx/source/_static/custom.css | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/kats/tests/conftest.py b/kats/tests/conftest.py index be3e7d843..99f1d91bd 100644 --- a/kats/tests/conftest.py +++ b/kats/tests/conftest.py @@ -1,3 +1,6 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. import os from typing import Any import matplotlib as mpl diff --git a/sphinx/source/_static/custom.css b/sphinx/source/_static/custom.css index 4a78ba6f2..007946d49 100644 --- a/sphinx/source/_static/custom.css +++ b/sphinx/source/_static/custom.css @@ -1,3 +1,8 @@ +/* +Copyright (c) Facebook, Inc. and its affiliates. +This source code is licensed under the MIT license found in the +LICENSE file in the root directory of this source tree. +*/ div.document { width: 95%; }