Skip to content

Commit 2a3cf84

Browse files
committed
Added missing file headers
1 parent dcec42b commit 2a3cf84

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Microsoft.Toolkit.Mvvm/Messaging/Internals/Type2.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.Runtime.CompilerServices;
37

48
namespace Microsoft.Toolkit.Mvvm.Messaging.Internals

Microsoft.Toolkit.Mvvm/Messaging/Internals/Unit.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.Runtime.CompilerServices;
37

48
namespace Microsoft.Toolkit.Mvvm.Messaging.Internals

0 commit comments

Comments
 (0)