From a3e04cc1c52c1e404ff879e5047270d07a2f0cc2 Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Fri, 6 Sep 2024 17:57:05 -0500 Subject: [PATCH] Added missing source file header --- components/TitleBar/src/WndProcHelper.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/TitleBar/src/WndProcHelper.cs b/components/TitleBar/src/WndProcHelper.cs index 8a7c11ac9..63ed9732e 100644 --- a/components/TitleBar/src/WndProcHelper.cs +++ b/components/TitleBar/src/WndProcHelper.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + #if WINAPPSDK using System.Runtime.InteropServices; using WinRT.Interop;