From 9a78600626a15a7000bb8ff4ce6941ce116de2e6 Mon Sep 17 00:00:00 2001 From: scottcha Date: Wed, 18 Sep 2024 12:23:57 -0600 Subject: [PATCH] Add copyright to the new test file --- tests/test_checkpoint_adaptation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_checkpoint_adaptation.py b/tests/test_checkpoint_adaptation.py index 3599c13..364e1c2 100644 --- a/tests/test_checkpoint_adaptation.py +++ b/tests/test_checkpoint_adaptation.py @@ -1,3 +1,5 @@ +"""Copyright (c) Microsoft Corporation. Licensed under the MIT license.""" + import pytest import torch from unittest.mock import patch