Skip to content

Commit 9686c32

Browse files
committed
Added missing source file headers
1 parent 6964090 commit 9686c32

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

components/TitleBar/src/InfoHelper.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#if WINAPPSDK
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
4+
5+
#if WINAPPSDK
26
using Windows.ApplicationModel;
37
using Windows.Storage;
48
using Windows.System.Profile;
@@ -33,4 +37,4 @@ static InfoHelper()
3337
);
3438
}
3539
}
36-
#endif
40+
#endif

components/TitleBar/src/NativeMethods.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#if WINAPPSDK
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
4+
5+
#if WINAPPSDK
26
using System.Runtime.InteropServices;
37

48
namespace CommunityToolkit.WinUI.Controls;
@@ -83,4 +87,4 @@ public static IntPtr SetWindowLongAuto(IntPtr hWnd, int nIndex, IntPtr dwNewLong
8387
[DllImport("user32.dll")]
8488
public static extern IntPtr CallWindowProc(IntPtr lpPrevWndFunc, IntPtr hWnd, WindowMessage Msg, IntPtr wParam, IntPtr lParam);
8589
}
86-
#endif
90+
#endif

0 commit comments

Comments
 (0)