From 0b8422cee22fce159ecf308bb062afe31d06f699 Mon Sep 17 00:00:00 2001 From: jimmylai Date: Wed, 24 Jul 2019 19:30:21 -0700 Subject: [PATCH] add copyright header to custom.css --- docs/source/_static/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 6764e04e..80660072 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -1,3 +1,10 @@ +/** + * 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. + */ + .toggle { display: block; clear: both;