Skip to content

Commit 8956b81

Browse files
committed
Add headers
1 parent 3d96ba1 commit 8956b81

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

Microsoft.Toolkit.Uwp.Notifications/Toasts/ToastArguments.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System;
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+
using System;
26
using System.Collections;
37
using System.Collections.Generic;
48
using System.Linq;

Microsoft.Toolkit.Win32.WpfCore.SampleApp/MyToastActions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Text;
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.
44

55
namespace Microsoft.Toolkit.Win32.WpfCore.SampleApp
66
{

UnitTests/UnitTests.Notifications.Shared/TestToastArguments.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System;
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+
using System;
26
using System.Collections.Generic;
37
using System.Linq;
48
using Microsoft.Toolkit.Uwp.Notifications;

0 commit comments

Comments
 (0)