From ceaac5b1c998daf093fea9503a58aaa62da980ea Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 3 May 2024 14:47:13 +0000 Subject: [PATCH] Add missing copyright header --- .../GlobalSuppressions.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.TestPlatform.CoreUtilities/GlobalSuppressions.cs b/src/Microsoft.TestPlatform.CoreUtilities/GlobalSuppressions.cs index 6b8e9ab2b7..6ef4b19cd4 100644 --- a/src/Microsoft.TestPlatform.CoreUtilities/GlobalSuppressions.cs +++ b/src/Microsoft.TestPlatform.CoreUtilities/GlobalSuppressions.cs @@ -1,4 +1,7 @@ -// This file is used by Code Analysis to maintain SuppressMessage +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +// This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. // Project-level suppressions either have no target or are given // a specific target and scoped to a namespace, type, member, etc.