From 281b1fad47b4b58007cf398d10991b0af67f94f2 Mon Sep 17 00:00:00 2001 From: Matthew Muckley Date: Mon, 8 Jan 2024 17:56:54 +0000 Subject: [PATCH] Update MS-SSIM header --- .../functional/_multiscale_structural_similarity.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neuralcompression/functional/_multiscale_structural_similarity.py b/neuralcompression/functional/_multiscale_structural_similarity.py index 923dc850..a0fd4776 100644 --- a/neuralcompression/functional/_multiscale_structural_similarity.py +++ b/neuralcompression/functional/_multiscale_structural_similarity.py @@ -1,3 +1,8 @@ +# 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. + from typing import Callable, Optional, Sequence import torch